The changes in this beta will be available in the next Source production release due out at the end of June 2022.
This release includes:
- Environmental Flow Actions in the Feature Table,
- Internal spilling can be specified by the Owner,
Environmental Flow Actions are now in the Feature Table
Spell Based Actions and Transluency Actions from the Environmental Flow Node are now available to be edited in the Feature Table.
Internal spilling to be specified by the Owner
Replicate runner - First implementation
We have started to implement a replicate runner within Source for applications such as a risk of spill assessment.
RM-19443- Move TimeseriesCycleCreator tool into Source- RM-20177 - Add replicate running configuration to Source
- RM-20189 - Replicate runs in results manager
- RM-20193 - Add sub-run name to res.csv format
- RM-20197 - Support for sub-runs in custom charts
There are a number of limitations we are continuing to work on:
- All data sources are currently cycled (RM-20190)
- Annual Descriptive Statistics doesn't work with sub-runs (RM-20199)
- Runs in series and not in parallel (RM-20178) which is an important performance improvement,
- Limited validation in UI (RM-20180)
Plugin Developers
As we are moving to .net 6, we have now updated the .csproj format that is used by Source. Please see: Csproj Format to go through the conversion process.
To compile Source you now require:
- .Net Framework 4.8 Developer pack - https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net48-developer-pack-offline-installer
- .NET 5.0 SDK - https://dotnet.microsoft.com/en-us/download/dotnet/5.0
- Visual Studio 2019 - https://visualstudio.microsoft.com/vs/older-downloads/
Regression Testing
There is no tolerance in our regression test suite to allow for earlier identification of results being different on different machines or versions of operating systems.
Details here: /wiki/spaces/SC/pages/51649764
Insight
To run Insight, you also need to install the 32bit version of Microsoft Visual C++ 2010 Redistributable Package.
This installer is for 32bit machines and 64bit machines since the library we use is 32bit: Microsoft Visual C++ 2010 Redistributable Package (x86).
Full Release Documentation