Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@jeromelecoq jeromelecoq released this 15 Feb 01:03
· 3 commits to master since this release
c91efb3

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.