Skip to content

Commit

Permalink
0.7.1 RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Jun 22, 2024
1 parent 1a6cbdd commit bae0ba2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ ArrayKit requires the following:
What is New in ArrayKit
-------------------------


0.7.1
............

Extended ``array_to_tuple_array()`` and ``array_to_tuple_iter()`` to support 1D arrays.


0.7.0
............

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup
from pathlib import Path

AK_VERSION = '0.7.0'
AK_VERSION = '0.7.1'

def get_long_description() -> str:
return '''The ArrayKit library provides utilities for creating and transforming NumPy arrays, implementing performance-critical StaticFrame operations as Python C extensions.
Expand Down

0 comments on commit bae0ba2

Please sign in to comment.