v0.6
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