Finally our first stable version is here! Nextmv Platform v1.0.0
has arrived 🎊. This release marks the first major version of the Nextmv platform. These are the new features shipping with this release.
- Vehicle routing:
- Significant performance improvements:
- Experimentation:
- Switchback testing - we have completed the suite of testing methodologies on the Nextmv platform. You can now execute a switchback test in order to compare two models in your operational environment - the final gate before launching your new model version completely.
Additional callouts leading up to this major release include:
- A complete suite of testing capabilities for both historical and production traffic testing.
- Model instance and version management for Nextmv cloud apps.
- Marketplace offerings for both vehicle routing and shift-scheduling.
- Support for Google’s popular open-source OR-Tools with Nextmv.
- Nextcheck to check feasibility of input data and justify decisions made by the nextroute routing engine.
- No mixing constraint in the nextroute routing engine to avoid stops with conflicting properties from being on the vehicle at the same time.
- Behavior change of initial stops in the nextroute routing engine. Initial sequences that are infeasible are now allowed for increased flexibility.
- Schema changes to the nextroute routing engine to improve user experience (see nextroute input and output schema).
- Automatic schema validation on local and remote runs.
Upgrading
This upgrade guide assumes you’ve previously completed the quick start guide.
Open up your terminal and run the following commands:
Alternatively, you can specify the version.
Nextmv SDK v1.0.0
upgrade guide
To update and tidy your Go project and reference SDK v1.0.0
, stand at the location of the go.mod
and run: