Skip to content

Commit

Permalink
Merge pull request #83 from jGaboardi/vbump
Browse files Browse the repository at this point in the history
Version bump prep
  • Loading branch information
jGaboardi committed Jul 8, 2021
2 parents a84c2d0 + 794eb31 commit c49e756
Show file tree
Hide file tree
Showing 13 changed files with 217 additions and 244 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- pandas
- pip
- pre-commit
- pygeos>=0.8.0
- scipy
- shapely>=1.7.1
- watermark
Expand Down
187 changes: 80 additions & 107 deletions examples/empirical_network_example.ipynb

Large diffs are not rendered by default.

253 changes: 118 additions & 135 deletions examples/synthetic_network_example.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion requirements_conda.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
black
gdal>=3.3.0
geopandas>=0.9.0
libgdal>=3.3.0
libpysal
numpy
pandas
Expand Down
1 change: 1 addition & 0 deletions requirements_conda_only.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libgdal>=3.3.0
2 changes: 1 addition & 1 deletion tigernet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.3"
__version__ = "0.2.4"

"""
`tigernet` --- "Network Topology via TIGER/Line Shapefiles"
Expand Down
2 changes: 2 additions & 0 deletions tigernet/tests/test_data_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
else:
WINDOWS = False
DECIMAL = 1
# WINDOWS = False
# DECIMAL = 1


class TestNetworkDataGenerationCreation(unittest.TestCase):
Expand Down
2 changes: 2 additions & 0 deletions tigernet/tests/test_kdtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
else:
WINDOWS = False
DECIMAL = 1
# WINDOWS = False
# DECIMAL = 1


class TestKDTreeLattice1x1(unittest.TestCase):
Expand Down
2 changes: 2 additions & 0 deletions tigernet/tests/test_obs2obs_empirical.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
else:
WINDOWS = False
DECIMAL = 1
# WINDOWS = False
# DECIMAL = 1


####################################################################################
Expand Down
3 changes: 3 additions & 0 deletions tigernet/tests/test_observations_empirical.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
else:
WINDOWS = False
DECIMAL = 1
# WINDOWS = False
# DECIMAL = 1


####################################################################################
################################## EMPIR-EMPIR #####################################
Expand Down
2 changes: 2 additions & 0 deletions tigernet/tests/test_observations_synthetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
else:
WINDOWS = False
DECIMAL = 1
# WINDOWS = False
# DECIMAL = 1


####################################################################################
Expand Down
3 changes: 3 additions & 0 deletions tigernet/tests/test_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
else:
WINDOWS = False
DECIMAL = 1
# WINDOWS = False
# DECIMAL = 1


##########################################################################################
# Synthetic testing
Expand Down
2 changes: 2 additions & 0 deletions tigernet/tests/test_tigernet_empirical_gdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
else:
WINDOWS = False
DECIMAL = 1
# WINDOWS = False
# DECIMAL = 1


class TestNetworkBuildEmpiricalGDF(unittest.TestCase):
Expand Down

0 comments on commit c49e756

Please sign in to comment.