Skip to content

v7.1.0: Support other CPUs, read-only arrays

Compare
Choose a tag to compare
@honnibal honnibal released this 23 Aug 18:31

✨ New features and improvements

  • Support read-only numpy arrays, by specifying const in Cython memory-view types. Read-only arrays are helpful for shared-memory multiprocessing, e.g. from Apache Arrow's Plasma object store.

  • Update to cython-blis v0.4, which supports non-x86_64 CPU architectures. For wide (but slow) support, you can specify the environment variable BLIS_ARCH=generic before installing.