Skip to content

Commit

Permalink
DOC: add release notes for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Sep 14, 2023
1 parent 91c4076 commit b446efc
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 73 deletions.
29 changes: 29 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@ Release History
###############


v1.1.0 (2023-09-14)
===================

Features
--------
- Adds find-replace functionality and helpers. These procedures walk through the dataclass, rather than blindly modifying serialized json.
- Adds a simple find-replace widget and more fully-featured fill-template page.
- Adds backend dataclasses for running Bluesky plans in active checkouts.
- Prototypes auto-generated plan argument entry widgets.
- Annotates built-in Bluesky plans with bluesky-queueserver compatible type hints.
- Adds :class:`~atef.check.DynamicValue` (and subclasses :class:`~atef.check.HappiValue`, :class:`~atef.check.EpicsValue`) for comparing to dynamically changing data sources.
- Adds :class:`~atef.widgets.config.MultiModeValueEdit` widget for modifying values give a specified type, including dynamic values.

Bugfixes
--------
- Ensure filenames get cast as strings properly.
- Allow cast_dataclass to transfer objects from old to new dataclass, previously nested dataclasses would be converted to dicts.

Maintenance
-----------
- Adds bluesky-queueserver dependency and pins databroker.
- Add sphinx templates for autogenerated documentation.
- Reduce randomness in test suite, try all combo box options when available.

Contributors
------------
- tangkong


v1.0.0 (2023-06-22)
========================
Many changes have taken place since the last tag (08/2022). Checkouts can now
Expand Down
25 changes: 0 additions & 25 deletions docs/source/upcoming_release_notes/184-enh_dyn_val.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/source/upcoming_release_notes/193-enh_plan_step.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/source/upcoming_release_notes/198-enh_fill_template.rst

This file was deleted.

0 comments on commit b446efc

Please sign in to comment.