Superflexpy

Latest version: v1.3.2

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

Scan your dependencies

Page 1 of 2

1.3.2

Change log

Minor changes
- [Pull request](https://github.com/dalmo1991/superflexPy/pull/9) from [alessandro-mariotti-zupit](https://github.com/alessandro-mariotti-zupit) that upgrades python and packages versions.

1.3.1

Change log

Minor changes

- Added the classifier `Topic :: Scientific/Engineering :: Hydrology`

1.3.0

Change log

Major changes to existing components

- `ODEsElements` can now return the derivative of the fluxes together with the fluxes. This enables the usage of numerical solvers that use the derivatives (e.g., Newton methods).
- Folder structure improved. The numerical approximators and the root finders have been moved from the folder `implementation/computation` to `implementation/numerical_approximators` and `implementation/root_finders`, respectively. Names of the files have been slightly modified to be coherent with this new folder organization.

New code
- Implemented a new numerical approximator implementing Runge Kutta 4
- Implemented a new root finder implementing a Newton-bisection method
- Implemented a new root finder implementing a trivial algorithm to solve explicit algebraic equations.

1.2.1

In the `Network` class, changed argument `topography` to `topology`

1.2.0

- The abbreviation of "differential equation" changes, in the code, from
:code:`dif_eq` to :code:`diff_eq`. This change regards variables names, both
in the methods arguments and implementation.

- The class :code:`FastReservoir` has been changed to :code:`PowerReservoir`. No
changes in the functionality of the class.

- Testing improved.

1.1.0

- BugFix
- Change of license

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.