Skip to content

Commit 420569d

Browse files
committed
0.2.5 RC 1
1 parent d82544d commit 420569d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ ArrayKit requires the following:
3737
What is New in ArrayKit
3838
-------------------------
3939

40+
0.2.5
41+
............
42+
43+
Optimization to numerical array creation in ``delimited_to_arrays()``.
44+
45+
4046
0.2.4
4147
............
4248

@@ -46,15 +52,15 @@ Set NumPy minimum version at 1.18.5.
4652
0.2.3
4753
............
4854

49-
Extended arguments to and functionality in ``split_after_count`` to support the complete CSV dialect interface.
55+
Extended arguments to and functionality in ``split_after_count()`` to support the complete CSV dialect interface.
5056

5157
Now building wheels for 3.11.
5258

5359

5460
0.2.2
5561
............
5662

57-
Refinements to ensure typed-parsed ints are always int64 in ``delimited_to_arrays``.
63+
Refinements to ensure typed-parsed ints are always int64 in ``delimited_to_arrays()``.
5864

5965

6066
0.2.1

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.2.4'
8+
AK_VERSION = '0.2.5'
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)