Recent Releases of SuperflexPy

SuperflexPy - v1.3.2

Change log

Minor changes

Hydrosphere - Freshwater and Hydrology - Python
Published by dalmo1991 over 1 year ago

SuperflexPy - v1.3.1

Change log

Minor changes

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

Hydrosphere - Freshwater and Hydrology - Python
Published by dalmo1991 over 3 years ago

SuperflexPy - 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 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.

Hydrosphere - Freshwater and Hydrology - Python
Published by dalmo1991 over 3 years ago

SuperflexPy - v1.2.1

In the Network class, changed argument topography to topology

Hydrosphere - Freshwater and Hydrology - Python
Published by dalmo1991 about 4 years ago

SuperflexPy - 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.

Hydrosphere - Freshwater and Hydrology - Python
Published by dalmo1991 over 4 years ago

SuperflexPy - v1.1.0

  • BugFix
  • Change of license

Hydrosphere - Freshwater and Hydrology - Python
Published by dalmo1991 over 4 years ago

SuperflexPy - v1.0.0

First stable release. No major changes foreseen.

Hydrosphere - Freshwater and Hydrology - Python
Published by dalmo1991 over 4 years ago

SuperflexPy - First public release

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

Hydrosphere - Freshwater and Hydrology - Python
Published by dalmo1991 over 5 years ago