Skip to content

Commit

Permalink
Merge pull request #361 from ZLLentz/rel_v1.18.1
Browse files Browse the repository at this point in the history
DOC: run release notes script for v1.18.1
  • Loading branch information
ZLLentz authored Apr 4, 2023
2 parents f963dfa + 5756817 commit 7917557
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 58 deletions.
32 changes: 32 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@ Release History
###############


v1.18.1 (2023-04-04)
====================

Bugfixes
--------
- Fix an edge case where all hutch devices may be skipped in the load
if all of them are missing from lightpath.

Maintenance
-----------
- hutch-python no longer uses Travis CI and has migrated to GitHub Actions for
continuous integration, testing, and documentation deployment.
- hutch-python has been migrated to use setuptools-scm, replacing versioneer, as its
version-string management tool of choice.
- hutch-python has been migrated to use the modern ``pyproject.toml``, replacing
``setup.py`` and related files.
- Older language features and syntax found in the repository have been updated
to Python 3.9+ standards by way of ``pyupgrade``.
- Sphinx 6.0 is now supported for documentation building.
``docs-versions-menu`` replaces ``doctr-versions-menu`` and ``doctr`` usage
for documentation deployment on GitHub Actions. The deployment key is now no
longer required.
- pyupgrade was used to update annotations, and pycln was used to clean up
imports.

Contributors
------------
- klauer
- zllentz



v1.18.0 (2022-10-25)
====================

Expand Down

This file was deleted.

35 changes: 0 additions & 35 deletions docs/source/upcoming_release_notes/358-migrate-to-gha.rst

This file was deleted.

0 comments on commit 7917557

Please sign in to comment.