Skip to content

Releases: sola-st/DynaPyt

Version 1.2.0

11 Sep 04:59
Compare
Choose a tag to compare

Fixed dependency filelock

Version 1.1.0

11 Sep 04:38
Compare
Choose a tag to compare

Some bug fixes for running analyses on .py entry files.

Version 1.0.0

07 Sep 14:35
Compare
Choose a tag to compare

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

26 Jun 11:39
Compare
Choose a tag to compare
  • Fixed problem with external module analyses

Version 0.3.0

26 Jun 09:09
Compare
Choose a tag to compare
  • Bug fixes
  • Hooks' names are consistent with hierarchy

Version 0.2.3

01 Jun 11:52
Compare
Choose a tag to compare
  • Moved the setup to Hatch and fixed the dependency installation.
  • Fixed argument problem with exit_function.
  • Changed formatting to Black.

Version 0.2.2

30 Jan 10:01
Compare
Choose a tag to compare
  • 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

18 Jan 10:54
Compare
Choose a tag to compare

There have been some bug fixes since last release, but this release is for testing the workflow for publishing on PyPi.

v0.1

31 Aug 12:16
Compare
Choose a tag to compare

Artifact submission for FSE'22