Skip to content

Commit 08d9eab

Browse files
committed
0.4.7 RC 1
1 parent 6c97761 commit 08d9eab

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: README.rst

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

40+
41+
0.4.7
42+
............
43+
44+
Added ``BlockIndex.iter_block()``.
45+
46+
Corrected issue in ``BlockIndex.shape`` when the ``BlockIndex`` has zero rows.
47+
48+
4049
0.4.6
4150
............
4251

Diff for: 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.6'
8+
AK_VERSION = '0.4.7'
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)