From 07b8dbe5df3d9a384ccb8de691a8426e351fdb98 Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Fri, 26 Jul 2024 15:29:28 -0700 Subject: [PATCH] updated whats new --- docs/whats_new.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/whats_new.md b/docs/whats_new.md index c93ebb1..0d4853d 100644 --- a/docs/whats_new.md +++ b/docs/whats_new.md @@ -1,5 +1,13 @@ # What's New +## v0.9.0 (July 26, 2024) + +* Added utilities to generate kerchunk files on the fly for the time period of the simulation length for CIOFS and NWGOA. This has majorly sped up CIOFS simulations and modestly sped up NWGOA simulations. +* depth z should be negative! Fixed this in tests. +* added `start_time_end`, which adds OpenDrift capability for starting drifters over linear time frame +* fixed so unique log file is output for each simulation even if run in a script, and has the same name as `output_file`. +* small fix to hist plot + ## v0.8.4 (April 24, 2024) * updated the `ptm_level` of a bunch of config parameters