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
+
1
12
### v3.3.20160427
2
13
- Fixes to numpy interop on Windows
3
14
- Fixes issues with occasional double free
Original file line number Diff line number Diff line change 16
16
## 2) Include test suite
17
17
18
18
# Some hackery to avoid merge conflicts between master and devel
19
- current_version = "3.3.20160427.post1 "
19
+ current_version = "3.3.20160510 "
20
20
devel_version = "3.3.0"
21
21
release_version = current_version if current_version > devel_version else devel_version
22
22
You can’t perform that action at this time.
0 commit comments