Skip to content

Commit

Permalink
DOC 1.7.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Jan 11, 2025
1 parent 7fcb7c4 commit 870e99b
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,43 @@ Project `milestones <https://github.com/BCDA-APS/apstools/milestones>`_
describe future plans.

..
1.7.2
******
1.7.3
*****
Release expected by 2024-12-31.
Release expected by 2025-02-28.

Enhancements
------------
1.7.2
*****

- Add 'utils.xy_statistics()' (support 'plans.lineup2()').
- Add 'utils.dynamic_import()' (support 'devices.ad_creator()' from device file).
- Add 'utils.MMap' (support 'plans.lineup2()').
- Add 'utils.peak_full_width' (support 'plans.lineup2()').
Release expected by 2025-01-13.

Fixes
-----
Enhancements
------------

- Add 'utils.xy_statistics()' (support 'plans.lineup2()').
- Add 'utils.dynamic_import()' (support 'devices.ad_creator()' from device file).
- Add 'utils.MMap' (support 'plans.lineup2()').
- Add 'utils.peak_full_width' (support 'plans.lineup2()').

Fixes
-----

- In some cases, 'plans.lineup2()' appeared to succeed but motor was not in
aligned position.
- In unusual cases (with fake ophyd simulated devices),
'devices.PVPositionerSoftDone' used an invalid subscription event type.
- In some cases, 'plans.lineup2()' appeared to succeed but motor was not in
aligned position.
- In unusual cases (with fake ophyd simulated devices),
'devices.PVPositionerSoftDone' used an invalid subscription event type.

Maintenance
-----------
Maintenance
-----------

- In 'ad_creator()', convert text class name to class object.
- Refactor 'plans.lineup2()': new statistics computations & improve
diagnostics.
- In 'ad_creator()', convert text class name to class object.
- Refactor 'plans.lineup2()': new statistics computations & improve
diagnostics.

Deprecations
-----------
Deprecations
-----------

- Use of 'PySumReg.SummationRegisters' to be removed in next major release.
- Use of 'PySumReg.SummationRegisters' to be removed in next major release.

1.7.1
******
Expand Down

0 comments on commit 870e99b

Please sign in to comment.