Releases: Serapieum-of-alex/Hapi
Releases · Serapieum-of-alex/Hapi
1.6.0
- all attributes follows snake case naming convention
- refactor all modules with pre-commit
- add smoothDikeLevel, getReach and updateReach
- bump up denpendencies versions
- move un-necessary functions to serapeum-utils
1.5.0
- hydraulic model can read chunked big zip file
- fix CI
- fix missing module (saint venant script and module)
1.4.0
- remove Fiona and the reading file exception using fion
- unify reading results of rainfall-runoff model in the readRRMResults, ReadLaterals, ReadUSHydrographs
- refactor code and change methods to camelcase
- add hydrodynamic model 1d config file read function
- simplify functions with too many parameters using decorator
- add automatic PyPI build and publish GitHub actions
1.3.5
- fix pypi package names in the requirements.txt file for all internal packages
- fix python version number
- tests are all passing
1.3.4
- merge two function readLaterals and readRRMProgression, rename RRMProgression to routedRRM
1.3.3
- use joblib to parallelize reading laterals in the hydraulic model
1.3.2
- remove parameters from the package and retrieve them with the parameter package.
1.3.1
-replace setup.py by pyproject.toml
1.3.0
- move all sub-modules to separate packages
- leave only rrm, hm, and plot submodules