Skip to content

v0.6

Choose a tag to compare

@madsbk madsbk released this 25 Feb 12:52
· 1783 commits to master since this release

Release notes

  • Fully MacOS support (both OpenMP and OpenCL)
  • Conda/Anaconda support (linux-64)
  • Reduced the overhead of the fusers significantly
  • Improved the compiler cache hit rate significantly
  • Implemented scalar assignment to masked array e.g.: a[a>42] = 7
  • Implemented np.where(), which can be used instead of masked array in most cases
  • Implemented OpenMP and OpenCL implementation of BLAS (as extension methods)
  • Fixed many bugs and added python tests to verify the fixes