diff --git a/doc/changes/DM-37163.feature.rst b/doc/changes/DM-37163.feature.rst deleted file mode 100644 index e772080..0000000 --- a/doc/changes/DM-37163.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add tests for QuantumGraphExecutionReports using "rescues" to test reporting on -fail-and-recover attempts for step 1. diff --git a/doc/changes/DM-39672.feature.md b/doc/changes/DM-39672.feature.md deleted file mode 100644 index 8446832..0000000 --- a/doc/changes/DM-39672.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add tests for --skip-existing-in and the "rescue" pattern. diff --git a/doc/changes/DM-41606.feature.md b/doc/changes/DM-41606.feature.md deleted file mode 100644 index 56515bc..0000000 --- a/doc/changes/DM-41606.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add tests which exercise the human-readable option for pipetask report. diff --git a/doc/changes/DM-41711.feature.md b/doc/changes/DM-41711.feature.md deleted file mode 100644 index 2ddab35..0000000 --- a/doc/changes/DM-41711.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add tests for the `QuantumProvenanceGraph`. diff --git a/doc/changes/DM-42302.misc.md b/doc/changes/DM-42302.misc.md deleted file mode 100644 index 35cc962..0000000 --- a/doc/changes/DM-42302.misc.md +++ /dev/null @@ -1 +0,0 @@ -Drop support for Pydantic 1.x. diff --git a/doc/changes/DM-44368.feature.md b/doc/changes/DM-44368.feature.md deleted file mode 100644 index 0d1ed0d..0000000 --- a/doc/changes/DM-44368.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add tests for counts of expected quanta in `pipetask report`. diff --git a/doc/lsst.ci.middleware/CHANGES.rst b/doc/lsst.ci.middleware/CHANGES.rst new file mode 100644 index 0000000..9cae2ad --- /dev/null +++ b/doc/lsst.ci.middleware/CHANGES.rst @@ -0,0 +1,46 @@ +lsst-ci-middleware v30.0.0 (2026-01-16) +======================================= + +New Features +------------ + +- Use ``aggregate-graph`` to ingest QBB outputs. (`DM-52360 `_) + + +lsst-ci-middleware v28.0.0 (2024-11-20) +======================================= + +New Features +------------ + +- Added tests for counts of expected quanta in ``pipetask report``. (`DM-44368 `_) +- Added tests for the ``QuantumProvenanceGraph``. (`DM-41711 `_) + +lsst-ci-middleware v26.0.2 (2024-03-20) +======================================= + +New Features +------------ + +- Added tests which exercise the human-readable option for ``pipetask report``. (`DM-41606 `_) + +lsst-ci-middleware v26.0.1 (2024-01-30) +======================================= + +New Features +------------ + +- Added tests for ``QuantumGraphExecutionReports`` using "rescues" to test reporting on fail-and-recover attempts for step 1. (`DM-37163 `_) + +Other Changes and Additions +--------------------------- + +- Dropped support for Pydantic 1.x. (`DM-42302 `_) + +lsst-ci-middleware v26.0.2 (2023-09-22) +======================================= + +New Features +------------ + +- Added tests for ``--skip-existing-in`` and the "rescue" pattern. (`DM-39672 `_) diff --git a/doc/lsst.ci.middleware/index.rst b/doc/lsst.ci.middleware/index.rst index 956092b..4f55d8f 100644 --- a/doc/lsst.ci.middleware/index.rst +++ b/doc/lsst.ci.middleware/index.rst @@ -18,6 +18,17 @@ lsst.ci.middleware .. .. toctree:: .. :maxdepth: 1 +.. _lsst.ci.middleware-changes: + +Changes +======= + +.. toctree:: + :maxdepth: 1 + + CHANGES.rst + + .. _lsst.ci.middleware-contributing: Contributing diff --git a/pyproject.toml b/pyproject.toml index 72b1812..c65e4d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.towncrier] - package = "lsst.ci_middleware" + package = "lsst.ci.middleware" package_dir = "python" - filename = "doc/lsst.ci_middleware/CHANGES.rst" + filename = "doc/lsst.ci.middleware/CHANGES.rst" directory = "doc/changes" - title_format = "obs_base {version} ({project_date})" + title_format = "lsst-ci-middleware {version} ({project_date})" issue_format = "`{issue} `_" [[tool.towncrier.type]]