v0.0.3
What's Changed
- add docs by @tlambert03 in #25
- reduce test matrix by @tlambert03 in #26
- Add CI workflow, Dockerfile, and update README for testing instructions by @tlambert03 in #27
- Add benchmark tests on CI by @tlambert03 in #28
- Improve type hints for SpatialGraph by @tlambert03 in #31
- Improve error handling in Graph class for invalid identifier names by @tlambert03 in #33
- Add Graph DiGraph and SpatialGraph SpatialDiGraph variants by @tlambert03 in #36
- Use factory functions instead of
__new__by @tlambert03 in #32 - Add utility
create_graphfunction by @tlambert03 in #37 - refactor: make internal modules private by @tlambert03 in #38
- fix: type identity by @tlambert03 in #40
Full Changelog: v0.0.2...v0.0.3