Releases: PaNOSC-ViNYL/McStasScript
Releases · PaNOSC-ViNYL/McStasScript
0.0.46
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
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