Skip to content

v0.3.1

Choose a tag to compare

@thetianshuhuang thetianshuhuang released this 16 Jun 16:04
· 82 commits to main since this release
72497a4

Note

This version does not contain any breaking API changes, though the type hints are modified to be slightly more general.

What's Changed: Better documentation and more correct types by @thetianshuhuang in #3

Documentation:

  • Upgrade to mkdocstrings-python-xref=1.16.3 to take advantage of check_crossrefs blacklisting
  • Comments & documentation improvements all around
  • Changed color scheme to purple to be different from red-rover (which is... red)

Type inconsistencies:

  • Sequence[T] instead of list[T], Mapping[str, T] instead of dict[T], etc.

Full Changelog: v0.3.0...v0.3.1