Skip to content

Releases: csiro-hydroinformatics/efts-io

0.7.1

24 Feb 07:09

Choose a tag to compare

0.7.1 - 2026-02-24

Compare with 0.7.0

Bug Fixes

  • files with single station_id can now be read. (5fd3ba4 by J-M).

0.7.0

21 Jan 07:56

Choose a tag to compare

0.7.0 - 2026-01-21

Compare with 0.6.4

Features

  • add a and methods to EftsDataSet (9c394a3 by J-M).

Bug Fixes

  • units of the in-memory data were not taken into account when writing to disk. (a1882a5 by J-M).

0.6.4

21 Jan 07:00

Choose a tag to compare

0.6.4 - 2026-01-21

Compare with 0.6.3

Bug Fixes

  • units of the in-memory data were not taken into account when writing to disk. (a1882a5 by J-M).

0.6.3

19 Jan 04:59

Choose a tag to compare

0.6.3 - 2026-01-19

Compare with 0.6.2

Bug Fixes

  • int64 station_id were read by xarray as floats before conversion to string in memory, leading to station ids such as "1234.0" (6137ae5 by J-M).

0.6.2

19 Jan 04:57

Choose a tag to compare

0.6.2 - 2025-11-27

Compare with 0.6.1

Bug Fixes

  • minor, make the API behavior consistent now that stations as strings are supported for input to STF2.0 writing (d24a42f by J-M).

0.6.1

18 Nov 05:56

Choose a tag to compare

0.6.1 - 2025-11-18

Compare with 0.6.0

Bug Fixes

  • cannot write an a priori suitable xarray to stf2 (8f8720f by J-M).

0.6.0

20 Oct 00:34

Choose a tag to compare

0.6.0 - 2025-10-20

Compare with 0.5.0

Features

  • support larger integer for station identifiers, up to 18 or 19 digits or so. (11dc9e5 by J-M).

0.5.0

16 Oct 08:53

Choose a tag to compare

0.5.0 - 2025-10-16

Compare with 0.4.0

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

24 Jul 00:33

Choose a tag to compare

0.4.0 - 2025-07-24

Compare with 0.3.0

Features

  • first revised read-write STF 2.0 round-trip, using low-level netCDF4 bindings (efb4508 by J-M).

0.3.0

21 Jul 08:00

Choose a tag to compare

0.3.0 - 2025-07-21

Bump version to supersede deprecated package version

Features