Skip to content

Commit ed263d4

Browse files
authored
Merge pull request #184 from knaaptime/optim
prepare v2.1.0
2 parents d5d9648 + 1ebdfc6 commit ed263d4

3 files changed

Lines changed: 425 additions & 137 deletions

File tree

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ libpysal
55
mapclassify
66
matplotlib
77
numpy
8-
pandana
98
pandas
109
pip
1110
pygeos
@@ -14,6 +13,5 @@ scikit-learn>=0.21.3
1413
scipy
1514
seaborn
1615
tqdm
17-
urbanaccess
18-
rvlib
16+
rvlib>=0.0.5
1917
numba

segregation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.1.0"
22
"""
33
:mod:`segregation` --- Spatial/Aspatial Segregation Analysis
44
=================================================

0 commit comments

Comments
 (0)