Skip to content

Commit 89523f8

Browse files
committed
0.4.8 RC 1
1 parent 305bc5d commit 89523f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ ArrayKit requires the following:
3737
What is New in ArrayKit
3838
-------------------------
3939

40+
0.4.8
41+
............
42+
43+
Restored behavior of ``Blockndex.rows`` to return -1 when ``BlockIndex`` has zero rows.
44+
4045

4146
0.4.7
4247
............

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.7'
8+
AK_VERSION = '0.4.8'
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)