Skip to content

Commit 583dd22

Browse files
committed
Updating changelog and setup.py
1 parent 32196a0 commit 583dd22

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v3.3.20160222
2+
- Bugfix: Fixes typo in `approx1`.
3+
- Bugfix: Fixes typo in `hamming_matcher` and `nearest_neighbour`.
4+
- Bugfix: Added necessary copy and lock mechanisms in interop.py.
5+
- Example / Benchmark: New conjugate gradient benchmark.
6+
- Feature: Added support to create arrayfire arrays from numba.
7+
- Behavior change: af.print() only prints full arrays for smaller sizes.
8+
19
### v3.3.20161126
210
- Fixing memory leak in array creation.
311
- Supporting 16 bit integer types in interop.

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.5.0",
22+
version="3.4.20170222",
2323
description="Python bindings for ArrayFire",
2424
license="BSD",
2525
url="http://arrayfire.com",

0 commit comments

Comments
 (0)