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 5182bba commit 444660fCopy full SHA for 444660f
2 files changed
README.rst
@@ -36,6 +36,12 @@ ArrayMap requires the following:
36
What is New in ArrayMap
37
-------------------------
38
39
+0.1.7
40
+........
41
+
42
+Corrected issue when creating a ``FrozenAutoMap`` from a ``datetime64`` array that has duplicates.
43
44
45
0.1.6
46
........
47
setup.py
@@ -4,7 +4,7 @@
4
import os
5
6
7
-AM_VERSION = "0.1.6"
+AM_VERSION = "0.1.7"
8
9
10
with open("README.rst") as file:
0 commit comments