Skip to content

Commit

Permalink
Update change log for 6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bradnick committed May 31, 2022
1 parent 61ba69a commit 801f8fe
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -3,7 +3,7 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`_ after 2-1.

`6.1`_ -
`6.1`_ - 2022-05-31
-------------------

Fixed:
Expand All @@ -23,6 +23,19 @@ Fixed:
"func": "(A|B)&C",
...
},
- PmacChildPart: a generator with a very small move on one axis could result
in infinity or NaN when calculating the profile points during turnarounds,
especially for non-continuous scans. Very small distances <= 1e-12 are now
rounded to zero.
- HdfWriterPart: removed auto_ndattr_default tag when generating XML layout
as it doesn't conform to ADCore schema.

Added:

- PmacChildPart now checks the move to start ramp and tail off ramp against
the soft limits of the axes and raises an Exception if the check fails.
The move to start is checked during Configure and the tail off can be
checked during Configure or Run, depending on the size of the trajectory.

`6.0`_ - 2022-05-11
-------------------
Expand Down

0 comments on commit 801f8fe

Please sign in to comment.