Skip to content

Releases: static-frame/arraykit

0.6.2

06 Jun 02:54
Compare
Choose a tag to compare

Extended nonzero_1d() to support non-contiguous arrays.

Optimizations to TriMap when mapping to object and flexible dtypes.

0.6.1

04 Jun 04:15
Compare
Choose a tag to compare

Enhancements and optimizations to TriMap.

Added nonzero_1d().

0.6.0

25 May 21:36
Compare
Choose a tag to compare

Added TriMap utility class for join optimization.

0.5.1

19 Dec 17:00
Compare
Choose a tag to compare

Restored functional wheels for Mac OS x86_64.

0.5.0

17 Dec 20:51
Compare
Choose a tag to compare

Now building wheels for 3.12.

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

0.4.11

22 Sep 20:44
Compare
Choose a tag to compare

Updated types in pyi file.

0.4.10

08 Sep 23:06
Compare
Choose a tag to compare

Updated types in pyi file.

Minimum supported Python set to 3.8.

Minimum supported NumPy set to 1.19.5.

0.4.9

24 Jun 21:48
Compare
Choose a tag to compare

Improved performance of first_true_1d() and first_true_2d().

0.4.8

25 May 00:01
Compare
Choose a tag to compare

Restored behavior of Blockndex.rows to return -1 when BlockIndex has zero rows.

0.4.7

24 May 20:37
Compare
Choose a tag to compare

Added BlockIndex.iter_block().

Corrected issue in BlockIndex.shape when the BlockIndex has zero rows.