Skip to content

v1.1.0

Compare
Choose a tag to compare
@virgesmith virgesmith released this 13 Mar 18:09
· 54 commits to main since this release

Functional changes

  • All python code, including examples, now have type annotations. Type stubs have also been generated for the core (C++) library. Your IDE should now display signatures and docstrings for each function. The API documentation on the website is now redundant and has been reomved.
  • Domain edge behaviours, previously an int class member of Domain, are now an enum Edge. e.g. neworder.Domain.WRAP becomes neworder.Edge.WRAP.

Examples

  • The Conway example has been improved.

Internal

  • Removed some deprecated function calls, e.g DataFrame.append.
  • rename master to main.
  • changes to CI builds.