Skip to content

Commit 36fd392

Browse files
committed
Updating CHANGELOG and the version number
1 parent 89da754 commit 36fd392

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### v3.2.20151214
2+
- Bug fixes:
3+
- `get_version()` now returns ints instead of `c_int`
4+
- Fixed bug in `tests/simple/device.py`
5+
6+
- The module now looks at additional paths when loading ArrayFire libraries.
7+
- Link to the wiki is provided when `ctypes.cdll.LoadLibrary` fails.
8+
9+
- New function:
10+
- `info_str()` returns information similar to `info()` as a string.
11+
12+
- Updated README.md with latest instructions
13+
114
### v3.2.20151211
215
- Feature parity with ArrayFire 3.2 libs
316
- New computer vision functions: `sift`, `gloh`, `homography`

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author="Pavan Yalamanchili",
2020
author_email="[email protected]",
2121
name="arrayfire",
22-
version="3.2.20151211",
22+
version="3.2.20151214",
2323
description="Python bindings for ArrayFire",
2424
license="BSD",
2525
url="http://arrayfire.com",

0 commit comments

Comments
 (0)