Skip to content

Releases: AnyBody-Research-Group/AnyPyTools

AnyPyTools v.1.13.0

22 Oct 08:20
1c8a64e
Compare
Choose a tag to compare

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

02 Jul 20:46
c39a440
Compare
Choose a tag to compare

Fixed:

  • Fixed type annotation which broke compability with older versions of Python.

AnyPyTools v.1.12.1

02 Jul 13:26
8690bed
Compare
Choose a tag to compare

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

02 Jun 19:47
a3e351b
Compare
Choose a tag to compare

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

23 May 10:15
2badedc
Compare
Choose a tag to compare
  • 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

11 Mar 13:29
c865273
Compare
Choose a tag to compare

Fixed:

  • Speed up importing by avoiding importing scipy until it is needed.

AnyPyTools version 1.11.4

08 Feb 10:44
146a896
Compare
Choose a tag to compare

Fixed:

  • Fix regression in windows registry lookup which caused AnyPyTools to crash.

AnyPyTools version 1.11.3

06 Feb 18:33
98977e5
Compare
Choose a tag to compare

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

30 Jan 08:05
014dfd6
Compare
Choose a tag to compare

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

05 Dec 13:08
84f4922
Compare
Choose a tag to compare

Fixed:

  • Fix crash with version handling when AnyBody could not be found.