Skip to content

Commit

Permalink
Update changelog in prep for v2021.5.28 release (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored May 28, 2021
1 parent 452856d commit 6a3a5fc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
36 changes: 33 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,47 @@
# Changelog

## v2021.xx.xx (unreleased)
## v2021.5.28

### Bug Fixes
([full changelog](https://github.com/NCAR/pop-tools/compare/7c993d45499ffc300e22665f0160a756dc991b81...452856dd8256989eb500021d4752cfa90eaf32bc))

### New Features

- Added CFC solubility functions [#91](https://github.com/NCAR/pop-tools/pull/91) ([@matt-long](https://github.com/matt-long))
- Extend `to_xgcm_grid_dataset()` to support POP datasets with non canonical dimensions [#94](https://github.com/NCAR/pop-tools/pull/94) ([@andersy005](https://github.com/andersy005))

### Breaking Changes

### Internal Changes
- Upgrade minimum Python version to 3.7 [#79](https://github.com/NCAR/pop-tools/pull/79) ([@andersy005](https://github.com/andersy005))
- ⬆️ Upgrade dependencies and pin minimum versions [#68](https://github.com/NCAR/pop-tools/pull/68) ([@andersy005](https://github.com/andersy005))

### Bug Fixes

- Update pooch downloader: use `CESMDATAROOT` variable when available [#52](https://github.com/NCAR/pop-tools/pull/52) ([@andersy005](https://github.com/andersy005))

### Documentation

- Experiment with using xoak for indexing [#84](https://github.com/NCAR/pop-tools/pull/84) ([@dcherian](https://github.com/dcherian))

- 📚 Documentation cleanup [#81](https://github.com/NCAR/pop-tools/pull/81) ([@andersy005](https://github.com/andersy005))
- Fix Typo in docs [#80](https://github.com/NCAR/pop-tools/pull/80) ([@andersy005](https://github.com/andersy005))
- Remove sticky sidebar due to responsiveness issues on small screens [#77](https://github.com/NCAR/pop-tools/pull/77) ([@andersy005](https://github.com/andersy005))
- Add example notebook to demonstrate POP2 heat budget closure with xgcm metrics [#75](https://github.com/NCAR/pop-tools/pull/75) ([@ALDepp](https://github.com/ALDepp))
- 📚 New docs theme & Add comments [#74](https://github.com/NCAR/pop-tools/pull/74) ([@andersy005](https://github.com/andersy005))
- Use `execution_excludepatterns` to exclude long running notebooks [#76](https://github.com/NCAR/pop-tools/pull/76) ([@andersy005](https://github.com/andersy005))

### Internal Changes

- Bump pre-commit/action from v2.0.2 to v2.0.3 [#92](https://github.com/NCAR/pop-tools/pull/92) ([@dependabot](https://github.com/dependabot))
- Bump pre-commit/action from v2.0.0 to v2.0.2 [#90](https://github.com/NCAR/pop-tools/pull/90) ([@dependabot](https://github.com/dependabot))
- Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 [#89](https://github.com/NCAR/pop-tools/pull/89) ([@dependabot](https://github.com/dependabot))
- Update CI [#78](https://github.com/NCAR/pop-tools/pull/78) ([@andersy005](https://github.com/andersy005))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/NCAR/pop-tools/graphs/contributors?from=2020-12-15&to=2021-05-29&type=c))

[@ALDepp](https://github.com/search?q=repo%3ANCAR%2Fpop-tools+involves%3AALDepp+updated%3A2020-12-15..2021-05-29&type=Issues) | [@andersy005](https://github.com/search?q=repo%3ANCAR%2Fpop-tools+involves%3Aandersy005+updated%3A2020-12-15..2021-05-29&type=Issues) | [@dcherian](https://github.com/search?q=repo%3ANCAR%2Fpop-tools+involves%3Adcherian+updated%3A2020-12-15..2021-05-29&type=Issues) | [@dependabot](https://github.com/search?q=repo%3ANCAR%2Fpop-tools+involves%3Adependabot+updated%3A2020-12-15..2021-05-29&type=Issues) | [@Eddebbar](https://github.com/search?q=repo%3ANCAR%2Fpop-tools+involves%3AEddebbar+updated%3A2020-12-15..2021-05-29&type=Issues) | [@matt-long](https://github.com/search?q=repo%3ANCAR%2Fpop-tools+involves%3Amatt-long+updated%3A2020-12-15..2021-05-29&type=Issues) | [@mgrover1](https://github.com/search?q=repo%3ANCAR%2Fpop-tools+involves%3Amgrover1+updated%3A2020-12-15..2021-05-29&type=Issues)

## v2020.12.15

([full changelog](https://github.com/NCAR/pop-tools/compare/4aba19d40d5aec44b6032b5031f655ed3c40040e...bd1236ca615b32595c43cfa689e85fc9a112eb9f))
Expand Down
5 changes: 5 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ xgcm utilities
.. autosummary::
to_xgcm_grid_dataset


.. currentmodule:: pop_tools

.. autofunction:: get_grid
Expand All @@ -66,3 +67,7 @@ xgcm utilities
.. autofunction:: lateral_fill

.. autofunction:: to_xgcm_grid_dataset

.. autofunction:: cfc11sol

.. autofunction:: cfc12sol

0 comments on commit 6a3a5fc

Please sign in to comment.