Skip to content

Commit f4497e9

Browse files
committed
0.2.0 RC 1
1 parent 3dc29ac commit f4497e9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ ArrayKit requires the following:
3737
What is New in ArrayKit
3838
-------------------------
3939

40+
0.2.0
41+
............
42+
43+
Implemented ``delimited_to_arrays``, ``iterable_str_to_array_1d``
44+
4045

4146
0.1.13
4247
............

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
from setuptools import setup
66
from pathlib import Path
77

8-
AK_VERSION = '0.1.13'
9-
8+
AK_VERSION = '0.2.0'
9+
/
1010
def get_long_description() -> str:
1111
return '''The ArrayKit library provides utilities for creating and transforming NumPy arrays, implementing performance-critical StaticFrame operations as Python C extensions.
1212
13-
Code: https://github.com/InvestmentSystems/arraykit
13+
Code: https://github.com/static-frame/arraykit
1414
1515
Packages: https://pypi.org/project/arraykit
1616
'''
@@ -47,7 +47,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
4747
long_description=get_long_description(),
4848
python_requires='>3.7.0',
4949
install_requires=['numpy>=1.18.5'],
50-
url='https://github.com/InvestmentSystems/arraykit',
50+
url='https://github.com/static-frame/arraykit',
5151
author='Christopher Ariza, Brandt Bucher, Charles Burkland',
5252
license='MIT',
5353
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)