The changes in this beta will be available in the 4.13 Source version 5 production release, due out at the end of June 2020.
Features of this release include:
...
We will also want to include a toolbar with a filter/search for custom charts:
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Operations Tabular Editor changes
...
Code Block |
---|
--resultsOutputMode |
There are three modes currently available (with another coming soon):
- noOutput - This improves performance when using automatic exporting tools such as Scenario Options: Simulation results or Simulation Log which automatically exports results after each run to a specific location.
- serverNamedFormat - This mode saves from the server, rather than transferring data back to the client when in client-server mode. This is also now the default for a single computer run, meaning performance is improved by not transferring the data.
- clientNamedFormat - (default for client-server mode). The data is transferred back to the client and saved (current behaviour).
- Coming soon: serverStreamedFormat - this will be available with results streaming in the next beta release.
Plugin Developers
We are planning on moving to C# 7, Visual Studio 2019 and .NET 4.8.0 soon, so you will need to make sure you have updated Visual Studio to continue developing plugins in the beta versions.
...
Full Release Documentation
Jira Legacy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|