r5py 1.0.5__py3-none-any.whl → 1.0.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of r5py might be problematic. Click here for more details.

r5py/__init__.py CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  """Python wrapper for the R5 routing analysis engine."""
4
4
 
5
- __version__ = "1.0.5"
5
+ __version__ = "1.0.6"
6
6
 
7
7
 
8
8
  from .r5 import (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: r5py
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Python wrapper for the R5 routing analysis engine
5
5
  Author: Christoph Fink, Willem Klumpenhouwer, Marcus Sairava, Rafael Pereira, Henrikki Tenkanen
6
6
  License: GPL-3.0-or-later or MIT
@@ -19,7 +19,7 @@ License-File: LICENSE
19
19
  Requires-Dist: ConfigArgParse
20
20
  Requires-Dist: filelock
21
21
  Requires-Dist: geohexgrid
22
- Requires-Dist: geopandas
22
+ Requires-Dist: geopandas<1.1.0
23
23
  Requires-Dist: joblib
24
24
  Requires-Dist: jpype1
25
25
  Requires-Dist: numpy
@@ -1,4 +1,4 @@
1
- r5py/__init__.py,sha256=1tPgrbMj7sfKn-uPq_7YhG9CLEMqAcdreD5ytUNBxXw,602
1
+ r5py/__init__.py,sha256=qeqQUMPw-CQHhU25NZaepM2Uhv2Asax2RgViuupk-G4,602
2
2
  r5py/__main__.py,sha256=Wvn0ChD7E-dCSZ8b8k_HhHG0KMOk0qMNFkijGuSH3-0,81
3
3
  r5py/r5/__init__.py,sha256=ZvzhfO9jHbBsRon6cLjWg_gJWvC4L0rkJtmH5mIUlIg,1149
4
4
  r5py/r5/access_leg.py,sha256=W3GfPEpqmWD1c4xipd6UcVIaBC-yb6srGCZV30E2dPY,293
@@ -42,8 +42,8 @@ r5py/util/spatially_clustered_geodataframe.py,sha256=FxG8V3SSeK-PuCep565p1b3TNcl
42
42
  r5py/util/validating_requests_session.py,sha256=sH5FgpS9eGax5DG2qA2GrGuiwgTJgh8tKsZ9OiXKmvk,1807
43
43
  r5py/util/warnings.py,sha256=CvxKWKlNO_p3riB4SkNqbU5AGPsaY_3-OzqaBObE3B8,139
44
44
  r5py/util/working_copy.py,sha256=sbLbRCi39LtC-0tXxvh2y7ZN2D15chbhleCZXzHAFSc,1432
45
- r5py-1.0.5.dist-info/licenses/LICENSE,sha256=VAnuGDX1TPylSN9G2xLa-urDpj_SQwn-qqs068dx4tk,51
46
- r5py-1.0.5.dist-info/METADATA,sha256=gZw-LnQXOwdZur7nz04k6u06GjtbAL4Y7kD5MTBx6eo,10000
47
- r5py-1.0.5.dist-info/WHEEL,sha256=QZxptf4Y1BKFRCEDxD4h2V0mBFQOVFLFEpvxHmIs52A,91
48
- r5py-1.0.5.dist-info/top_level.txt,sha256=fOH1R85dkNDOI7jkg-lIsl5CQIO4fE5X868K9dTqs9U,5
49
- r5py-1.0.5.dist-info/RECORD,,
45
+ r5py-1.0.6.dist-info/licenses/LICENSE,sha256=VAnuGDX1TPylSN9G2xLa-urDpj_SQwn-qqs068dx4tk,51
46
+ r5py-1.0.6.dist-info/METADATA,sha256=qfdHxzD_lUHsf9HZ_XxZWIioP_fBtHf8muOZpiGMVJk,10006
47
+ r5py-1.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
48
+ r5py-1.0.6.dist-info/top_level.txt,sha256=fOH1R85dkNDOI7jkg-lIsl5CQIO4fE5X868K9dTqs9U,5
49
+ r5py-1.0.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.6.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5