Releases: sola-st/DynaPyt
Releases · sola-st/DynaPyt
Version 1.2.0
Fixed dependency filelock
Version 1.1.0
Some bug fixes for running analyses on .py
entry files.
Version 1.0.0
This version changes the way analyses are used (analyses now should be classes from a package), which is not backwards compatible.
If you previously used AnalsyisFile.py
as a parameter to instrument or run the analysis, you should now make your analysis part of a package and then use package.path.to.module.AnalysisFile.AnalysisClass
.
Version 0.3.1
- Fixed problem with external module analyses
Version 0.3.0
- Bug fixes
- Hooks' names are consistent with hierarchy
Version 0.2.3
- Moved the setup to Hatch and fixed the dependency installation.
- Fixed argument problem with
exit_function
. - Changed formatting to Black.
Version 0.2.2
- Fixed some hook signatures
- Features to run custom analyses more easily
- Added new parameters to some hooks to allow wider range of analyses
- Some bug fixes in instrumentation
Test release
There have been some bug fixes since last release, but this release is for testing the workflow for publishing on PyPi.