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:
3535What is New in ArrayKit
3636-------------------------
3737
38+ 1.0.8
39+ ............
40+
41+ NumPy ``datetime64 `` scalar lookups in ``AutoMap `` and ``FrozenAutoMap `` explicitly require matching units.
42+
43+
38441.0.7
3945............
4046
@@ -80,9 +86,9 @@ Updated build configuration.
80861.0.0
8187............
8288
83- Integrated `AutoMap ` and `FrozenAutoMap ` from `arraymap `.
89+ Integrated `` AutoMap `` and `` FrozenAutoMap `` from `` arraymap ` `.
8490
85- Removed global integer cache from `AutoMap ` and `FrozenAutoMap ` for thread safety.
91+ Removed global integer cache from `` AutoMap `` and `` FrozenAutoMap ` ` for thread safety.
8692
8793
88940.10.0
Original file line number Diff line number Diff line change 55from setuptools import Extension # type: ignore
66from setuptools import setup
77
8- AK_VERSION = '1.0.7 '
8+ AK_VERSION = '1.0.8 '
99
1010ROOT_DIR_FP = path .abspath (path .dirname (__file__ ))
1111
You can’t perform that action at this time.
0 commit comments