Skip to content

Commit 766d4cf

Browse files
committed
0.6.0 RC 1
1 parent e26b7a0 commit 766d4cf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,20 @@ Dependencies
2929

3030
ArrayKit requires the following:
3131

32-
- Python>=3.8
32+
- Python>=3.9
3333
- numpy>=1.19.5
3434

3535

3636

3737
What is New in ArrayKit
3838
-------------------------
3939

40+
0.6.0
41+
............
42+
43+
Added ``TriMap`` utility class for join optimization.
44+
45+
4046
0.5.1
4147
............
4248

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