3.11.0
enekomartinmartinez
released this
01 Aug 10:42
·
51 commits
to master
since this release
New Features
- Add the possibility to run a model one or several steps at a time, updating model variables in the process. (@rogersamso)
Documentation
- Add the Running models one (or more) step(s) at a time section in Advanced Usage. (@rogersamso)
Internal Changes
- Modify signature of the pysd.py_backend.output.ModelOutput class. It now only accepts the path of the results file (@rogersamso)
- Add the pysd.py_backend.output.ModelOutput.collect() method to the pysd.py_backend.output.ModelOutput class. (@rogersamso)
- Add the pysd.py_backend.model.Model.set_stepper() and pysd.py_backend.model.Model.step() methods to the pysd.py_backend.model.Model class. (@rogersamso)
- Add several internal methods to the pysd.py_backend.model.Model class, to avoid code repetition. (@rogersamso)
- Add FutureWarning for Python 3.7 support deprecation. (@enekomartinmartinez)