What's Changed
* DOC: fix spelling in release notes by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/97
* DOC: Added axes labels to BSR plots by BriannaRomasky in https://github.com/NSLS-II/sirepo-bluesky/pull/99
* Add support for MAD-X command ophyd objects by AbbyGi in https://github.com/NSLS-II/sirepo-bluesky/pull/100
* Update MAD-X simulations by AbbyGi in https://github.com/NSLS-II/sirepo-bluesky/pull/103
* Updates to MAD-X docs by AbbyGi in https://github.com/NSLS-II/sirepo-bluesky/pull/104
* STY: format with black by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/107
* Add `SirepoSignalRO` by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/105
* Remove `intake` from the code base by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/108
* DOC: release notes for v0.6.0 by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/109
New Contributors
* BriannaRomasky made their first contribution in https://github.com/NSLS-II/sirepo-bluesky/pull/99
Details:
This is a major release dropping support of [intake](https://intake.readthedocs.io/en/latest/) and extending support of MAD-X simulations.
API
- Added `SirepoSignalRO`.
- Removed [intake](https://intake.readthedocs.io/en/latest/) 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](https://black.readthedocs.io/en/stable/), [flake8](https://flake8.pycqa.org/en/latest/), and [isort](https://pycqa.github.io/isort/) via [pre-commit hook](https://pre-commit.com/).
CI improvements
- Updated the linter CI config to run the ``pre-commit`` checks.
**Full Changelog**: https://github.com/NSLS-II/sirepo-bluesky/compare/v0.5.0...v0.6.0