Skip to content

Commit bbff7f1

Browse files
committed
0.1.12 RC 1
1 parent 483ed88 commit bbff7f1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.rst

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

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+
3951
0.1.9
4052
............
4153

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.11'
7+
AK_VERSION = '0.1.12'
88

99

1010
def get_long_description() -> str:

0 commit comments

Comments
 (0)