Skip to content

Commit

Permalink
DOC: stylistic consistency and remove redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLLentz committed Apr 4, 2023
1 parent a522f13 commit fb5fd27
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ 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
- 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 delete cli command
- Adds ``happi audit -d/--details`` option to print the source of a requested
audit function.
- Adds delete cli command.

Bugfixes
--------
Expand All @@ -23,12 +24,11 @@ Bugfixes

Maintenance
-----------
- Remove some lingering references to Travis CI
- 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
- 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
------------
Expand Down

0 comments on commit fb5fd27

Please sign in to comment.