From e755861a831fcbac85f4e17f2c8d5c448c39382f Mon Sep 17 00:00:00 2001 From: Rob Cermak Date: Tue, 22 Jun 2021 15:35:16 -0800 Subject: [PATCH] Proceed with merge to main --- docs/development/CHANGELOG.md | 4 ++++ docs/development/DEPLOY.md | 12 +++++++++--- docs/development/releases/0.2.0.md | 15 ++++++++++----- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/docs/development/CHANGELOG.md b/docs/development/CHANGELOG.md index 2bee2e0..8d3ce5a 100644 --- a/docs/development/CHANGELOG.md +++ b/docs/development/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 2021-06-22 + + - PR#8 submitted to main. Making final checks of CI, RTD and mybinder. + # 2021-06-21 - Add more environment infomation diff --git a/docs/development/DEPLOY.md b/docs/development/DEPLOY.md index 847fcfa..4e99588 100644 --- a/docs/development/DEPLOY.md +++ b/docs/development/DEPLOY.md @@ -10,15 +10,19 @@ release folder as X.Y.Z.md and fill out. - [ ] Resync environments - [ ] Pip requirements.txt should closely mirror gridTools.yml - [ ] Update any special needs in requirements.txt - - [ ] Resync gridTools_export-linux-64.yml without pip modules + - [ ] Resync `gridTools_export-linux-64.yml` without pip modules - [ ] Ensure `binder/environment.yml` is in sync with `conda/gridTools_export-linux-64.yml` - [ ] Ensure release/version is properly updated in `gridtools/__init__.py` - [ ] Modify any test CI Github Actions - [ ] Update any tests performed by pytest - [ ] Update TODOs.md - - [ ] Ensure dev passes continuous integration tests with submitted PR - - [ ] Commit with "Release x.y.z" + - [ ] After submission of PR + - [ ] Review commit as necessary + - [ ] Verify CI/Actions pass + - [ ] Verify Read the Docs render correctly + - [ ] Verify mybinder.org is functional + - [ ] Merge "Release x.y.z" to main - [ ] Reverify mybinder.org operation - [ ] Ensure CI/Actions continue to pass - [ ] Ensure ReadtheDocs renders correctly @@ -27,3 +31,5 @@ release folder as X.Y.Z.md and fill out. - [ ] Run through a Release on the github site # General Release Notes + +# Bug Fixes diff --git a/docs/development/releases/0.2.0.md b/docs/development/releases/0.2.0.md index 1ce89e8..47587ae 100644 --- a/docs/development/releases/0.2.0.md +++ b/docs/development/releases/0.2.0.md @@ -18,12 +18,17 @@ Tag: 0.1.1 `5200c915caa5fe25ae192f6fc65bdc222447be7d` - [X] Modify any test CI Github Actions - [X] Update any tests performed by pytest - [X] Update TODOs.md - - [ ] Ensure dev passes continuous integration tests with submitted PR - - [ ] Commit with "Release x.y.z" + - [ ] After submission of PR + - [X] Review commit as necessary + - [X] Verify CI/Actions pass + - [X] Verify Read the Docs render correctly + - [X] Verify mybinder.org is functional + - [ ] Merge "Release 0.2.0" to main - [ ] Reverify mybinder.org operation - [ ] Ensure CI/Actions continue to pass - [ ] Ensure ReadtheDocs is correct - - [ ] Add and commit a tag with x.y.z + - [ ] Ensure MDs on github renders correctly + - [ ] Add and commit a tag with 0.2.0 - [ ] Run through a Release on the github site # General Release Notes @@ -53,14 +58,14 @@ Tag: 0.1.1 `5200c915caa5fe25ae192f6fc65bdc222447be7d` - Implement a catalog system for data sources (WIP). It should not interfere with using files directly on a local system. Allow experimentation with alternate DAP service. -# Bug fixes +# Bug Fixes - In the application, saving a remote file now goes to the specified filename and directory. - Pin version of python docutils to 0.16 to fix rendering of bullet items. -# API changes +# API Changes - Use openGrid()/readGrid() to open and read existing MOM6 model grids. - Use openDataset() to open and read other gridded information.