You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
CLI was removed. Some data passing layers caused multi-threading conflicts/garbage collection which prevented thread from closing when finished.
Package import was greatly simplified to facilitate use.
JSON intermediate object was removed. This facilitates direct access to class properties and make more conventional imports.
Older examples and code related to experimentation for the publication was removed.
Tests and examples were updated to match new syntax.
Previous use of this package through the CLI need to update to the new python syntax that directly use the generator classes. This is explained in the example folder.