Skip to content

Pynguin 0.32.0

Compare
Choose a tag to compare
@stephanlukasczyk stephanlukasczyk released this 16 May 13:56
· 195 commits to main since this release
0.32.0
  • Breaking: Restructure the code
    Most of the code related to the generation algorithms has been moved. The code now resides in the ga package, where it fits much better. All accompanying modules have also been moved to different places. This might cause breakage if you have developed extensions for Pynguin that rely on the structure of the modules.
  • Update the bytecode library to its latest GitHub version.
    Necessary to include a fix for a regression in that library, which was pointed out to us in GitHub issue #42 (hopefully fixed by this library upgrade).
  • Adjust the header of generated test files; we now refer to Pynguin's website.
  • Extend the usage of the ruff tool for code analysis.