Releases: sola-st/DynaPyt
Releases · sola-st/DynaPyt
Version 2.2.0
Version 2.1.0
Multiple bug fixes.
New features:
- Support for context managers (i.e.
with
statements) - Support for decorators
Version 2.0.0
This version contains some breaking changes to the run_analysis
API.
Changes are:
- There is no longer the need to call
begin_execution
andend_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
- Fixed
TypeError
when instrumentingwhile ... else:
- Updated dependency packages
Version 1.7.0
Bugfix for elif
statements.
Version 1.6.0
This version fixes the problem with the exit_function
and _return
hooks.
Version 1.5.0
This version fixes the issue with annotated assignments (#45).
Version 1.4.0
This version supports Windows as well.
Version 1.3.0
The write
and memory_access
hooks passed the wrong value in augmented assignments. This is fixed now.
Version 1.2.1
Fixed CLI crashes because of wrong parameters.