Skip to content

Commit

Permalink
DOC: Add release notes for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Sep 5, 2018
1 parent 56be40b commit 33c6160
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
===================
Expand Down

0 comments on commit 33c6160

Please sign in to comment.