Skip to content

Releases: static-frame/arraymap

0.3.0

11 Jul 21:09
Compare
Choose a tag to compare

Now building with NumPy 2.0.

0.2.2

19 Dec 16:59
Compare
Choose a tag to compare

Restored functional wheels for Mac OS x86_64.

0.2.1

19 Dec 05:18
Compare
Choose a tag to compare

Restored functional wheels for Mac OS x86_64.

0.2.0

17 Dec 20:58
Compare
Choose a tag to compare

Now building wheels for 3.12.

Now building functional wheels for Mac OS arm64 / Apple Silicon.

0.1.9

25 May 21:41
Compare
Choose a tag to compare

Improvements to PyObject struct layout and other internal refactoring.

0.1.8

08 May 23:12
Compare
Choose a tag to compare

Corrected issue when using get_all() and get_any() on FrozenAutoMap backed by numerical arrays with less than 64-bit element size.

0.1.7

03 May 17:14
Compare
Choose a tag to compare

Corrected issue when creating a FrozenAutoMap from a datetime64 array that has duplicates.

0.1.6

03 May 02:59
Compare
Choose a tag to compare

Implemented get_all() and get_any() for optimized lookup of multiple keys from arrays or lists.

Implemented full support for np.datetime64 arrays.

0.1.5

22 Apr 21:43
5fe8678
Compare
Choose a tag to compare

Improved handling for Unicode elements that contain non-terminal NULL strings.

0.1.4

14 Apr 23:32
Compare
Choose a tag to compare

Corrected comparison in lookup of Unicode elements.