Sirepo-bluesky

Latest version: v0.7.2

Safety actively analyzes 623642 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.7.2

What's Changed
* DOC: add project overview and links to relevant projects in a sidebar by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/143


**Full Changelog**: https://github.com/NSLS-II/sirepo-bluesky/compare/v0.7.1...v0.7.2

0.7.1

What's Changed
* Generate beamline elements by rlb131 in https://github.com/NSLS-II/sirepo-bluesky/pull/136
* Better way to prepare bluesky environment by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/141
* DOC: release notes for v0.7.1 by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/142


**Full Changelog**: https://github.com/NSLS-II/sirepo-bluesky/compare/v0.7.0...v0.7.1

0.7.0

What's Changed
* Created .json and .yaml exporters and tests by rlb131 in https://github.com/NSLS-II/sirepo-bluesky/pull/120
* TST: Removed detector tests due to ophyd update by rlb131 in https://github.com/NSLS-II/sirepo-bluesky/pull/122
* Added empty beamline built-in simulation by rlb131 in https://github.com/NSLS-II/sirepo-bluesky/pull/124
* Added stateless-compute for CRL characteristics by rlb131 in https://github.com/NSLS-II/sirepo-bluesky/pull/121
* STY: add `black` formatter for Jupyter notebooks by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/126
* Suppress shadow stdout by thomaswmorris in https://github.com/NSLS-II/sirepo-bluesky/pull/128
* convert integer sirepo parameters to floats by thomaswmorris in https://github.com/NSLS-II/sirepo-bluesky/pull/127
* Beam stats by thomaswmorris in https://github.com/NSLS-II/sirepo-bluesky/pull/129
* Propagation parameters by rlb131 in https://github.com/NSLS-II/sirepo-bluesky/pull/130
* DOC: convert `README.rst` to `README.md` by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/131
* Bugfix react frontend by rlb131 in https://github.com/NSLS-II/sirepo-bluesky/pull/133
* Expand jupyter notebook by rlb131 in https://github.com/NSLS-II/sirepo-bluesky/pull/132
* Clarified Spectrum report notebook by rlb131 in https://github.com/NSLS-II/sirepo-bluesky/pull/134
* DOC: release notes for v0.7.0 by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/135

New Contributors
* rlb131 made their first contribution in https://github.com/NSLS-II/sirepo-bluesky/pull/120

**Full Changelog**: https://github.com/NSLS-II/sirepo-bluesky/compare/v0.6.2...v0.7.0

0.6.2

What's Changed
* Updated Docs for Windows config of databroker - Resolves Issue 115 by BriannaRomasky in https://github.com/NSLS-II/sirepo-bluesky/pull/116
* PKG: Update dependencies by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/117
* DOC: release notes for v0.6.2 by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/118


**Full Changelog**: https://github.com/NSLS-II/sirepo-bluesky/compare/v0.6.1...v0.6.2

Release Notes
https://nsls-ii.github.io/sirepo-bluesky/release-history.html#v0-6-2-2023-06-09

0.6.1

What's Changed
* CI: use ` start-sirepo-action` action by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/110
* CI: use the `start-sirepo-action` from NSLS-II org by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/111
* Use `beta` tag for Sirepo image by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/113
* Release notes for v0.6.1 by mrakitin in https://github.com/NSLS-II/sirepo-bluesky/pull/114


**Full Changelog**: https://github.com/NSLS-II/sirepo-bluesky/compare/v0.6.0...v0.6.1

Release Notes

https://nsls-ii.github.io/sirepo-bluesky/release-history.html#v0-6-1-2023-05-26

0.6.0

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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.