Skip to content

Releases: dalmo1991/superflexPy

v1.3.2

25 Nov 09:29
Compare
Choose a tag to compare

Change log

Minor changes

v1.3.1

29 Nov 18:04
Compare
Choose a tag to compare

Change log

Minor changes

  • Added the classifier Topic :: Scientific/Engineering :: Hydrology

v1.3.0

23 Aug 08:45
Compare
Choose a tag to compare

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.

v1.2.1

17 Apr 14:30
Compare
Choose a tag to compare

In the Network class, changed argument topography to topology

v1.2.0

03 Dec 09:41
Compare
Choose a tag to compare
  • 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

16 Oct 12:33
Compare
Choose a tag to compare
  • BugFix
  • Change of license

v1.0.0

07 Sep 14:49
Compare
Choose a tag to compare

First stable release. No major changes foreseen.

First public release

28 Nov 09:34
Compare
Choose a tag to compare

This is the first public release of SuperflexPy.
The framework is complete and tested.
Documentation and examples are still being created.