Recent Releases of xroms
xroms - v0.6.2
What's Changed
- Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in https://github.com/xoceanmodel/xroms/pull/71
- changed Mambaforge to Miniforge3 in test.yaml by @kthyng in https://github.com/xoceanmodel/xroms/pull/73
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/xoceanmodel/xroms/pull/76
- Ignore xgcm warnings by @kthyng in https://github.com/xoceanmodel/xroms/pull/78
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.6.1...v0.6.2
- Python
Published by kthyng 7 months ago
xroms - v0.6.1
What's Changed
- Update README.md by @najascutellatus in https://github.com/xoceanmodel/xroms/pull/38
- Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in https://github.com/xoceanmodel/xroms/pull/66
- fix typo for latest release date in whats_new.md by @rsignell in https://github.com/xoceanmodel/xroms/pull/67
- Fix boundaries by @kthyng in https://github.com/xoceanmodel/xroms/pull/70
New Contributors
- @najascutellatus made their first contribution in https://github.com/xoceanmodel/xroms/pull/38
- @rsignell made their first contribution in https://github.com/xoceanmodel/xroms/pull/67
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.6.0...v0.6.1
- Python
Published by kthyng over 1 year ago
xroms - v0.6.0
What's Changed
- Bump actions/cache from 3 to 4 by @dependabot in https://github.com/xoceanmodel/xroms/pull/62
- Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in https://github.com/xoceanmodel/xroms/pull/60
- Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/xoceanmodel/xroms/pull/61
- Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/xoceanmodel/xroms/pull/64
- Add missing backticks by @navidcy in https://github.com/xoceanmodel/xroms/pull/44
- Fixed uv_geostrophic by @kthyng in https://github.com/xoceanmodel/xroms/pull/65
New Contributors
- @navidcy made their first contribution in https://github.com/xoceanmodel/xroms/pull/44
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.5.4...v0.6.0
- Python
Published by kthyng about 2 years ago
xroms - v0.5.1
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/xoceanmodel/xroms/pull/55
- changed references to divergence to convergence throughout by @kthyng in https://github.com/xoceanmodel/xroms/pull/57
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.5.0...v0.5.1
- Python
Published by kthyng over 2 years ago
xroms - v0.4.0
What's Changed
- Add divergence and updates by @kthyng in https://github.com/xoceanmodel/xroms/pull/47
Details:
* hopefully fixing issue reordering dimensions when extra coords present
* divergence calculation was added to derived.py
* accessor changes:
* xgrid is run automatically when accessor is used, which could be too slow for some uses
* div and divnorm properties added to accessor
* divnorm is the surface divergence normalized by f
* added tests for new functions
* hopefully fixed build issue on several OSes by pinning h5py < 3.2, see for reference https://github.com/h5py/h5py/issues/1880, https://github.com/conda-forge/h5py-feedstock/issues/92 (I undid this change and instead updated how mambaforge is used in the test builds. The error then went back to just being a problem with Ubuntu 3.11 and not sure how to fix it.)
* updated docs (but still am not able to get xESMF to be recognized when docs are run so interp example that uses it isn't run)
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.3.3...v0.4.0
- Python
Published by kthyng over 2 years ago
xroms - v0.2.0
What's Changed
- small fix for using zeta in interpll by @kthyng in https://github.com/xoceanmodel/xroms/pull/31
- Allow file name to be a
pathlib.Pathby @christophrenkl in https://github.com/xoceanmodel/xroms/pull/22 - a bunch of fixes and breaking changes by @kthyng in https://github.com/xoceanmodel/xroms/pull/40
- Docs creation by @kthyng in https://github.com/xoceanmodel/xroms/pull/41
New Contributors
- @christophrenkl made their first contribution in https://github.com/xoceanmodel/xroms/pull/22
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.1...v0.2.0
- Python
Published by kthyng almost 3 years ago