File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ ArrayKit requires the following:
35
35
What is New in ArrayKit
36
36
-------------------------
37
37
38
+ 1.0.8
39
+ ............
40
+
41
+ NumPy ``datetime64 `` scalar lookups in ``AutoMap `` and ``FrozenAutoMap `` explicitly require matching units.
42
+
43
+
38
44
1.0.7
39
45
............
40
46
@@ -80,9 +86,9 @@ Updated build configuration.
80
86
1.0.0
81
87
............
82
88
83
- Integrated `AutoMap ` and `FrozenAutoMap ` from `arraymap `.
89
+ Integrated `` AutoMap `` and `` FrozenAutoMap `` from `` arraymap ` `.
84
90
85
- Removed global integer cache from `AutoMap ` and `FrozenAutoMap ` for thread safety.
91
+ Removed global integer cache from `` AutoMap `` and `` FrozenAutoMap ` ` for thread safety.
86
92
87
93
88
94
0.10.0
Original file line number Diff line number Diff line change 5
5
from setuptools import Extension # type: ignore
6
6
from setuptools import setup
7
7
8
- AK_VERSION = '1.0.7 '
8
+ AK_VERSION = '1.0.8 '
9
9
10
10
ROOT_DIR_FP = path .abspath (path .dirname (__file__ ))
11
11
You can’t perform that action at this time.
0 commit comments