Releases: static-frame/arraykit
Releases · static-frame/arraykit
0.6.2
Extended nonzero_1d()
to support non-contiguous arrays.
Optimizations to TriMap
when mapping to object and flexible dtypes.
0.6.1
Enhancements and optimizations to TriMap
.
Added nonzero_1d()
.
0.6.0
Added TriMap
utility class for join optimization.
0.5.1
Restored functional wheels for Mac OS x86_64
.
0.5.0
Now building wheels for 3.12.
Now building functional wheels for Mac OS arm64
/ Apple Silicon.
0.4.11
Updated types in pyi
file.
0.4.10
Updated types in pyi
file.
Minimum supported Python set to 3.8.
Minimum supported NumPy set to 1.19.5.
0.4.9
Improved performance of first_true_1d()
and first_true_2d()
.
0.4.8
Restored behavior of Blockndex.rows
to return -1 when BlockIndex
has zero rows.
0.4.7
Added BlockIndex.iter_block()
.
Corrected issue in BlockIndex.shape
when the BlockIndex
has zero rows.