Skip to content

Commit c9cac8c

Browse files
committed
Updating release version number to 3.6.20181017.
1 parent 6137a6f commit c9cac8c

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### v3.6.20181017
2+
- Feature parity with ArrayFire v3.6. Refer to the [release notes](https://github.com/arrayfire/arrayfire/blob/master/docs/pages/release_notes.md) for more information regarding upstream library improvements in v3.6.
3+
- `anisotropic_diffusion()`: Anisotropic diffusion filter.
4+
- `topk()`: Returns top-K elements given an array.
5+
- Bug fixes:
6+
- Fixed `sift()` and `gloh()`, which were improperly calling the library.
7+
- Enhancements:
8+
- Added `len()` method, which returns `array.elements()`.
9+
- Documentation:
10+
- Documented statistics API.
11+
- Corrected `sign()` documentation.
12+
- Modified `helloworld` example to match C++ lib.
13+
114
### v3.5.20170721
215
- Bug fixes when using v3.5 of arrayfire libs + graphics
316

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
[ArrayFire](https://github.com/arrayfire/arrayfire) is a high performance library for parallel computing with an easy-to-use API. It enables users to write scientific computing code that is portable across CUDA, OpenCL and CPU devices. This project provides Python bindings for the ArrayFire library.
44

5-
## Status
6-
| OS | Tests |
7-
|:-------:|:-------:|
8-
| Linux | [![Build Status](http://ci.arrayfire.org/buildStatus/icon?job=arrayfire-wrappers/python-linux)](http://ci.arrayfire.org/view/All/job/arrayfire-wrappers/job/python-linux/) |
9-
| Windows | [![Build Status](http://ci.arrayfire.org/buildStatus/icon?job=arrayfire-wrappers/python-windows)](http://ci.arrayfire.org/view/All/job/arrayfire-wrappers/job/python-windows/) |
10-
| OSX | [![Build Status](http://ci.arrayfire.org/buildStatus/icon?job=arrayfire-wrappers/python-osx)](http://ci.arrayfire.org/view/All/job/arrayfire-wrappers/job/python-osx/) |
11-
| Linux on ARM | [![Build Status](http://ci.arrayfire.org/buildStatus/icon?job=arrayfire-wrappers/python-tegrax1)](http://ci.arrayfire.org/view/All/job/arrayfire-wrappers/job/python-tegrak1/)|
12-
135
## Documentation
146

157
Documentation for this project can be found [over here](http://arrayfire.org/arrayfire-python/).

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

0 commit comments

Comments
 (0)