Skip to content

Commit f86fa4b

Browse files
committed
updates for 0.4.1
1 parent 2b4cce1 commit f86fa4b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
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+
0.4.1
41+
............
42+
43+
Updated ``BlockIndex.register()`` to handle 0-column 2D arrays and return False.
44+
45+
Added ``BlockIndex.rows``, ``BlockIndex.columns`` properties.
46+
47+
Updated unset ``BlockIndex.dtype`` to return a float dtype.
48+
4049

4150
0.4.0
4251
............

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