Releases: static-frame/arraykit
Releases · static-frame/arraykit
1.0.0
Integrated AutoMap
and FrozenAutoMap
from arraymap
.
Removed global integer cache from AutoMap
and FrozenAutoMap
for thread safety.
0.10.0
Now building wheels for Python 3.13.
0.9.0
Added TriMap.map_merge()
.
0.8.3
Corrected incorrect component of _TLabel
in __init__.pyi
.
0.8.2
Updated build configuration.
0.8.1
Updated build include_dirs
configuration.
0.8.0
Now building with NumPy 2.0.
0.7.2
Improved array_to_tuple_array()
and array_to_tuple_iter()
to preserve tuple
in 1D arrays.
0.7.1
Extended array_to_tuple_array()
and array_to_tuple_iter()
to support 1D arrays.
0.7.0
Added array2d_to_array1d()
.
Added array2d_tuple_iter()
.