Skip to content

Commit

Permalink
Updating CHANGELOG and the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanky committed Dec 14, 2015
1 parent 89da754 commit 36fd392
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v3.2.20151214
- Bug fixes:
- `get_version()` now returns ints instead of `c_int`
- Fixed bug in `tests/simple/device.py`

- The module now looks at additional paths when loading ArrayFire libraries.
- Link to the wiki is provided when `ctypes.cdll.LoadLibrary` fails.

- New function:
- `info_str()` returns information similar to `info()` as a string.

- Updated README.md with latest instructions

### v3.2.20151211
- Feature parity with ArrayFire 3.2 libs
- New computer vision functions: `sift`, `gloh`, `homography`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author="Pavan Yalamanchili",
author_email="[email protected]",
name="arrayfire",
version="3.2.20151211",
version="3.2.20151214",
description="Python bindings for ArrayFire",
license="BSD",
url="http://arrayfire.com",
Expand Down

0 comments on commit 36fd392

Please sign in to comment.