Skip to content

Releases: sola-st/DynaPyt

Version 3.0.0

28 Jan 12:33

Choose a tag to compare

Changes:

  • Due to the use of type annotations in the format that is not supported by Python 3.9, from this version Python 3.9 will not be supported.
  • Inline break and continue resulted in incorrect location tracking of code elements, which is now fixed.

Version 2.2.0

11 Nov 12:36

Choose a tag to compare

Updated resource opening from the deprecated open_text to files

Version 2.1.0

02 Oct 12:37

Choose a tag to compare

Multiple bug fixes.
New features:

  • Support for context managers (i.e. with statements)
  • Support for decorators

Version 2.0.0

05 Mar 12:55

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

Choose a tag to compare

  • Fixed TypeError when instrumenting while ... else:
  • Updated dependency packages

Version 1.7.0

15 Jan 10:59

Choose a tag to compare

Bugfix for elif statements.

Version 1.6.0

11 Dec 14:16

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

Choose a tag to compare

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

Version 1.4.0

09 Nov 13:00

Choose a tag to compare

This version supports Windows as well.

Version 1.3.0

02 Nov 13:56

Choose a tag to compare

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