Skip to content

Releases: SimonDelmas/hydrogr

1.2.1

28 Aug 17:45
Compare
Choose a tag to compare
  • Fix issue #2
  • Remove use of unsafe as_array_mut, Function now return a new array instead of modifying the existing one.

1.1.0

25 Jan 13:36
Compare
Choose a tag to compare

1.0.0

02 Mar 20:16
Compare
Choose a tag to compare

Change model API to simplify the use of the package :

  • Each model now expose getter and setter for static parameters and state vector. They are defined using dictionary to improve clarity.
  • Input time series are pass to the model at execution time instead of during instantiation.

0.2.0

28 Feb 17:19
Compare
Choose a tag to compare

Migrate model implementation from Fortran to Rust to :

  • Get rid of the dependency on Numpy for compilation.
  • Have a more readable and maintainable code.
  • Discover RUST & PyO3!

0.1.0

23 Oct 07:44
Compare
Choose a tag to compare

First official release of hydrogr python package.
Implement several conceptual rainfall-runoff models (GR4H, GR4J, GR5J, GR6J, GR2M, GR1A), based on the Fortran implementation of these models, provided in the Irstea R language package: airGR.