Recent Releases of xroms
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
Hydrosphere - Ocean Models
- Python
Published by kthyng 6 months 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
Hydrosphere - Ocean Models
- Python
Published by kthyng about 1 year ago

xroms - v0.5.4
Checking changes due to setting up 2 factor auth with PyPI.
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.5.3...v0.5.4
Hydrosphere - Ocean Models
- Python
Published by kthyng over 1 year ago

xroms - v0.5.3
What's Changed
- more control for 3d flag in roms_dataset by @kthyng in https://github.com/xoceanmodel/xroms/pull/59
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.5.2...v0.5.3
Hydrosphere - Ocean Models
- Python
Published by kthyng over 1 year ago

xroms - v0.5.2
What's Changed
- small change to processing coords by @kthyng in https://github.com/xoceanmodel/xroms/pull/58
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.5.1...v0.5.2
Hydrosphere - Ocean Models
- Python
Published by kthyng over 1 year 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
Hydrosphere - Ocean Models
- Python
Published by kthyng over 1 year ago

xroms - v0.5.0
What's Changed
- now MLD returns positive values by @kthyng in https://github.com/xoceanmodel/xroms/pull/56
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.4.7...v0.5.0
Hydrosphere - Ocean Models
- Python
Published by kthyng over 1 year ago

xroms - v0.4.7
What's Changed
- updated attributes for div_norm by @kthyng in https://github.com/xoceanmodel/xroms/pull/54
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.4.6...v0.4.7
Hydrosphere - Ocean Models
- Python
Published by kthyng over 1 year ago

xroms - v0.4.6
What's Changed
- fixed
ds.xroms.div
andds.xroms.div_norm
by @kthyng in https://github.com/xoceanmodel/xroms/pull/52
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.4.5...v0.4.6
Hydrosphere - Ocean Models
- Python
Published by kthyng over 1 year ago

xroms - v0.4.4
div uses find_horizontal_velocities to use available vectors
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.4.3...v0.4.4
Hydrosphere - Ocean Models
- Python
Published by kthyng almost 2 years ago

xroms - v0.4.3
What's Changed
- Do not require zkey in interpll by @kthyng in https://github.com/xoceanmodel/xroms/pull/51
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.4.2...v0.4.3
Hydrosphere - Ocean Models
- Python
Published by kthyng almost 2 years ago

xroms - v0.4.2
What's Changed
- changes to roms_dataset by @kthyng in https://github.com/xoceanmodel/xroms/pull/49
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.4.1...v0.4.2
Hydrosphere - Ocean Models
- Python
Published by kthyng almost 2 years ago

xroms - v0.4.1
What's Changed
- can now pass kwargs to xe.Regridder in interpll by @kthyng in https://github.com/xoceanmodel/xroms/pull/48
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.4.0...v0.4.1
Hydrosphere - Ocean Models
- Python
Published by kthyng almost 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 div_norm properties added to accessor
- div_norm 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
Hydrosphere - Ocean Models
- Python
Published by kthyng almost 2 years ago

xroms - v0.3.3
What's Changed
- do not use Z coords if 2d by @kthyng in https://github.com/xoceanmodel/xroms/pull/46
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.3.2...v0.3.3
Hydrosphere - Ocean Models
- Python
Published by kthyng almost 2 years ago

xroms - v0.3.1
What's Changed
- made east/north variable names have two options by @kthyng in https://github.com/xoceanmodel/xroms/pull/43
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.3.0...v0.3.1
Hydrosphere - Ocean Models
- Python
Published by kthyng almost 2 years ago

xroms - v0.3.0
What's Changed
- added vector functions throughout by @kthyng in https://github.com/xoceanmodel/xroms/pull/42
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.2.4...v0.3.0
Hydrosphere - Ocean Models
- Python
Published by kthyng almost 2 years ago

xroms - v0.2.3
Ready for a new release — docs work and dataset works and let's also get conda-forge set up!
Full Changelog: https://github.com/xoceanmodel/xroms/compare/v0.2.2...v0.2.3
Hydrosphere - Ocean Models
- Python
Published by kthyng almost 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.Path
by @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
Hydrosphere - Ocean Models
- Python
Published by kthyng almost 2 years ago
