Revision 144424fcae2f78e8d23a4f21d8c1a03824909647 authored by Amos Egel on 14 May 2020, 09:02:50 UTC, committed by Amos Egel on 14 May 2020, 09:02:50 UTC
add optional plotting for automatic parameter selection convergence

See merge request AmosEgel/smuthi!46
2 parent s 65c6b6b + 427f932
Raw File
release_checklist.rst
releasing a SMUTHI version
===========================

- run nosetests
- update version number and dependencies in version.py
- update README.rst
- update version number in docs/
- update docs/input_files.rst
- update docs/about_smuthi.rst
- build source distribution by running the command 'python setup.py sdist' (in the command window)
- upload to PyPi by running the command 'twine upload dist/*' (in the command window)
- push everything to the online repository
- update documentation by building from readthedocs.org

back to top