Skip to content

First minor update to arrayfire-python v3.2

Compare
Choose a tag to compare
@pavanky pavanky released this 14 Dec 23:36
· 246 commits to master since this release
  • Bug fixes:
    • get_version() now returns ints instead of c_int
    • Fixed bug in tests/simple/device.py
  • The module now looks at additional paths when loading ArrayFire libraries.
    • Link to the wiki is provided when ctypes.cdll.LoadLibrary fails.
  • New function:
    • info_str() returns information similar to info() as a string.
  • Updated README.md with latest instructions