We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376135d commit b2a2efeCopy full SHA for b2a2efe
CHANGELOG.md
@@ -1,3 +1,14 @@
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
12
### v3.3.20160427
13
- Fixes to numpy interop on Windows
14
- Fixes issues with occasional double free
setup.py
@@ -16,7 +16,7 @@
16
## 2) Include test suite
17
18
# Some hackery to avoid merge conflicts between master and devel
19
-current_version = "3.3.20160427.post1"
+current_version = "3.3.20160510"
20
devel_version = "3.3.0"
21
release_version = current_version if current_version > devel_version else devel_version
22
0 commit comments