Skip to content

Commit

Permalink
Merge pull request #109 from mrakitin/rel-notes-0.6.0
Browse files Browse the repository at this point in the history
DOC: release notes for v0.6.0
  • Loading branch information
jklynch authored Feb 23, 2023
2 parents b3e4d90 + 0c3db4a commit 95e575d
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@
Release History
===============

v0.6.0 (2023-02-23)
-------------------
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.


v0.5.0 (2022-11-04)
-------------------
This is a major release dropping support of Python 3.7 and adding support of
Expand Down

0 comments on commit 95e575d

Please sign in to comment.