File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ ArrayKit requires the following:
35
35
What is New in ArrayKit
36
36
-------------------------
37
37
38
- 0.1.3 dev
38
+ 0.1.3
39
39
............
40
40
41
+ Redesigned package structure for inclusion of ``py.typed `` and ``__init__.pyi ``.
42
+
41
43
``array_deepcopy `` now accepts kwargs and makes the ``memo `` dict optional.
42
44
43
45
Original file line number Diff line number Diff line change 3
3
import numpy as np # type: ignore
4
4
5
5
6
- AK_VERSION = '0.1.2 '
6
+ AK_VERSION = '0.1.3 '
7
7
8
8
9
9
def get_long_description () -> str :
@@ -21,9 +21,9 @@ def get_long_description() -> str:
21
21
description = 'Array utilities for StaticFrame' ,
22
22
long_description = get_long_description (),
23
23
python_requires = '>3.6.0' ,
24
- install_requires = ['numpy>=1.14.2 ' ],
24
+ install_requires = ['numpy>=1.16.5 ' ],
25
25
url = 'https://github.com/InvestmentSystems/arraykit' ,
26
- author = 'Christopher Ariza, Brandt Bucher' ,
26
+ author = 'Christopher Ariza, Brandt Bucher, Charles Burkland ' ,
27
27
license = 'MIT' ,
28
28
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
29
29
classifiers = [
You can’t perform that action at this time.
0 commit comments