Releases: SimonDelmas/hydrogr
Releases · SimonDelmas/hydrogr
1.2.1
1.1.0
- Windows x86 is no more supported as Pandas >= 2.1.0 do not produce wheel for this architecture : pandas-dev/pandas#54979
- Fix deprecated offset alias in pandas 2.2.0
1.0.0
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
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
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.