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

v1.0.6

Compare
Choose a tag to compare
@seb-eis seb-eis released this 24 Feb 16:36
· 31 commits to master since this release

Mocassin 1.0.6

UPDATE!

  • Added a hotfix for nuget packages and GUI that fixes incorrect handling of radial sampling for unit cells with non-right angles

Feature updates

  • Added further API documentation to the HTML guide pages including several code examples

  • Added a reference only nuget package Mocassin to be used for dotnet projects

  • Added a Mocassin.csx nuget script package to make Mocassin compatible with dotnet-script

  • Referencing the Mocassin API in F# script .fsx for dotnet fsi is now fully supported out of the box if the packages are configured as a local package source using the #r directives

  • Referencing the Mocassin API in C# script .csx for dotnet script is now fully supported out of the box if the packages are configured as a local package source using the #r and #load directives

Model Builder Features

  • The space group database default path an now be overwritten globally through the SpaceGroupContextSource
  • There are now convenience functions to read the jump histograms from the C# API

Misc

  • Updated several third-party packages to newer versions
  • Several minor bugfixes for solver and model builder code have been implemented