Nextmv Docs

The Nextmv platform accelerates teams with DecisionOps tooling, optimization integrations, and decision app quickstarts.

Recent releases

nextmv-py

nextmv-v0.26.3

May 21, 2025

What's Changed

Full Changelog: nextmv-v0.26.2...nextmv-v0.26.3

nextmv-py

nextmv-v0.26.2

May 19, 2025

What's Changed

Full Changelog: nextmv-v0.26.2-dev.0...nextmv-v0.26.2

nextmv-py

nextmv-v0.26.1

May 15, 2025

What's Changed

Full Changelog: nextmv-gurobipy-v0.3.1...nextmv-v0.26.1

Console

Decision workflows in Nextmv Console

May 14, 2025

Decision workflows are now available in Nextmv Console. You can create a new workflow from the UI and then manage the workflow like you would an application. A workflow has all of the same views as an application, except that the workflow run details includes an extra Flow view that displays a directed acyclic graph (DAG) of the workflow run.

Screenshot of the DAG diagram showing a flow with four steps that have succeeded. Each step is represented with a box that includes the name of the step and a short description, and a green check icon since each step succeeded. Two of the steps happen in parallel, so these are shown in the same column. Arrows connect the steps to show the order of the steps in the flow.

Read more about decision workflows and how to use them in the dedicated Decision workflows section in Nextmv Docs.

Console

Remember last visited team

May 13, 2025

Prior to this update, when you logged in to Nextmv Console, after being authenticated, you would be directed to your root account. If you wanted to switch to another team you would need to select the team from the dropdown in the header. This pattern could be laborious if you were doing most of your work in a team other than your root account.

Now, Nextmv Console will remember your last-visited team and you will be automatically redirected to this team when you log in.

nextmv-py

nextmv-gurobipy-v0.3.1

May 12, 2025

What's Changed

  • Fixes issue with missing attributes in Gurobi ModelStatistics by @merschformann in #90

Full Changelog: nextmv-v0.26.0...nextmv-gurobipy-v0.3.1

nextmv-py

nextmv-v0.26.0

May 8, 2025

What's Changed

  • Methods for updating batch-exp, scenario test. Support writing with BaseModel class. by @sebastian-quintero in #89

Full Changelog: nextmv-gurobipy-v0.3.0...nextmv-v0.26.0

nextpipe

v0.2.1

May 7, 2025

What's Changed

Full Changelog: v0.2.0...v0.2.1

nextmv-py

nextmv-gurobipy-v0.3.0

May 7, 2025

Full Changelog: nextmv-scikit-learn-v0.2.0...nextmv-gurobipy-v0.3.0

nextmv-py

nextmv-scikit-learn-v0.2.0

May 7, 2025

What's Changed

Full Changelog: nextmv-v0.25.0...nextmv-scikit-learn-v0.2.0

nextmv-py

nextmv-v0.25.0

May 7, 2025

What's Changed

  • Associate a tracked run with an Instance ID.

Full Changelog: nextmv-v0.24.0...nextmv-v0.25.0

nextmv-py

nextmv-v0.24.0

May 7, 2025

What's Changed

Full Changelog: nextmv-v0.23.0...nextmv-v0.24.0

Console

Human-friendly metrics

May 6, 2025

Applications can write custom metrics to the run output file using the standard Statistics convention. These custom metrics live under the top-level statistics property of the run output and are extracted and displayed in the run details view in Nextmv Console.

These metrics were displayed in a technical manner using their full data path as the name of the metric. For example, if a custom metric tracking total waste was named total_waste and was a property of the custom object which in turn was a property of the result object, the name of this metric would be displayed as result.custom.total_waste.

These object data paths were obscuring the meaningful parts of the metric names, and the end user often only cares about the metric and its value, not where it’s stored in the output JSON file. For these reasons, the metrics are now displayed without the data paths and also are presented with a more human-friendly title casing.

Before

Table view of data showing the old way of rendering property names with their full object dot notation paths that reference their location in the JSON block. The example from the note above reads result.custom.total_waste.

After

Same table view as the image above, but now the property names have had the JSON location paths removed. The example from the note above now reads just Total Waste.

Console

Updated acceptance tests

April 24, 2025

When creating a new acceptance test you can now specify a tolerance level for the pass/fail rules. Prior to this, you were only able to set hard rules on how a test would pass or fail. When setting the tolerance, you can define it as an absolute value (specific number) or as a relative value (percentage-based).

Screenshot of the UI in the create new acceptance test view that allows you to type in the metric you want to track and then define the tolerance type (absolute or relative) and the corresponding value.

This tolerance will be reflected in the final chart visuals as well.

Screenshot of a point and line chart that plots a target line running diagonally in the middle from lower left to upper right with a band of green on either side that visualizes the threshold for acceptable values within range of the target line. Points that correspond to the runs are plotted on top of this band to show which runs fall inside and outside of the threshold.

Console

Archive file downloads

April 23, 2025

A small update to the behavior for downloading run input and output ZIP files was made. Before, when you downloaded a ZIP file from the run (input or output), the files within the ZIP file would be automatically extracted and downloaded individually.

This auto-extraction has been disabled and now the ZIP file is downloaded as a single file that you can then extract as needed via your operating system (e.g. double click the file). This keeps all of the files in a single directory rather than spreading them out wherever they were downloaded.

Console

Column pinning in table views

April 22, 2025

A new column pinning feature for table views has been added to Nextmv Console. Now when viewing table data you can select certain columns to be pinned by hovering over the column header cell and then clicking the pin icon.

To unpin the column, just click on the filled-in pin icon and the column will return to its normal location in the table. You can pin as many columns as needed.

Screenshot of a runs table with the run ID and status columns pinned to the left and other columns to the right with one column running beneath the last pinned column to the right.

Console

Manage secrets in Console

April 21, 2025

The ability to manage secrets in Nextmv Console is now available. You can add new secret collections and assign them to instances or individual runs, as well as edit and delete existing secret collections.

Read more about how to use secret collections to enhance your app and workflow functionality in the Secrets collection reference section in Nextmv Docs.

Screenshot showing the UI for adding a new secrets collection. Includes a field for name, description and ID, and a place to add individual secrets (name key and value essentially).

Release notes archive

How to get help

Contact us for Nextmv platform support.