Skip to content

Releases: sola-st/DynaPyt

Version 2.2.0

11 Nov 12:36
Compare
Choose a tag to compare

Updated resource opening from the deprecated open_text to files

Version 2.1.0

02 Oct 12:37
Compare
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
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.