Skip to content

Commit

Permalink
Merge pull request #1220 from mguijarr/rel-notes-1.10.0
Browse files Browse the repository at this point in the history
Add release notes for v1.10.0
  • Loading branch information
tacaswell authored Nov 21, 2024
2 parents ee7ab9b + 1043148 commit 69d7650
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/user/reference/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
Release History
=================

1.10.0 (2024-11-21)
===================

Added
-----

* ``count`` parameter to Signal.get (same as pv.get)
* ``.locate()` method to EpicsMotor, returning setpoint and readback
* ``dtype`` and ``shape`` keywords can be specified in Signal constructor to avoid type inference
* ``describe()`` returns ``dtype_numpy``, if available

Fixes
-----

* Allow write path template on FileStoreBase to include ``.``
* Enforce FileStoreBase root path to be absolute
* Fixed fraction in ADTriggerStatus to match docs
* Status objects do not create threads when timeout is None
* Enforce configured Component.trigger_value is used for acquisition signal


1.9.0 (2023-09-15)
==================

Expand Down

0 comments on commit 69d7650

Please sign in to comment.