Skip to content

Commit

Permalink
Updating version info and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanky committed May 10, 2016
1 parent 376135d commit b2a2efe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v3.3.20160510
- Bugfix to `af.histogram`

- Added missing functions / methods
- `gaussian_kernel`

- Added new array properties
- `Array.T` now returns transpose
- `Array.H` now returns hermitian transpose
- `Array.shape` now allows easier access individual dimensions

### v3.3.20160427
- Fixes to numpy interop on Windows
- Fixes issues with occasional double free
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## 2) Include test suite

# Some hackery to avoid merge conflicts between master and devel
current_version = "3.3.20160427.post1"
current_version = "3.3.20160510"
devel_version = "3.3.0"
release_version = current_version if current_version > devel_version else devel_version

Expand Down

0 comments on commit b2a2efe

Please sign in to comment.