Skip to content

Commit

Permalink
Proceed with merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jr3cermak committed Jun 22, 2021
1 parent 6d66e4d commit e755861
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
4 changes: 4 additions & 0 deletions docs/development/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 9 additions & 3 deletions docs/development/DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
15 changes: 10 additions & 5 deletions docs/development/releases/0.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e755861

Please sign in to comment.