Releases: sola-st/DynaPyt
Releases · sola-st/DynaPyt
Version 3.0.0
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
breakandcontinueresulted in incorrect location tracking of code elements, which is now fixed.
Version 2.2.0
Updated resource opening from the deprecated open_text to files
Version 2.1.0
Multiple bug fixes.
New features:
- Support for context managers (i.e.
withstatements) - 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_executionandend_executionfunctions 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
TypeErrorwhen 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.