Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc9cac8c

Browse files
committed
Updating release version number to 3.6.20181017.
1 parent6137a6f commitc9cac8c

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

‎CHANGELOG.md

Lines changed: 13 additions & 0 deletions
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

Lines changed: 0 additions & 8 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author="Pavan Yalamanchili",
2020
author_email="contact@pavanky.com",
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)

[8]ページ先頭

©2009-2025 Movatter.jp