Releases: MrCheatak/FEBID_py
Releases · MrCheatak/FEBID_py
0.9.4
New features:
- Main window remains responsive when simulation is running thanks to separation of the process visualization code from the deposition code.
- Simulation can be stopped and restarted from the interface without killing the program.
- Visualization window can be closed and reopened at any time to inspect the progress.
- Added statusbar messages.
Fixes:
- Interface inconsistency in some of the edge cases
0.9.2
Fixes:
- Intervals for statistics recording and snapshot saving are now working correctly.
- Fixed issues with importing a structure from a third-party VTK file.
- Fixed numpy version to 1.26.4, as the new 2.0.0 verison is not backward compatible and was breaking the build.
0.9.1
0.9.0
0.8.2
FEBID Simulation initial release
Release version: - Added a workflow to package and publish on PyPi. - Changed ':' to '.' in structure snapshot save names to fix compatability with windows. - Added requirements.txt