Releases: GeoscienceAustralia/eo-tides
Releases · GeoscienceAustralia/eo-tides
0.7.4
What's Changed
New features
Documentation updates
- Fix capitalisation in JOSS paper bibliography by @robbibt in #97
- Update suggested citation to use new JOSS paper citation by @robbibt in #100
Other changes
- Update PR labelling and release template by @robbibt in #99
- Reformat code with additional
ruff
linting rules by @robbibt in #101
New Contributors
- @github-actions made their first contribution in #96
Full Changelog: 0.7.3...0.7.4
0.7.3
Changes
- Use dynamic version handling via
hatch-vcs
, add automatic changelog update action by @robbibt in #95 - Bump the python-deps group with 2 updates by @dependabot in #94
Full Changelog: 0.7.2...0.7.3
0.7.2
0.7.1
What's Changed
- Bump folium from 0.19.5 to 0.19.6 in the python-deps group by @dependabot in #92
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
This version corresponds to the code archived as part of Journal of Open Source Software publication. No new features introduced.
- Bump the python-deps group across 1 directory with 3 updates by @dependabot in #88
- Update ORCID by @robbibt in #90
- Version 0.7.0 release for JOSS archiving by @robbibt in #91
Full Changelog: 0.6.5...0.7.0
0.6.5
What's Changed
- Paper text and bib edits, plus comments inserted with [//]: # by @fmemuir in #81
- JOSS review updates: Minor paper changes by @robbibt in #82
- JOSS review updates: Documentation and notebook updates by @robbibt in #83
- fix doi in vos2023benchmark by @pdebuyl in #84
- Bump xarray from 2025.3.1 to 2025.4.0 in the python-deps group by @dependabot in #85
- Add support for latest pyTMD by @robbibt in #78
New Contributors
- @fmemuir made their first contribution in #81
- @pdebuyl made their first contribution in #84
- @dependabot made their first contribution in #85
Full Changelog: 0.6.4...0.6.5
0.6.4
0.6.3
What's Changed
- JOSS review updates: Add background context for tide modelling files by @robbibt in #60
- Expand clipping test to include synthetic EOT20 data by @robbibt in #64
- JOSS review updates: Update directory path documentation, improve warnings by @robbibt in #65
- JOSS review updates: Add dask dependency, add tip about using print for dataframes by @robbibt in #68
- JOSS review updates: Major update to installation docs by @robbibt in #69
- Ensure dtype of ensemble modelled tides matches dtype of input modelled tides by @robbibt in #70
- Update to 0.6.3 by @robbibt in #71
Full Changelog: 0.6.2...0.6.3
0.6.2
New features
- Added
apply_node
parameteter tomodel_tides
to applypyTMD
's adjustments to harmonic constituents to allow for periodic modulations over the 18.6-year nodal period (lunar nodal tide). Default is False.
Bug fixes
- Further fixes for bug causing tide model clipping with
clip_tides
to fail for bounding boxes completely west of the prime meridian (#50). The default value forcrop
param is now"auto"
instead ofTrue
, which will attempt to use on-the-fly cropping where possible.
Full Changelog: 0.6.1...0.6.2