File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 33
33
steps :
34
34
- uses : actions/checkout@v3
35
35
- uses : actions/setup-python@v3
36
- - uses : pypa/cibuildwheel@v2.11.2
36
+ - uses : pypa/cibuildwheel@v2.12.3
37
37
with :
38
38
output-dir : dist
39
39
env :
59
59
steps :
60
60
- uses : actions/checkout@v3
61
61
- uses : actions/setup-python@v3
62
- - uses : pypa/cibuildwheel@v2.11.2
62
+ - uses : pypa/cibuildwheel@v2.12.3
63
63
with :
64
64
output-dir : dist
65
65
env :
Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ ArrayMap requires the following:
36
36
What is New in ArrayMap
37
37
-------------------------
38
38
39
+ 0.1.6
40
+ ........
41
+
42
+ Implemented ``get_all() `` and ``get_any() `` for optimized lookup of multiple keys from arrays or lists.
43
+
44
+ Implemented full support for ``np.datetime64 `` arrays.
45
+
46
+
39
47
0.1.5
40
48
........
41
49
Original file line number Diff line number Diff line change 4
4
import os
5
5
6
6
7
- AM_VERSION = "0.1.5 "
7
+ AM_VERSION = "0.1.6 "
8
8
9
9
10
10
with open ("README.rst" ) as file :
You can’t perform that action at this time.
0 commit comments