Skip to content

Releases: MrCheatak/FEBID_py

0.9.4

11 Sep 13:44
Compare
Choose a tag to compare

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

12 Jul 19:09
Compare
Choose a tag to compare

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

23 Feb 10:26
Compare
Choose a tag to compare
Fixes:

 - Fixed mcca module not found error.
 - Standalone Monte Carlo simulation is working again.
 - Fixed numpy dependency that prevented installation on Python 3.11.
 - Eliminated dependency on tkinter. All UI is based on PyQt5.

0.9.0

08 Jan 01:54
Compare
Choose a tag to compare

Package revision release with more stability.

0.8.2

14 Mar 13:54
Compare
Choose a tag to compare

The package should install from pip without any compilation on any system.

FEBID Simulation initial release

28 Feb 16:55
Compare
Choose a tag to compare
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