Skip to content

v0.2.0rc2

Choose a tag to compare

@s3dev s3dev released this 01 Jun 17:44
· 4 commits to master since this release

Changes

Bug fix relating to relative imports and sys.path.

PPKLIB-6: Fix relative imports without touching sys.path

  • Addressed an issue caused by ppklib setting sys.path to help with its
    own relative imports. This had negative side-effects (crashes) with
    projects which imported ppklib as their sys.path was set unexpectedly.
  • All sys.path adjustments have been removed.

Testing:

  • All tests completed successfully with 100% code coverage.
  • Pylint run successfully with all modules reporting 10/10.

Released: 2025-06-01