Skip to content

AnyPyTools v.1.12.1

Compare
Choose a tag to compare
@melund melund released this 02 Jul 13:26
· 4 commits to master since this release
8690bed

Fixed:

  • Fixed a crash when stopping simulations with ctrl-c. It should now shutdown more gracefully.
  • Fixed a bug making it was hard to stop simulations which were not running in parrallel. Now
    simulations are always started on separate threads, which makes it possible to stop them with ctrl-c.

Added:

  • Added a some python annotations to the code base, which should provide better type hints in IDEs.