nextroute 1.10.0__cp312-cp312-macosx_14_0_arm64.whl → 1.10.1__cp312-cp312-macosx_14_0_arm64.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 nextroute might be problematic. Click here for more details.

nextroute/__about__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  # © 2019-present nextmv.io inc
2
2
 
3
- __version__ = "v1.10.0"
3
+ __version__ = "v1.10.1"
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nextroute
3
- Version: 1.10.0
3
+ Version: 1.10.1
4
4
  Summary: Nextroute is an engine for solving Vehicle Routing Problems (VRPs).
5
5
  Author-email: Nextmv <tech@nextmv.io>
6
6
  Maintainer-email: Nextmv <tech@nextmv.io>
@@ -104,6 +104,7 @@ Classifier: Programming Language :: Python :: 3.9
104
104
  Classifier: Programming Language :: Python :: 3.10
105
105
  Classifier: Programming Language :: Python :: 3.11
106
106
  Classifier: Programming Language :: Python :: 3.12
107
+ Classifier: Programming Language :: Python :: 3.13
107
108
  Requires-Python: >=3.8
108
109
  Description-Content-Type: text/markdown
109
110
  License-File: LICENSE
@@ -1,10 +1,10 @@
1
- nextroute/__about__.py,sha256=an8dKYMl95LjL606W0wr72c2PaTFOGaCBBLYnPpP41M,57
1
+ nextroute/__about__.py,sha256=wJbSrcDAmS9dGQnHFbWKuzq6lOCzODaZpzPuR2SefcU,57
2
2
  nextroute/__init__.py,sha256=wBHS73T_Mm2MfcEx4chZCI1QMbV-a1D7bw7megFLgb4,529
3
3
  nextroute/base_model.py,sha256=Jl205oJZvndkY8rIomZD2k5YhlGgRBn_2I1BKwQ8Vkk,541
4
4
  nextroute/options.py,sha256=a6tiIWWmLSgGjQKVA2ASPMzDEQl9G6Dx6jp4lbRy_kQ,7541
5
5
  nextroute/solve.py,sha256=It1kDEdFk_AXX-gEUjvQbc7C-0ma9bEPRbnC_bHMsUU,4192
6
6
  nextroute/version.py,sha256=aA_wmIifNRCzxBigX4cSz1Y2CdXvuBNIiY7Nem5UqRA,325
7
- nextroute/bin/nextroute.exe,sha256=nkGyjJS_EcGHjfCVRts2Jakd-fIRAqQGtTqwaWxr9aw,13549010
7
+ nextroute/bin/nextroute.exe,sha256=LX6b955neQriUvu_JoDWV0hnQ7p5O4O2aTIj9fzAML8,13549010
8
8
  nextroute/check/__init__.py,sha256=Hrw5LUqdMeaBEsoIrJmWDhmAKAzGuzDnoBExwNWJvlU,1303
9
9
  nextroute/check/schema.py,sha256=hBC0Usw4_rEJHsWDxDtIi0-d6byXt8f9eYqBE9hqiCc,5853
10
10
  nextroute/schema/__init__.py,sha256=KSlnpJQMnCDq5IXyiltt9CiafcxUH40B3FdE1fc5wdI,1167
@@ -19,8 +19,8 @@ tests/schema/test_input.py,sha256=kNIlUFqCkvvQieuJIo7-6C_NB9PZqZ72NpGwUWtDZcA,18
19
19
  tests/schema/test_output.py,sha256=i0VreVBXamC-Pk-z7X3W9APjmjfG8iOPAt2jxP4hDQA,11579
20
20
  tests/solve_golden/__init__.py,sha256=MRZbyX5fYnxsXV0YP6lf32c5YYMo3NsEFqPwdwf5W18,32
21
21
  tests/solve_golden/main.py,sha256=N8QTju8Iq2ip6XVn1PxcoaVY1N-GzOJUhDH31blV2Ro,1545
22
- nextroute-1.10.0.dist-info/LICENSE,sha256=ElKAl6B15yj4LTFL_Dh1hje431kMHut2urxo5nheRWs,4107
23
- nextroute-1.10.0.dist-info/METADATA,sha256=HG7EkXGGkA6Is6NXCcI8Z1m6g6G7V98_9e-2GtAMk4c,15539
24
- nextroute-1.10.0.dist-info/WHEEL,sha256=7L9zxbazR4IdeqTBB80qiUrLAPOMEtOj2WjUu1PUtcc,110
25
- nextroute-1.10.0.dist-info/top_level.txt,sha256=KNsuo1j7tr-QvBFS_ELmo68OmJ-orEZiOXqstGLJDXA,16
26
- nextroute-1.10.0.dist-info/RECORD,,
22
+ nextroute-1.10.1.dist-info/LICENSE,sha256=ElKAl6B15yj4LTFL_Dh1hje431kMHut2urxo5nheRWs,4107
23
+ nextroute-1.10.1.dist-info/METADATA,sha256=LeNoQBWwJ2ca1cgOwGH3l1qMcMbop_bnSiZx3BX9cEw,15590
24
+ nextroute-1.10.1.dist-info/WHEEL,sha256=68miiZVF0Vu0w2nj5tXUUyL44VTV0_i5TIpA8LsZ5r4,109
25
+ nextroute-1.10.1.dist-info/top_level.txt,sha256=KNsuo1j7tr-QvBFS_ELmo68OmJ-orEZiOXqstGLJDXA,16
26
+ nextroute-1.10.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-macosx_14_0_arm64
5
5