Skip to content

Commit 8e7937f

Browse files
committed
0.7.0 RC 1
1 parent 37ea968 commit 8e7937f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: README.rst

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

40+
0.7.0
41+
............
42+
43+
Added ``array2d_to_array1d()``.
44+
45+
Added ``array2d_tuple_iter()``.
46+
47+
4048
0.6.3
4149
............
4250

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