diff --git a/CHANGELOG.md b/CHANGELOG.md index 8deba9315..72bbd459c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ Find changes for the upcoming release in the project's [changelog.d directory](h + +## 7.2.0 (2024-10-01) + +### New features + +- The "jupyterlab-base" RSP-launchable image is now part of Nublado. + +- Add sciplat-lab build (containing DM stack) layered atop jupyterlab-base + +### Bug fixes + +- Revert canonical PyPI module name back to `rubin-nublado-client` for consistency with other projects. As before, this change should not affect `pip install`; either form of the name should work. + ## 7.1.2 (2024-09-23) diff --git a/changelog.d/20240924_172954_rra_naming.md b/changelog.d/20240924_172954_rra_naming.md deleted file mode 100644 index 01a4f2581..000000000 --- a/changelog.d/20240924_172954_rra_naming.md +++ /dev/null @@ -1,3 +0,0 @@ -### Bug fixes - -- Revert canonical PyPI module name back to `rubin-nublado-client` for consistency with other projects. As before, this change should not affect `pip install`; either form of the name should work. diff --git a/changelog.d/20240927_114336_athornton_DM_46538.md b/changelog.d/20240927_114336_athornton_DM_46538.md deleted file mode 100644 index 641a57c92..000000000 --- a/changelog.d/20240927_114336_athornton_DM_46538.md +++ /dev/null @@ -1,5 +0,0 @@ - - -### New features - -- The "jupyterlab-base" RSP-launchable image is now part of Nublado. diff --git a/changelog.d/20241001_094107_athornton_DM_46549.md b/changelog.d/20241001_094107_athornton_DM_46549.md deleted file mode 100644 index 27c0799d8..000000000 --- a/changelog.d/20241001_094107_athornton_DM_46549.md +++ /dev/null @@ -1,6 +0,0 @@ - - -### New features - -- Add sciplat-lab build (containing DM stack) layered atop jupyterlab-base -