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 483ed88 commit bbff7f1Copy full SHA for bbff7f1
README.rst
@@ -36,6 +36,18 @@ ArrayKit requires the following:
36
What is New in ArrayKit
37
-------------------------
38
39
+0.1.12
40
+............
41
+
42
+Added ``get_new_indexers_and_screen``.
43
44
45
+0.1.10
46
47
48
+Updated minimum NumPy to 1.18.5
49
50
51
0.1.9
52
............
53
setup.py
@@ -4,7 +4,7 @@
4
import numpy as np # type: ignore
5
6
7
-AK_VERSION = '0.1.11'
+AK_VERSION = '0.1.12'
8
9
10
def get_long_description() -> str:
0 commit comments