File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ ### v3.3.20160510
2+ - Bugfix to ` af.histogram `
3+
4+ - Added missing functions / methods
5+ - ` gaussian_kernel `
6+
7+ - Added new array properties
8+ - ` Array.T ` now returns transpose
9+ - ` Array.H ` now returns hermitian transpose
10+ - ` Array.shape ` now allows easier access individual dimensions
11+
112### v3.3.20160427
213- Fixes to numpy interop on Windows
314- Fixes issues with occasional double free
Original file line number Diff line number Diff line change 1616## 2) Include test suite
1717
1818# Some hackery to avoid merge conflicts between master and devel
19- current_version = "3.3.20160427.post1 "
19+ current_version = "3.3.20160510 "
2020devel_version = "3.3.0"
2121release_version = current_version if current_version > devel_version else devel_version
2222
You can’t perform that action at this time.
0 commit comments