Skip to content

Commit 5d74ee1

Browse files
committed
0.4.5 RC 1
1 parent 9277f5d commit 5d74ee1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ ArrayKit requires the following:
3737
What is New in ArrayKit
3838
-------------------------
3939

40+
0.4.5
41+
............
42+
43+
Corrected handling of ``ascending`` in ``BlockIndex.iter_contiguous()`` with Boolean arrays.
44+
45+
4046
0.4.4
4147
............
4248

setup.py

+1-1
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.4'
8+
AK_VERSION = '0.4.5'
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)