Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Releases: static-frame/arraymap

0.4.0

Choose a tag to compare

@flexatone flexatone released this 21 Nov 02:35

Now building wheels for Python 3.13.

0.3.0

Choose a tag to compare

@flexatone flexatone released this 11 Jul 21:09

Now building with NumPy 2.0.

0.2.2

Choose a tag to compare

@flexatone flexatone released this 19 Dec 16:59

Restored functional wheels for Mac OS x86_64.

0.2.1

Choose a tag to compare

@flexatone flexatone released this 19 Dec 05:18

Restored functional wheels for Mac OS x86_64.

0.2.0

Choose a tag to compare

@flexatone flexatone released this 17 Dec 20:58

Now building wheels for 3.12.

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

0.1.9

Choose a tag to compare

@flexatone flexatone released this 25 May 21:41

Improvements to PyObject struct layout and other internal refactoring.

0.1.8

Choose a tag to compare

@flexatone flexatone released this 08 May 23:12

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

Choose a tag to compare

@flexatone flexatone released this 03 May 17:14

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

0.1.6

Choose a tag to compare

@flexatone flexatone released this 03 May 02:59

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

Choose a tag to compare

@flexatone flexatone released this 22 Apr 21:43
5fe8678

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