Skip to content

Commit

Permalink
Merge pull request #48 from mrakitin/doc-rel-notes-v0.4.1
Browse files Browse the repository at this point in the history
DOC: release notes for v0.4.1
  • Loading branch information
mrakitin authored Nov 10, 2021
2 parents 55755da + 3dc24e8 commit 8e98286
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Release History
===============

v0.4.1 (2021-11-10)
-------------------
In this release, we addressed some shortcomings of the granular ophyd objects:

- Generalized classes to work with both ``srw`` and ``shadow`` simulation codes.
- Added JSON components for all "detector" classes.
- Added a class to instantiate the ``BeamStatisticsReport`` as an ophyd
detector and add thorough integration tests.
- Fixed the issue with the last file from a scan being used for all steps of the
scan.
- Cleaned up the code from unused comments.
- Improved testing coverage and better handling of the results directories.

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

v0.4.0 (2021-10-11)
-------------------
- Refactored the code to use an ophyd object per optical element.
Expand Down

0 comments on commit 8e98286

Please sign in to comment.