From 67d3672f04eadd701464ee7b9bd75185e442a1d4 Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Fri, 6 Sep 2024 15:19:01 +0200 Subject: [PATCH] update whatsnew --- docs/whats-new.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/whats-new.md b/docs/whats-new.md index cf397a5b..bc1c63b9 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -6,6 +6,7 @@ - flexible timezone support in astrog in [#333](https://github.com/Deltares/hatyan/pull/333) - support for missing `comp` timezone attribute in `hatyan.prediction()` in [#335](https://github.com/Deltares/hatyan/pull/335) - read status from diafile in `hatyan.read_dia()` and aligned status/qualitycode columns in `hatyan.ddlpy_to_hatyan()` in [#337](https://github.com/Deltares/hatyan/pull/337) +- astrog datetimes as index instead of column in [#347](https://github.com/Deltares/hatyan/pull/347) ### Fix - repaired support for equidistant multiblock diafiles with varying timesteps in [#314](https://github.com/Deltares/hatyan/pull/314)