Releases: dalmo1991/superflexPy
Releases · dalmo1991/superflexPy
v1.3.2
Change log
Minor changes
- Pull request from alessandro-mariotti-zupit that upgrades python and packages versions.
v1.3.1
v1.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
toimplementation/numerical_approximators
andimplementation/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.
v1.2.1
v1.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.
v1.1.0
v1.0.0
First public release
This is the first public release of SuperflexPy.
The framework is complete and tested.
Documentation and examples are still being created.