From f734d831dff6a0c7d98bf0186cbb9c668e4035c1 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Thu, 19 Dec 2024 04:42:04 +0000 Subject: [PATCH] Update changelog --- docs/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 81ad377..5382efa 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,20 @@ # Changelog +## v0.3.2 (upcoming) + +### New features + +- Publishes ensemble tide modelling code for combining multiple global ocean tide models into a single locally optimised ensemble tide model using external model ranking data (e.g. satellite altimetry or NDWI-tide correlations along the coastline) + - Update ensemble code to latest version that includes FES2022, GOT5.6 and TPXO10 + - Make ensemble model calculation function a top level function (i.e. rename from `_ensemble_model` to `ensemble_tides`) + - Load tide model ranking points from external flatgeobuff format file for faster cloud access +- Make buffer distance applied when cropping model files configurable via the `crop_buffer` param, with a default of 5 degrees +- Reorder `model_tides` params to provide more logical flow and move more common params like `mode`, `output_format` and `output_units` higher + +### Bug fixes + +- Fix warnings from `load_gauge_gesla` function + ## v0.3.1 (2024-11-15) ### New features