r5py 1.0.5__tar.gz → 1.0.6__tar.gz

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.

Files changed (123) hide show
  1. {r5py-1.0.5/src/r5py.egg-info → r5py-1.0.6}/PKG-INFO +2 -2
  2. {r5py-1.0.5 → r5py-1.0.6}/pyproject.toml +1 -1
  3. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/__init__.py +1 -1
  4. {r5py-1.0.5 → r5py-1.0.6/src/r5py.egg-info}/PKG-INFO +2 -2
  5. {r5py-1.0.5 → r5py-1.0.6}/src/r5py.egg-info/requires.txt +1 -1
  6. {r5py-1.0.5 → r5py-1.0.6}/LICENSE +0 -0
  7. {r5py-1.0.5 → r5py-1.0.6}/MANIFEST.in +0 -0
  8. {r5py-1.0.5 → r5py-1.0.6}/README.md +0 -0
  9. {r5py-1.0.5 → r5py-1.0.6}/setup.cfg +0 -0
  10. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/__main__.py +0 -0
  11. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/__init__.py +0 -0
  12. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/access_leg.py +0 -0
  13. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/base_travel_time_matrix.py +0 -0
  14. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/detailed_itineraries.py +0 -0
  15. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/direct_leg.py +0 -0
  16. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/egress_leg.py +0 -0
  17. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/elevation_cost_function.py +0 -0
  18. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/elevation_model.py +0 -0
  19. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/file_storage.py +0 -0
  20. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/isochrones.py +0 -0
  21. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/regional_task.py +0 -0
  22. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/scenario.py +0 -0
  23. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/street_layer.py +0 -0
  24. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/street_segment.py +0 -0
  25. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/transfer_leg.py +0 -0
  26. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/transit_layer.py +0 -0
  27. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/transit_leg.py +0 -0
  28. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/transport_mode.py +0 -0
  29. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/transport_network.py +0 -0
  30. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/travel_time_matrix.py +0 -0
  31. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/trip.py +0 -0
  32. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/trip_leg.py +0 -0
  33. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/r5/trip_planner.py +0 -0
  34. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/__init__.py +0 -0
  35. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/camel_to_snake_case.py +0 -0
  36. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/classpath.py +0 -0
  37. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/config.py +0 -0
  38. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/contains_gtfs_data.py +0 -0
  39. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/data_validation.py +0 -0
  40. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/environment.py +0 -0
  41. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/exceptions.py +0 -0
  42. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/file_digest.py +0 -0
  43. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/good_enough_equidistant_crs.py +0 -0
  44. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/jvm.py +0 -0
  45. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/memory_footprint.py +0 -0
  46. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/parse_int_date.py +0 -0
  47. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/sample_data_set.py +0 -0
  48. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/snake_to_camel_case.py +0 -0
  49. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/spatially_clustered_geodataframe.py +0 -0
  50. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/validating_requests_session.py +0 -0
  51. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/warnings.py +0 -0
  52. {r5py-1.0.5 → r5py-1.0.6}/src/r5py/util/working_copy.py +0 -0
  53. {r5py-1.0.5 → r5py-1.0.6}/src/r5py.egg-info/SOURCES.txt +0 -0
  54. {r5py-1.0.5 → r5py-1.0.6}/src/r5py.egg-info/dependency_links.txt +0 -0
  55. {r5py-1.0.5 → r5py-1.0.6}/src/r5py.egg-info/top_level.txt +0 -0
  56. {r5py-1.0.5 → r5py-1.0.6}/tests/__init__.py +0 -0
  57. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest.py +0 -0
  58. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/__init__.py +0 -0
  59. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/data_directory.py +0 -0
  60. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/destinations.py +0 -0
  61. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/file_digest.py +0 -0
  62. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/garbage_collection.py +0 -0
  63. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/origins.py +0 -0
  64. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/r5_jar.py +0 -0
  65. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/routing_parameters.py +0 -0
  66. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/routing_results.py +0 -0
  67. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/sample_data.py +0 -0
  68. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/transport_network.py +0 -0
  69. {r5py-1.0.5 → r5py-1.0.6}/tests/conftest_d/upstream_r5.py +0 -0
  70. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_broken_gtfs.zip +0 -0
  71. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_detailed_itineraries_bicycle.gpkg.zip +0 -0
  72. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_detailed_itineraries_car.gpkg.zip +0 -0
  73. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_detailed_itineraries_transit.gpkg.zip +0 -0
  74. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_detailed_itineraries_walk.gpkg.zip +0 -0
  75. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_invalid_points_duplicate_ids.geojson +0 -0
  76. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_invalid_points_no_id_column.geojson +0 -0
  77. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_isochrones_bicycle.gpkg.zip +0 -0
  78. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_isochrones_car.gpkg.zip +0 -0
  79. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_isochrones_from_multiple_origins.gpkg.zip +0 -0
  80. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_isochrones_transit.gpkg.zip +0 -0
  81. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_isochrones_walk.gpkg.zip +0 -0
  82. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_multiple_origins.geojson +0 -0
  83. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_snapped_population_grid_centroids.geojson +0 -0
  84. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_travel_times_bicycle.csv +0 -0
  85. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_travel_times_car.csv +0 -0
  86. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_travel_times_transit.csv +0 -0
  87. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_travel_times_walk.csv +0 -0
  88. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_valid_points_data.geojson +0 -0
  89. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_valid_single_point_data.geojson +0 -0
  90. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_walking_details_not_snapped.csv +0 -0
  91. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_walking_details_snapped.csv +0 -0
  92. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_walking_times_not_snapped.csv +0 -0
  93. {r5py-1.0.5 → r5py-1.0.6}/tests/data/test_walking_times_snapped.csv +0 -0
  94. {r5py-1.0.5 → r5py-1.0.6}/tests/temporary_directory.py +0 -0
  95. {r5py-1.0.5 → r5py-1.0.6}/tests/test_camel_to_snake_case.py +0 -0
  96. {r5py-1.0.5 → r5py-1.0.6}/tests/test_classpath.py +0 -0
  97. {r5py-1.0.5 → r5py-1.0.6}/tests/test_config.py +0 -0
  98. {r5py-1.0.5 → r5py-1.0.6}/tests/test_contains_gtfs_data.py +0 -0
  99. {r5py-1.0.5 → r5py-1.0.6}/tests/test_data_validation.py +0 -0
  100. {r5py-1.0.5 → r5py-1.0.6}/tests/test_detailed_itineraries.py +0 -0
  101. {r5py-1.0.5 → r5py-1.0.6}/tests/test_deterministic_behaviour.py +0 -0
  102. {r5py-1.0.5 → r5py-1.0.6}/tests/test_elevation_cost_function.py +0 -0
  103. {r5py-1.0.5 → r5py-1.0.6}/tests/test_file_digest.py +0 -0
  104. {r5py-1.0.5 → r5py-1.0.6}/tests/test_file_storage.py +0 -0
  105. {r5py-1.0.5 → r5py-1.0.6}/tests/test_good_enough_equidistant_crs.py +0 -0
  106. {r5py-1.0.5 → r5py-1.0.6}/tests/test_isochrones.py +0 -0
  107. {r5py-1.0.5 → r5py-1.0.6}/tests/test_java_casting.py +0 -0
  108. {r5py-1.0.5 → r5py-1.0.6}/tests/test_memory_footprint.py +0 -0
  109. {r5py-1.0.5 → r5py-1.0.6}/tests/test_parse_int_date.py +0 -0
  110. {r5py-1.0.5 → r5py-1.0.6}/tests/test_regional_task.py +0 -0
  111. {r5py-1.0.5 → r5py-1.0.6}/tests/test_sample_data_set.py +0 -0
  112. {r5py-1.0.5 → r5py-1.0.6}/tests/test_snake_to_camel_case.py +0 -0
  113. {r5py-1.0.5 → r5py-1.0.6}/tests/test_street_layer.py +0 -0
  114. {r5py-1.0.5 → r5py-1.0.6}/tests/test_transit_layer.py +0 -0
  115. {r5py-1.0.5 → r5py-1.0.6}/tests/test_transport_mode.py +0 -0
  116. {r5py-1.0.5 → r5py-1.0.6}/tests/test_transport_network.py +0 -0
  117. {r5py-1.0.5 → r5py-1.0.6}/tests/test_travel_time_matrix.py +0 -0
  118. {r5py-1.0.5 → r5py-1.0.6}/tests/test_trip.py +0 -0
  119. {r5py-1.0.5 → r5py-1.0.6}/tests/test_trip_leg.py +0 -0
  120. {r5py-1.0.5 → r5py-1.0.6}/tests/test_trip_planner.py +0 -0
  121. {r5py-1.0.5 → r5py-1.0.6}/tests/test_validating_request_session.py +0 -0
  122. {r5py-1.0.5 → r5py-1.0.6}/tests/test_verbose_warnings.py +0 -0
  123. {r5py-1.0.5 → r5py-1.0.6}/tests/test_working_directory.py +0 -0
@@ -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
@@ -19,7 +19,7 @@ dependencies = [
19
19
  "ConfigArgParse",
20
20
  "filelock",
21
21
  "geohexgrid",
22
- "geopandas",
22
+ "geopandas<1.1.0",
23
23
  "joblib",
24
24
  "jpype1",
25
25
  "numpy",
@@ -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,7 +1,7 @@
1
1
  ConfigArgParse
2
2
  filelock
3
3
  geohexgrid
4
- geopandas
4
+ geopandas<1.1.0
5
5
  joblib
6
6
  jpype1
7
7
  numpy
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes