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:
3535What is New in ArrayKit
3636-------------------------
3737
38- 0.1.3 dev
38+ 0.1.3
3939............
4040
41+ Redesigned package structure for inclusion of ``py.typed `` and ``__init__.pyi ``.
42+
4143``array_deepcopy `` now accepts kwargs and makes the ``memo `` dict optional.
4244
4345
Original file line number Diff line number Diff line change 33import numpy as np # type: ignore
44
55
6- AK_VERSION = '0.1.2 '
6+ AK_VERSION = '0.1.3 '
77
88
99def get_long_description () -> str :
@@ -21,9 +21,9 @@ def get_long_description() -> str:
2121 description = 'Array utilities for StaticFrame' ,
2222 long_description = get_long_description (),
2323 python_requires = '>3.6.0' ,
24- install_requires = ['numpy>=1.14.2 ' ],
24+ install_requires = ['numpy>=1.16.5 ' ],
2525 url = 'https://github.com/InvestmentSystems/arraykit' ,
26- author = 'Christopher Ariza, Brandt Bucher' ,
26+ author = 'Christopher Ariza, Brandt Bucher, Charles Burkland ' ,
2727 license = 'MIT' ,
2828 # See https://pypi.python.org/pypi?%3Aaction=list_classifiers
2929 classifiers = [
You can’t perform that action at this time.
0 commit comments