Skip to content

Commit b2a2efe

Browse files
committed
Updating version info and CHANGELOG
1 parent 376135d commit b2a2efe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -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+
112
### v3.3.20160427
213
- Fixes to numpy interop on Windows
314
- Fixes issues with occasional double free

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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"
2020
devel_version = "3.3.0"
2121
release_version = current_version if current_version > devel_version else devel_version
2222

0 commit comments

Comments
 (0)