Skip to content

Commit

Permalink
0.4.2 RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed May 18, 2023
1 parent dd7d5db commit b1069ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ ArrayKit requires the following:
What is New in ArrayKit
-------------------------

0.4.2-dev
0.4.2
............

Added ``slice_to_ascending_slice()``.

Updated ``BlockIndex.shape`` to internally cache the shape tuple.

Corrected ``BlockIndex.iter_select()`` handling of negative integers in sequences.


0.4.1
............
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.4.1'
AK_VERSION = '0.4.2'

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 b1069ea

Please sign in to comment.