Skip to content

Releases: PaNOSC-ViNYL/McStasScript

0.0.46

18 May 14:57
6a06f26
Compare
Choose a tag to compare

McStasScript version 0.0.46

Recent additions:

  • Cleanup of syntax, more consistent use of the verb show in methods.
  • More error checking, finding more common issues in McStas input and alerting the user
  • New instrument diagram available
  • Separate import of heavy widgets so other imports are faster
  • Ability to move and remove components in an instrument
  • Many smaller improvements

See documentation on https://mads-bertelsen.github.io/index.html

v0.0.42

06 May 11:44
34fd657
Compare
Choose a tag to compare

Release of McStasScript v0.0.42

Simplified import so all interface classes and functions are available through main init.

import mcstasscript as ms
instrument = ms.McStas_instr("demo")

Full documentation available here: https://mads-bertelsen.github.io

Recommended install method is through pypi: pip install mcstasscript --upgrade