We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f739ca6 commit ac3fe8fCopy full SHA for ac3fe8f
README.rst
@@ -36,6 +36,14 @@ ArrayKit requires the following:
36
What is New in ArrayKit
37
-------------------------
38
39
+0.1.9
40
+............
41
+
42
+Improvements to performance of ``array_deepcopy``.
43
44
+Added ``dtype_from_element``.
45
46
47
0.1.8
48
............
49
setup.py
@@ -4,7 +4,7 @@
4
import numpy as np # type: ignore
5
6
7
-AK_VERSION = '0.1.8'
+AK_VERSION = '0.1.9'
8
9
10
def get_long_description() -> str:
0 commit comments