Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@cgevans cgevans released this 14 Jul 01:27
· 144 commits to main since this release
  • Significant change in Python organization: there are now model-specific System class, rather than one System class. Tileset definitions will return a specific class, and classes should eventually be able to be created directly. This should make it much easier to add ways to view and manipulate system objects in model-dependent ways.
  • Improvements to Python docstrings and type stubs.
  • Numerous code rearrangements for Python.