Releases: static-frame/arraykit
Releases · static-frame/arraykit
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()
.
0.6.3
Optimized memory allocation strategy for nonzero_1d()
.
0.6.2
Extended nonzero_1d()
to support non-contiguous arrays.
Optimizations to TriMap
when mapping to object and flexible dtypes.