Skip to content

Releases: mb-BCA/NetDynFlow

Version 1.1

27 Nov 23:31

Choose a tag to compare

Updated the package to make it compliant with new Python packaging rules. Set up to use Hatch for packaging

v1.0.0

21 Nov 15:49

Choose a tag to compare

NedtDynFlow 1.0.0 Release Notes

First stable release of NetDynFlow.

List of changes

  • Function CalcTensor() was created, which makes most of the dirty job while the rest of core functions, e.g., DynCom() or DynFlow() became wrappers calling CalcTensor(). This internal redesign was made to avoid reproducing code in several parts and thus simplify maintenance.
  • Some internal variables were remaned for uniformity with the pyMOU package.
  • An examples folder was added to host tutorials (Jupyter Notebooks). These examples will be further updated in following versions.

Contributors

  • Gorka Zamora-López
  • Matthieu Gilson
  • Andrea Insabato