This repository was archived by the owner on Jun 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ ArrayMap requires the following:
3636What 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+
39470.1.5
4048........
4149
Original file line number Diff line number Diff line change 44import os
55
66
7- AM_VERSION = "0.1.5 "
7+ AM_VERSION = "0.1.6 "
88
99
1010with open ("README.rst" ) as file :
You can’t perform that action at this time.
0 commit comments