nextroute 1.8.0.dev27__cp312-cp312-macosx_13_0_x86_64.whl → 1.8.1__cp312-cp312-macosx_13_0_x86_64.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.8.0.dev27"
3
+ __version__ = "v1.8.1"
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nextroute
3
- Version: 1.8.0.dev27
3
+ Version: 1.8.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>
@@ -233,12 +233,7 @@ with open("cmd/input.json") as f:
233
233
  data = json.load(f)
234
234
 
235
235
  input = nextroute.schema.Input.from_dict(data)
236
- options = nextroute.Options(
237
- solve=nextroute.ParallelSolveOptions(
238
- duration=5,
239
- ),
240
- )
241
-
236
+ options = nextroute.Options(SOLVE_DURATION=5)
242
237
  output = nextroute.solve(input, options)
243
238
  print(json.dumps(output.to_dict(), indent=2))
244
239
  ```
@@ -1,20 +1,20 @@
1
- nextroute-1.8.0.dev27.dist-info/RECORD,,
2
- nextroute-1.8.0.dev27.dist-info/LICENSE,sha256=ElKAl6B15yj4LTFL_Dh1hje431kMHut2urxo5nheRWs,4107
3
- nextroute-1.8.0.dev27.dist-info/WHEEL,sha256=kEDwEAybh1yMTwMF4usCWe2WGZj5bJzouP4ddPUefKc,111
4
- nextroute-1.8.0.dev27.dist-info/top_level.txt,sha256=KNsuo1j7tr-QvBFS_ELmo68OmJ-orEZiOXqstGLJDXA,16
5
- nextroute-1.8.0.dev27.dist-info/METADATA,sha256=855-TZghvvWXc72xXyw_W-EqzoYPNPvILyOuDABMKR8,15587
6
1
  tests/solve_golden/__init__.py,sha256=MRZbyX5fYnxsXV0YP6lf32c5YYMo3NsEFqPwdwf5W18,32
7
2
  tests/solve_golden/main.py,sha256=N8QTju8Iq2ip6XVn1PxcoaVY1N-GzOJUhDH31blV2Ro,1545
8
3
  tests/schema/test_input.py,sha256=kNIlUFqCkvvQieuJIo7-6C_NB9PZqZ72NpGwUWtDZcA,1851
9
4
  tests/schema/__init__.py,sha256=MRZbyX5fYnxsXV0YP6lf32c5YYMo3NsEFqPwdwf5W18,32
10
5
  tests/schema/test_output.py,sha256=i0VreVBXamC-Pk-z7X3W9APjmjfG8iOPAt2jxP4hDQA,11579
6
+ nextroute-1.8.1.dist-info/RECORD,,
7
+ nextroute-1.8.1.dist-info/LICENSE,sha256=ElKAl6B15yj4LTFL_Dh1hje431kMHut2urxo5nheRWs,4107
8
+ nextroute-1.8.1.dist-info/WHEEL,sha256=kEDwEAybh1yMTwMF4usCWe2WGZj5bJzouP4ddPUefKc,111
9
+ nextroute-1.8.1.dist-info/top_level.txt,sha256=KNsuo1j7tr-QvBFS_ELmo68OmJ-orEZiOXqstGLJDXA,16
10
+ nextroute-1.8.1.dist-info/METADATA,sha256=9RAaN9vgMdqBvslv1hPfGbbDdT7TdoYnGk2CUgQIEhY,15526
11
11
  nextroute/options.py,sha256=a6tiIWWmLSgGjQKVA2ASPMzDEQl9G6Dx6jp4lbRy_kQ,7541
12
12
  nextroute/version.py,sha256=aA_wmIifNRCzxBigX4cSz1Y2CdXvuBNIiY7Nem5UqRA,325
13
13
  nextroute/__init__.py,sha256=wBHS73T_Mm2MfcEx4chZCI1QMbV-a1D7bw7megFLgb4,529
14
14
  nextroute/base_model.py,sha256=Jl205oJZvndkY8rIomZD2k5YhlGgRBn_2I1BKwQ8Vkk,541
15
- nextroute/__about__.py,sha256=KrL6fYgcn3e65TDss40FHRZBvLRRkzguGI5PBae3cX8,62
15
+ nextroute/__about__.py,sha256=QAWPbTk3M2yG_B_CwMV54PyoO6pTiEWmLXI54Z4A3-o,56
16
16
  nextroute/solve.py,sha256=It1kDEdFk_AXX-gEUjvQbc7C-0ma9bEPRbnC_bHMsUU,4192
17
- nextroute/bin/nextroute.exe,sha256=56XhyhXkvKgOirQyz8WA9oCceRnlDJkQQDCzk4FUaH4,13296048
17
+ nextroute/bin/nextroute.exe,sha256=Oy-QMZixTSarGqn5kGqIi_EsxJVoCo-37J_6vIgQ7LE,13296048
18
18
  nextroute/schema/stop.py,sha256=leKhNC0rcEo64NMNofDuVYnfDNLaqfLZ-mSxUEAwoZk,2199
19
19
  nextroute/schema/vehicle.py,sha256=0W3q-upCn5yEUDX2BBeq5TkOCsrlLsk3Wao-T74nDmU,2535
20
20
  nextroute/schema/__init__.py,sha256=KSlnpJQMnCDq5IXyiltt9CiafcxUH40B3FdE1fc5wdI,1167