v0.6.0
v0.6.0 (2023-02-23)
What's Changed
- DOC: fix spelling in release notes by @mrakitin in #97
- DOC: Added axes labels to BSR plots by @BriannaRomasky in #99
- Add support for MAD-X command ophyd objects by @AbbyGi in #100
- Update MAD-X simulations by @AbbyGi in #103
- Updates to MAD-X docs by @AbbyGi in #104
- STY: format with black by @mrakitin in #107
- Add
SirepoSignalRO
by @mrakitin in #105 - Remove
intake
from the code base by @mrakitin in #108 - DOC: release notes for v0.6.0 by @mrakitin in #109
New Contributors
- @BriannaRomasky made their first contribution in #99
Details:
This is a major release dropping support of intake and extending support of MAD-X simulations.
API
- Added
SirepoSignalRO
. - Removed intake from the code base.
Applications
- Added support for the MAD-X commands via the API.
Examples
- Updated MAD-X simulation examples to better reflect ATF Beamline 1 and Beamline 2.
Documentation
- Added axes labels to the Beam Statistics Report plots.
- Fixed minor spelling errors.
- Updated the documentation with the new MAD-X simulation examples demonstrating the
betx
/bety
vs.s
distribution plots before and after a parameters change, compared to the Sirepo browser-based interface.
Linting/styling
- Enforced formatting with black, flake8, and isort via pre-commit hook.
CI improvements
- Updated the linter CI config to run the
pre-commit
checks.
Full Changelog: v0.5.0...v0.6.0