Releases: AnyBody-Research-Group/AnyPyTools
Releases · AnyBody-Research-Group/AnyPyTools
AnyPyTools v.1.13.0
Added:
- Added a "LoadData" macro command can generate the macro for loading h5 files.
- Allow the "AnyBodyCon" executable on path to have any valid windows executable extension (exe, bat, cmd etc.).
This will allow users to use custom shim of the AnyBodyCon executables to point else where.
AnyPyTools v.1.12.2
Fixed:
- Fixed type annotation which broke compability with older versions of Python.
AnyPyTools v.1.12.1
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.
AnyPyTools v.1.12.0
Added:
- Introduced a new way of controlling AnyBodyCon processes, which forces the process to
automatically terminate when the Python process ends. This prevents the need to
manually close the AnyBodyCon processes if the parent process was force killed.
AnyPyTools version 1.11.6
- Fixed an issue with AnyPyTools not finding the correct AnyBody version in the Windows Registry for AnyBody newer than 8.0.1
AnyPyTools version 1.11.5
Fixed:
- Speed up importing by avoiding importing
scipy
until it is needed.
AnyPyTools version 1.11.4
Fixed:
- Fix regression in windows registry lookup which caused AnyPyTools to crash.
AnyPyTools version 1.11.3
Added:
- Correctly detect installations of AnyBody version 8 on the machines.
Fixed:
- Allow the pytest plugin to work even if the machine doesn't have AnyBody installed.
AnyPyTools version 1.11.2
Fixed:
- Fix fix a backwards compatibiility problem when using the AnyPyTools Pytest plugin and
old versions of AMMR (<2.3).
AnyPyTools version 1.11.1
Fixed:
- Fix crash with version handling when AnyBody could not be found.