Skip to content

Commit 55e19ee

Browse files
committed
0.7.2 RC 1
1 parent 6e37b63 commit 55e19ee

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
@@ -38,6 +38,12 @@ What is New in ArrayKit
3838
-------------------------
3939

4040

41+
0.7.2
42+
............
43+
44+
Improved ``array_to_tuple_array()`` and ``array_to_tuple_iter()`` to preserve ``tuple`` in 1D arrays.
45+
46+
4147
0.7.1
4248
............
4349

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