Skip to content

Commit b1069ea

Browse files
committed
0.4.2 RC 1
1 parent dd7d5db commit b1069ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ ArrayKit requires the following:
3737
What is New in ArrayKit
3838
-------------------------
3939

40-
0.4.2-dev
40+
0.4.2
4141
............
4242

4343
Added ``slice_to_ascending_slice()``.
4444

4545
Updated ``BlockIndex.shape`` to internally cache the shape tuple.
4646

47+
Corrected ``BlockIndex.iter_select()`` handling of negative integers in sequences.
48+
4749

4850
0.4.1
4951
............

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66
from pathlib import Path
77

8-
AK_VERSION = '0.4.1'
8+
AK_VERSION = '0.4.2'
99

1010
def get_long_description() -> str:
1111
return '''The ArrayKit library provides utilities for creating and transforming NumPy arrays, implementing performance-critical StaticFrame operations as Python C extensions.

0 commit comments

Comments
 (0)