Skip to content

Releases: NCAR/pop-tools

v2023.06.0

06 Jul 02:03
97ccdd4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.03.0...v2023.06.0

v2023.03.0

04 Mar 02:59
392a8e8
Compare
Choose a tag to compare

What's Changed

  • Remove linting workflow in favor of pre-commit.ci by @andersy005 in #120
  • Use mamba to build docs on readthedocs by @andersy005 in #121
  • Add new cf-xarray demo notebook by @dcherian in #88
  • Fix docs build: update environment.yml by @andersy005 in #123
  • Add notebook illustrating xgcm.transform by @dcherian in #118
  • Pass metrics to xgcm.Grid by default. by @dcherian in #133
  • Correct mistake in pop_div_curl_xr_xgcm_metrics_compare.ipynb by @ALDepp in #138
  • Mods to eos.py to improve dask compatibility by @sgyeager in #149
  • Added some documentation in notebook for computing POP heat budget terms by @tlsw231 in #110

New Contributors

Full Changelog: v2021.5.28...v2023.03.0

🚀 pop-tools v2021.5.28 🚀

28 May 19:57
6a3a5fc
Compare
Choose a tag to compare

(full changelog)

New Features

  • Added CFC solubility functions #91 (@matt-long)
  • Extend to_xgcm_grid_dataset() to support POP datasets with non canonical dimensions #94 (@andersy005)

Breaking Changes

Bug Fixes

  • Update pooch downloader: use CESMDATAROOT variable when available #52 (@andersy005)

Documentation

Internal Changes

Contributors to this release

(GitHub contributors page for this release)

@ALDepp | @andersy005 | @dcherian | @dependabot | @Eddebbar | @matt-long | @mgrover1

🚀 pop-tools v2020.12.15 🚀

15 Dec 17:40
bd1236c
Compare
Choose a tag to compare

Changelog

(full changelog)

Contributors to this release

(GitHub contributors page for this release)

@andersy005 | @klindsay28 | @kmpaul | @matt-long | @rabernat

v2020.9.14

14 Sep 15:14
ca3c67c
Compare
Choose a tag to compare
Fix get_grid when region_mask_regions data is present (#64)

* Remove region_mask_regions from get_grid attrs

Also add a test to ensure get_grid().to_netcdf() works and fixed a typo in a
function name in region_masks. Still need to add region_mask_regions back as a
DataArray.

* First pass at writing region names/values arrays

* Ignore VSCode files

* Adding region name/val arrays to dataset

* Use NetCDF format when writing file

Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu>

* Pop from dso.attrs not grid_attrs

* Add test for 2x get_grid call

Co-authored-by: Michael Levy <mike.levy.work@gmail.com>
Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu>

v2020.4.30

30 Apr 13:24
903a226
Compare
Choose a tag to compare
Add UnzipZarr processor & Update registry (#47)

v2020.2.17

17 Feb 18:49
5c7c26a
Compare
Choose a tag to compare
First release