Skip to content

Commit

Permalink
Merge pull request #305 from ZLLentz/rel_v2.1.0
Browse files Browse the repository at this point in the history
REL: v2.1.0 release notes
  • Loading branch information
ZLLentz authored Apr 4, 2023
2 parents 656e2fe + 1a677ee commit f4d8c24
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 120 deletions.
35 changes: 35 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@ Release History
###############


v2.1.0 (2023-04-03)
===================

Features
--------
- Adds ``happi repair`` command, for synchronizing backend database with fields expected by container.
Adds a corresponding audit function.
- Adds audit functions that check the connection status of all signals in an
ophyd device (``check_wait_connection``) and verify any fields requested by
args/kwargs exist in the database (``check_args_kwargs_match``).
- Adds ``happi audit -d/--details`` option to print the source of a requested
audit function.
- Adds the ``happi delete`` CLI tool for deleting entries from the happi database.

Bugfixes
--------
- Fix an issue where an ill-timed interrupt of the json backend's
``store`` operation could truncate the data file. This also removes
the implicit/optional dependency on ``fcntl``.

Maintenance
-----------
- Migrates from Travis CI to GitHub Actions for continuous integration testing, and documentation deployment.
- Updates happi to use setuptools-scm, replacing versioneer, as its version-string management tool of choice.
- Syntax has been updated to Python 3.9+ via ``pyupgrade``.
- happi has migrated to modern ``pyproject.toml``, replacing ``setup.py``.
- Sphinx 6.0 now supported for documentation building.

Contributors
------------
- tangkong
- zllentz



v2.0.0 (2022-10-20)
===================

Expand Down
22 changes: 0 additions & 22 deletions docs/source/upcoming_release_notes/294-enh_delete_copy.rst

This file was deleted.

26 changes: 0 additions & 26 deletions docs/source/upcoming_release_notes/295-enh_audit_fns.rst

This file was deleted.

26 changes: 0 additions & 26 deletions docs/source/upcoming_release_notes/296-bld_gha_migration.rst

This file was deleted.

22 changes: 0 additions & 22 deletions docs/source/upcoming_release_notes/300-enh_repair.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/source/upcoming_release_notes/301-fix_save_corrupt.rst

This file was deleted.

0 comments on commit f4d8c24

Please sign in to comment.