Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.6.0 - 2025-10-20¶
Features¶
- support larger integer for station identifiers, up to 18 or 19 digits or so. (11dc9e5 by J-M).
0.5.0 - 2025-10-16¶
Features¶
- Gracefully handle data with dimensions less than 4 if the missing ones are degenerate (lengh 1). (abd17b9 by J-M).
Bug Fixes¶
- data arrays created from EftsDataset methods should be wirteable to STF2 (b6b248d by J-M).
- feature for #14 not called early enough when saving to file (80c6ec9 by J-M).
0.4.0 - 2025-07-24¶
Features¶
- first revised read-write STF 2.0 round-trip, using low-level netCDF4 bindings (efb4508 by J-M).
0.3.0 - 2025-07-21¶
Bump version to supersede deprecated package version
Features¶
- No new feature, version change to supersede a deprecated package version 0.2
0.1.0 - 2025-07-21¶
Features¶
- initial implementation of the
save_to_stf2
method to save data in STF2 format. Thanks to Dr Durga Lal Shrestha and the Streamflow Forecasting team for providing the starting point of the implementation. - include sample data in the package (9c3fcbd by J-M).
Bug Fixes¶
- likely bug in writing the long name of a simulated variable (4bd0106 by J-M).