Skip to content

Commit ac3fe8f

Browse files
committed
0.1.9 RC 1
1 parent f739ca6 commit ac3fe8f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ ArrayKit requires the following:
3636
What is New in ArrayKit
3737
-------------------------
3838

39+
0.1.9
40+
............
41+
42+
Improvements to performance of ``array_deepcopy``.
43+
44+
Added ``dtype_from_element``.
45+
46+
3947
0.1.8
4048
............
4149

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import numpy as np # type: ignore
55

66

7-
AK_VERSION = '0.1.8'
7+
AK_VERSION = '0.1.9'
88

99

1010
def get_long_description() -> str:

0 commit comments

Comments
 (0)