From 23e312c76df65463a79015dc80705ee1eebe7795 Mon Sep 17 00:00:00 2001 From: durack1 Date: Fri, 4 Oct 2024 14:19:19 +0000 Subject: [PATCH] bump: version 6.5.21a1 -> 6.5.21 --- README.md | 2 +- VERSION | 2 +- changelog/108.trivial.md | 1 - changelog/109.docs.md | 3 -- changelog/111.docs.md | 2 -- changelog/113.breaking.md | 1 - changelog/116.trivial.md | 1 - changelog/117.feature.md | 1 - changelog/119.docs.md | 1 - changelog/119.feature.md | 1 - changelog/119.trivial.md | 2 -- changelog/120.feature.md | 1 - changelog/121.feature.md | 1 - changelog/122.trivial.md | 1 - changelog/126.docs.md | 1 - changelog/127.docs.md | 2 -- changelog/127.trivial.md | 3 -- docs/changelog.md | 33 +++++++++++++++++++ .../input4MIPs_datasets_CMIP6Plus.html | 2 +- ...input4MIPs_delivery-summary_CMIP6Plus.html | 2 +- .../input4MIPs_files_CMIP6Plus.html | 2 +- .../input4MIPs_source-id_CMIP6Plus.html | 2 +- python-packages/input4MIPs-CVs/pyproject.toml | 2 +- 23 files changed, 40 insertions(+), 29 deletions(-) delete mode 100644 changelog/108.trivial.md delete mode 100644 changelog/109.docs.md delete mode 100644 changelog/111.docs.md delete mode 100644 changelog/113.breaking.md delete mode 100644 changelog/116.trivial.md delete mode 100644 changelog/117.feature.md delete mode 100644 changelog/119.docs.md delete mode 100644 changelog/119.feature.md delete mode 100644 changelog/119.trivial.md delete mode 100644 changelog/120.feature.md delete mode 100644 changelog/121.feature.md delete mode 100644 changelog/122.trivial.md delete mode 100644 changelog/126.docs.md delete mode 100644 changelog/127.docs.md delete mode 100644 changelog/127.trivial.md diff --git a/README.md b/README.md index 2b7adca2..717b02a3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # input4MIPs Controlled Vocabularies (CVs) -[![Latest release](https://img.shields.io/badge/Latest%20release-v6.5.20-brightgreen.svg)](https://github.com/PCMDI/input4MIPs_CVs/releases/tag/v6.5.20) +[![Latest release](https://img.shields.io/badge/Latest%20release-v6.5.21-brightgreen.svg)](https://github.com/PCMDI/input4MIPs_CVs/releases/tag/v6.5.21) [![DOI (all versions)](https://zenodo.org/badge/doi/10.5281/zenodo.12629796.svg)](https://zenodo.org/doi/10.5281/zenodo.12629796) [![Docs](https://readthedocs.org/projects/input4mips-controlled-vocabularies-cvs/badge/?version=latest)](https://input4mips-controlled-vocabularies-cvs.readthedocs.io) diff --git a/VERSION b/VERSION index 4f1edd3f..d1664191 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.21a1 +6.5.21 diff --git a/changelog/108.trivial.md b/changelog/108.trivial.md deleted file mode 100644 index cf53c492..00000000 --- a/changelog/108.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Corrected some invalid links in README; Added source_id level view link (#107). diff --git a/changelog/109.docs.md b/changelog/109.docs.md deleted file mode 100644 index 8f7a54ac..00000000 --- a/changelog/109.docs.md +++ /dev/null @@ -1,3 +0,0 @@ -Moved most of the `README`'s content into the docs. -This helps avoid broken links in future, -because links don't always play nice with GitHub's homepage rendering. diff --git a/changelog/111.docs.md b/changelog/111.docs.md deleted file mode 100644 index fcef6391..00000000 --- a/changelog/111.docs.md +++ /dev/null @@ -1,2 +0,0 @@ -Added a delivery summary view to our docs. -This provides information about when different datasets are expected to be delivered. diff --git a/changelog/113.breaking.md b/changelog/113.breaking.md deleted file mode 100644 index c586c3fa..00000000 --- a/changelog/113.breaking.md +++ /dev/null @@ -1 +0,0 @@ -Re-named the ESGF scrape from `Database/input-data/esgf.json` to `Database/input-data/esgf-input4MIPs.json`. diff --git a/changelog/116.trivial.md b/changelog/116.trivial.md deleted file mode 100644 index 8a6f3942..00000000 --- a/changelog/116.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Corrected some logic, required DRS attributes vs "like to have" netcdf global attributes (#37). diff --git a/changelog/117.feature.md b/changelog/117.feature.md deleted file mode 100644 index 3f098a2f..00000000 --- a/changelog/117.feature.md +++ /dev/null @@ -1 +0,0 @@ -Added the UOEXETER-CMIP-1-1-2 source ID. diff --git a/changelog/119.docs.md b/changelog/119.docs.md deleted file mode 100644 index ceb2f0b5..00000000 --- a/changelog/119.docs.md +++ /dev/null @@ -1 +0,0 @@ -Update the delivery status view of the datasets. diff --git a/changelog/119.feature.md b/changelog/119.feature.md deleted file mode 100644 index c67d925f..00000000 --- a/changelog/119.feature.md +++ /dev/null @@ -1 +0,0 @@ -Added source IDs for the anthropogenic emissions data. diff --git a/changelog/119.trivial.md b/changelog/119.trivial.md deleted file mode 100644 index 6b8f199f..00000000 --- a/changelog/119.trivial.md +++ /dev/null @@ -1,2 +0,0 @@ -Updated the code which generates the delivery status view of the datasets to handle CEDS' multiple source IDs. -Note, this will need further updates once CEDS is published (to handle generation of a URL with multiple source ID fields in the search). diff --git a/changelog/120.feature.md b/changelog/120.feature.md deleted file mode 100644 index 9716dbd4..00000000 --- a/changelog/120.feature.md +++ /dev/null @@ -1 +0,0 @@ -Added the published volcanic University of Exeter (UOEXETER-CMIP-1-1-3) entries diff --git a/changelog/121.feature.md b/changelog/121.feature.md deleted file mode 100644 index 13151704..00000000 --- a/changelog/121.feature.md +++ /dev/null @@ -1 +0,0 @@ -Registered the "UofMD-landState-3-0" source ID. University of Maryland is providing land-use change relevant variables. diff --git a/changelog/122.trivial.md b/changelog/122.trivial.md deleted file mode 100644 index c56c05ad..00000000 --- a/changelog/122.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Move misplaced CHANGELOG entry. diff --git a/changelog/126.docs.md b/changelog/126.docs.md deleted file mode 100644 index 061757ad..00000000 --- a/changelog/126.docs.md +++ /dev/null @@ -1 +0,0 @@ -Updated the status of dataset publication. diff --git a/changelog/127.docs.md b/changelog/127.docs.md deleted file mode 100644 index 28a673a6..00000000 --- a/changelog/127.docs.md +++ /dev/null @@ -1,2 +0,0 @@ -- Added land-use change information now that it's published on ESGF. -- Clarified the ESGF publication status in the delivery summary view. diff --git a/changelog/127.trivial.md b/changelog/127.trivial.md deleted file mode 100644 index 56555a28..00000000 --- a/changelog/127.trivial.md +++ /dev/null @@ -1,3 +0,0 @@ -- Added a `Makefile` target for updating the database entries based on raw netCDF files. -- Made the database entry handling scripts work on nimbus. -- Fixed typos in docs and scripts. diff --git a/docs/changelog.md b/docs/changelog.md index ca34be9d..9c91c117 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -22,6 +22,39 @@ of rst and use slightly different categories. +## input4MIPs CVs v6.5.21 (2024-10-04) + + +### ⚠️ Breaking Changes + +- Re-named the ESGF scrape from `Database/input-data/esgf.json` to `Database/input-data/esgf-input4MIPs.json`. ([#113](https://github.com/PCMDI/input4MIPs_CVs/pull/113)) + +### 🆕 Features + +- Added the UOEXETER-CMIP-1-1-2 source ID. ([#117](https://github.com/PCMDI/input4MIPs_CVs/pull/117)) +- Added source IDs for the anthropogenic emissions data. ([#119](https://github.com/PCMDI/input4MIPs_CVs/pull/119)) +- Added the published volcanic University of Exeter (UOEXETER-CMIP-1-1-3) entries ([#120](https://github.com/PCMDI/input4MIPs_CVs/pull/120)) +- Registered the "UofMD-landState-3-0" source ID. University of Maryland is providing land-use change relevant variables. ([#121](https://github.com/PCMDI/input4MIPs_CVs/pull/121)) + +### 📚 Improved Documentation + +- Moved most of the `README`'s content into the docs. + This helps avoid broken links in future, + because links don't always play nice with GitHub's homepage rendering. ([#109](https://github.com/PCMDI/input4MIPs_CVs/pull/109)) +- Added a delivery summary view to our docs. + This provides information about when different datasets are expected to be delivered. ([#111](https://github.com/PCMDI/input4MIPs_CVs/pull/111)) +- Update the delivery status view of the datasets. ([#119](https://github.com/PCMDI/input4MIPs_CVs/pull/119)) +- Updated the status of dataset publication. ([#126](https://github.com/PCMDI/input4MIPs_CVs/pull/126)) +- - Added land-use change information now that it's published on ESGF. + - Clarified the ESGF publication status in the delivery summary view. + + ([#127](https://github.com/PCMDI/input4MIPs_CVs/pull/127)) + +### 🔧 Trivial/Internal Changes + +- [#108](https://github.com/PCMDI/input4MIPs_CVs/pull/108), [#116](https://github.com/PCMDI/input4MIPs_CVs/pull/116), [#119](https://github.com/PCMDI/input4MIPs_CVs/pull/119), [#122](https://github.com/PCMDI/input4MIPs_CVs/pull/122), [#127](https://github.com/PCMDI/input4MIPs_CVs/pull/127) + + ## input4MIPs CVs v6.5.20 (2024-08-19) diff --git a/docs/database-views/input4MIPs_datasets_CMIP6Plus.html b/docs/database-views/input4MIPs_datasets_CMIP6Plus.html index 4f616fb0..3fffc586 100644 --- a/docs/database-views/input4MIPs_datasets_CMIP6Plus.html +++ b/docs/database-views/input4MIPs_datasets_CMIP6Plus.html @@ -21,7 +21,7 @@ input4MIPs CMIP6Plus datasets -

input4MIPs CMIP6Plus datasets: v6.5.21a1

+

input4MIPs CMIP6Plus datasets: v6.5.21

Database views homepage | Delivery summary view diff --git a/docs/database-views/input4MIPs_delivery-summary_CMIP6Plus.html b/docs/database-views/input4MIPs_delivery-summary_CMIP6Plus.html index 2fd64bcd..01d29cdd 100644 --- a/docs/database-views/input4MIPs_delivery-summary_CMIP6Plus.html +++ b/docs/database-views/input4MIPs_delivery-summary_CMIP6Plus.html @@ -21,7 +21,7 @@ input4MIPs CMIP6Plus delivery summary -

input4MIPs CMIP6Plus delivery summary: v6.5.21a1

+

input4MIPs CMIP6Plus delivery summary: v6.5.21

Database views homepage | Delivery summary view diff --git a/docs/database-views/input4MIPs_files_CMIP6Plus.html b/docs/database-views/input4MIPs_files_CMIP6Plus.html index b0a2e5ee..6c6d5859 100644 --- a/docs/database-views/input4MIPs_files_CMIP6Plus.html +++ b/docs/database-views/input4MIPs_files_CMIP6Plus.html @@ -21,7 +21,7 @@ input4MIPs CMIP6Plus files -

input4MIPs CMIP6Plus files: v6.5.21a1

+

input4MIPs CMIP6Plus files: v6.5.21

Database views homepage | Delivery summary view diff --git a/docs/database-views/input4MIPs_source-id_CMIP6Plus.html b/docs/database-views/input4MIPs_source-id_CMIP6Plus.html index f81c035c..34a01c6b 100644 --- a/docs/database-views/input4MIPs_source-id_CMIP6Plus.html +++ b/docs/database-views/input4MIPs_source-id_CMIP6Plus.html @@ -21,7 +21,7 @@ input4MIPs CMIP6Plus source IDs -

input4MIPs CMIP6Plus source IDs: v6.5.21a1

+

input4MIPs CMIP6Plus source IDs: v6.5.21

Database views homepage | Delivery summary view diff --git a/python-packages/input4MIPs-CVs/pyproject.toml b/python-packages/input4MIPs-CVs/pyproject.toml index fa6c71a8..34e6597e 100644 --- a/python-packages/input4MIPs-CVs/pyproject.toml +++ b/python-packages/input4MIPs-CVs/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "typer==0.12.3", ] name = "input4MIPs-CVs" -version = "6.5.21a1" +version = "6.5.21" description = """Python tooling to help with the input4MIPs-CVs repository At the moment, intended for internal use only."""