Skip to content

Releases: sola-st/DynaPyt

Version 2.0.0

05 Mar 12:55
Compare
Choose a tag to compare

This version contains some breaking changes to the run_analysis API.
Changes are:

  • There is no longer the need to call begin_execution and end_execution functions in your code.
  • Coverage is collected during analysis.
  • A convention for writing analysis results to file.
  • Support for multi-process runs.

Version 1.8.0

29 Jan 09:22
Compare
Choose a tag to compare
  • Fixed TypeError when instrumenting while ... else:
  • Updated dependency packages

Version 1.7.0

15 Jan 10:59
Compare
Choose a tag to compare

Bugfix for elif statements.

Version 1.6.0

11 Dec 14:16
Compare
Choose a tag to compare

This version fixes the problem with the exit_function and _return hooks.

Version 1.5.0

06 Dec 23:07
Compare
Choose a tag to compare

This version fixes the issue with annotated assignments (#45).

Version 1.4.0

09 Nov 13:00
Compare
Choose a tag to compare

This version supports Windows as well.

Version 1.3.0

02 Nov 13:56
Compare
Choose a tag to compare

The write and memory_access hooks passed the wrong value in augmented assignments. This is fixed now.

Version 1.2.1

26 Oct 12:04
Compare
Choose a tag to compare

Fixed CLI crashes because of wrong parameters.

Version 1.2.0

11 Sep 04:59
Compare
Choose a tag to compare

Fixed dependency filelock

Version 1.1.0

11 Sep 04:38
Compare
Choose a tag to compare

Some bug fixes for running analyses on .py entry files.