Skip to content

Commit 6d4eaa1

Browse files
committed
0.3.3 RC 1
1 parent e2cd12c commit 6d4eaa1

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
@@ -37,10 +37,16 @@ ArrayKit requires the following:
3737
What is New in ArrayKit
3838
-------------------------
3939

40+
0.3.3
41+
............
42+
43+
Corrected potential memory leak in ``isna_element()``.
44+
45+
4046
0.3.2
4147
............
4248

43-
Optimization to ``delimited_to_arrays()`` character reading pre line.
49+
Optimization to ``delimited_to_arrays()`` character reading per line.
4450

4551

4652
0.3.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.3.2'
8+
AK_VERSION = '0.3.3'
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)