Releases: static-frame/arraymap
Releases · static-frame/arraymap
0.3.0
Now building with NumPy 2.0.
0.2.2
Restored functional wheels for Mac OS x86_64
.
0.2.1
Restored functional wheels for Mac OS x86_64
.
0.2.0
Now building wheels for 3.12.
Now building functional wheels for Mac OS arm64
/ Apple Silicon.
0.1.9
Improvements to PyObject
struct layout and other internal refactoring.
0.1.8
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
Corrected issue when creating a FrozenAutoMap
from a datetime64
array that has duplicates.
0.1.6
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
Improved handling for Unicode elements that contain non-terminal NULL strings.
0.1.4
Corrected comparison in lookup of Unicode elements.