Skip to content

Commit 2ba4073

Browse files
committed
0.1.6 RC 1
1 parent 1587332 commit 2ba4073

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v3
3535
- uses: actions/setup-python@v3
36-
- uses: pypa/cibuildwheel@v2.11.2
36+
- uses: pypa/cibuildwheel@v2.12.3
3737
with:
3838
output-dir: dist
3939
env:
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v3
6161
- uses: actions/setup-python@v3
62-
- uses: pypa/cibuildwheel@v2.11.2
62+
- uses: pypa/cibuildwheel@v2.12.3
6363
with:
6464
output-dir: dist
6565
env:

README.rst

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

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+
3947
0.1.5
4048
........
4149

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66

7-
AM_VERSION = "0.1.5"
7+
AM_VERSION = "0.1.6"
88

99

1010
with open("README.rst") as file:

0 commit comments

Comments
 (0)