This is the first installable 6.9.x release. The v6.9.0 package was missing a data file it
reads at runtime, so it could not be imported after installation; everything v6.9.0 announced
arrives here. Its notes are the changelog for this release too:
v6.9.0 release notes.
Fixes
- Installed packages were unusable.
transformers/lib_types.jsonandtransformers/edge_rules.jsonare read at runtime from the package directory, but neitherMANIFEST.innor thepackage-dataglobs covered them, so they never reached the built wheel or sdist. Everyimport pynecorefrom an installed package raisedFileNotFoundErroronlib_types.json. Both files now ship with the distribution.
There are no functional changes beyond the packaging fix; the code is otherwise identical to v6.9.0.