v0.3.1
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.3to take advantage ofcheck_crossrefsblacklisting - Comments & documentation improvements all around
- Changed color scheme to purple to be different from
red-rover(which is... red)
Type inconsistencies:
Sequence[T]instead oflist[T],Mapping[str, T]instead ofdict[T], etc.
Full Changelog: v0.3.0...v0.3.1