Skip to content

Commit bae0ba2

Browse files
committed
0.7.1 RC 1
1 parent 1a6cbdd commit bae0ba2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

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

40+
41+
0.7.1
42+
............
43+
44+
Extended ``array_to_tuple_array()`` and ``array_to_tuple_iter()`` to support 1D arrays.
45+
46+
4047
0.7.0
4148
............
4249

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