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

Commitde788f9

Browse files
committed
Updating version number to 3.5.20170718 and Changelog
1 parent7bf28b7 commitde788f9

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

‎CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
1-
###v3.3.20170222
1+
###v3.5.20170718
2+
- Feature parity with ArrayFire 3.5.
3+
-`canny`: Canny Edge detector
4+
-`Array.scalar`: Return the first element of the array
5+
-`dot`: Now support option to return scalar
6+
-`print_mem_info`: Prints memory being used / locked by arrayfire memory manager.
7+
-`Array.allocated`: Returs the amount of memory allocated for the given buffer.
8+
-`set_fft_plan_cache_size`: Sets the size of the fft plan cache.
9+
10+
- Bug Fixes:
11+
-`sort_by_key` had key and value flipped in documentation.
12+
13+
- Improvements and bugfixes from upstream include:
14+
- CUDA backend uses nvrtc instead of nvvm
15+
- Performance improvements to arrayfire.reorder
16+
- Faster unified backend
17+
- You can find more information at arrayfire's[release notes](https://github.com/arrayfire/arrayfire/blob/v3.5.0/docs/pages/release_notes.md)
18+
19+
###v3.4.20170222
220
- Bugfix: Fixes typo in`approx1`.
321
- Bugfix: Fixes typo in`hamming_matcher` and`nearest_neighbour`.
422
- Bugfix: Added necessary copy and lock mechanisms in interop.py.
523
- Example / Benchmark: New conjugate gradient benchmark.
624
- Feature: Added support to create arrayfire arrays from numba.
725
- Behavior change: af.print() only prints full arrays for smaller sizes.
826

9-
###v3.3.20161126
27+
###v3.4.20161126
1028
- Fixing memory leak in array creation.
1129
- Supporting 16 bit integer types in interop.
1230

‎__af_version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
# http://arrayfire.com/licenses/BSD-3-Clause
1010
########################################################
1111

12-
version="3.4"
13-
release="20160925"
12+
version="3.5"
13+
release="20170718"
1414
full_version=version+"."+release

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp