Hydrogr

Latest version: v1.1.0

Safety actively analyzes 623439 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.0

- Windows x86 is no more supported as Pandas >= 2.1.0 do not produce wheel for this architecture : https://github.com/pandas-dev/pandas/issues/54979
- Fix deprecated offset alias in [pandas 2.2.0](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases)

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.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.