Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: NOAA-GFDL/xwmt

Tags

v0.1.0

Toggle v0.1.0's commit message
Enforce fillna(0.) in xgcm.transform for consistency

It seems like with upgrading xgcm to v0.9.0, the default
behavior when a bin is missing is to assign it a NaN value,
as opposed to the old behavior of filling it with a 0.
To preserve the old answers (and to match user expectations),
we now enforce a .fillna(0.) after xgcm.transform. This bug was
only discovered by mapping the transformations in notebook
`4_benchmarking_transformation_methods.ipynb`, where the
time-mean of the `xgcm.transform` method was giving erroneous
results because the default behavior of .mean("time") is to
skip NaN transformations (which should actually be zeros),
resulting in a large overestimation of the mapped transformation
rates.

Also re-ran all notebooks.

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #47 from hdrake/update-breaking-xgcm-api

Specify `autoparse_metadata` kwargs in xgcm.Grid

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from jetesdal/bump-version-number

Update version.py

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from jkrasting/pypi-hooks

GitHub actions PyPI publisher