Skip to content

Commit fb5876e

Browse files
committed
1.0.8 RC 1
1 parent 9372fe2 commit fb5876e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ ArrayKit requires the following:
3535
What 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+
3844
1.0.7
3945
............
4046

@@ -80,9 +86,9 @@ Updated build configuration.
8086
1.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

8894
0.10.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import Extension # type: ignore
66
from setuptools import setup
77

8-
AK_VERSION = '1.0.7'
8+
AK_VERSION = '1.0.8'
99

1010
ROOT_DIR_FP = path.abspath(path.dirname(__file__))
1111

0 commit comments

Comments
 (0)