Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

v1.0.5

Compare
Choose a tag to compare
@seb-eis seb-eis released this 15 Jan 14:16
· 41 commits to master since this release

Mocassin v1.0.5

Update 2021-02-23

  • Added a preview of nuget packages that support out-of-the-box loading into an F# script file ".fsx" for dotnet fsi using #r "nuget: Mocassin"
  • Added a preview of nuget packages that support almost out-of-the-box loading into a C# script file ".csx" for dotnet script using #r "nuget: Mocassin", #r "nuget: Mocassin.Csx", #load "nuget: Mocassin.Csx", and a manual Mocassin.Symmetry.db path definition

Bugfixes: Model Builder

  • Fixed a crash bug that occurred when attempting to migrate a parameterization template for a currently invalid model
  • Fixed an issue that caused incorrect linking of KMC mappings leading to an error during simulation deploy

Bugfixes: Solver

  • Fixed an issue that caused the statistics data about immobile species to be dumped at each printout stage instead of only printing the mobile species in certain situations