From 33c6160546f48f47bfdd372857eafa11de10a0fb Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 5 Sep 2018 11:01:10 -0400 Subject: [PATCH] DOC: Add release notes for 1.3.0 --- doc/source/release_notes.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/source/release_notes.rst b/doc/source/release_notes.rst index f37f81e61..97a055e82 100644 --- a/doc/source/release_notes.rst +++ b/doc/source/release_notes.rst @@ -2,6 +2,25 @@ Release History ================= +v1.3.0 (2018-09-05) +=================== + +Features +-------- + +* Teach Area Detector classes how to display the DAG of their pipelines + via :func:`~ophyd.areadetector.base.ADBase.visualize_asyn_digraph`. + + +Bug Fixes +--------- + +* :class:`~ophyd.signal.Signal.describe` correctly reports the type + and shape of the data. +* make :obj:`Device.component_names` an :class:`tuple` (instead of a + :class:`list`) as it should not be mutable. +* Fix issue with grand-children not correctly reporting as being in + ``read_attrs`` or ``configuration_attrs``. v1.2.0 (2018-06-06) ===================