Skip to content

Commit

Permalink
DOC: update the TOC for release history
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Nov 4, 2022
1 parent c75edbb commit fc7ebfe
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ v0.5.0 (2022-11-04)
This is a major release dropping support of Python 3.7 and adding support of
new simulation types.

Applications:
.............
Applications
............
- Added support for the MAD-X App in Sirepo via detector & flyer API.
Corresponding simulation examples were added too (sim_id=``00000001`` and
sim_id=``00000002``). The corresponding handler ``MADXFileHandler`` was
implemented for reading of MAD-X produced files.
Corresponding simulation examples were added too (sim_id=00000001 and
00000002). The corresponding handler ``MADXFileHandler`` was implemented for
reading of MAD-X produced files.
- Implemented ``SingleElectronSpectrumReport`` from the Source page of
Sirepo/SRW.
- Added the ``duration`` component for detectors.
Expand All @@ -21,19 +21,19 @@ Applications:
which are normally triggered by the JavaScript client side.
- Converted assertions to exceptions throughout the library code.

Tests:
......
Tests
.....
- All integrated simulation codes have corresponging extensive tests (`pytest
<https://docs.pytest.org/>`_ framework).

Examples:
.........
Examples
........
- Updated the preparation scripts for the detector and flyer environments to
make them more consistent.
- Save all test/example data to ``/tmp/sirepo-bluesky-data/``.

Documentation:
..............
Documentation
.............
- Made all examples for SRW, Shadow3, and Beam Statistics Report consistent.
- Added a documentation/notebook with an example of the use of MAD-X via
sirepo-bluesky API.
Expand All @@ -42,15 +42,15 @@ Documentation:
- Fixed the version string in the published documentation at
nsls-ii.github.io/sirepo-bluesky.

Scripts/services:
.................
Scripts/services
................
- Added support for persistent location for the Sirepo database of simulations.
- Using the ``radiasoft/sirepo:20220806.215448`` version of the Sirepo Docker
image (support of newer images will be added in the following release).
- Added an example systemd unit for ``sirepo.service``.

CI improvements:
................
CI improvements
...............
- Added checks whether the Sirepo container is running before executing the
tests.
- Using ``mamba`` for faster installation.
Expand Down Expand Up @@ -89,8 +89,8 @@ In this release, we addressed some shortcomings of the granular ophyd objects:
- Cleaned up the code from unused comments.
- Improved testing coverage and better handling of the results directories.

Packaging/CI:
...............
Packaging/CI
............
- Removed the upper pin of PyQt5.
- Added linting GHA workflow.

Expand Down

0 comments on commit fc7ebfe

Please sign in to comment.