Releases: funkelab/spatial_graph
Releases · funkelab/spatial_graph
v0.0.6
What's Changed
- ci: update CI configuration for testing across Python 3.10 to 3.14 by @tlambert03 in #51
- Add c++ name mangling to avoid keyword collision by @cmalinmayor in #50
New Contributors
- @cmalinmayor made their first contribution in #50
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- fix gcc 15 by @tlambert03 in #44
- ci(pre-commit.ci): autoupdate by @pre-commit-ci[bot] in #46
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Use composition rather than inheritance by @tlambert03 in #41
- Fix deprecation warnings for witty by @tlambert03 in #42
Full Changelog: v0.0.3...v0.0.4
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
v0.0.2
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci[bot] in #13
- fix: extern distance func by @tlambert03 in #16
- add ruff configuration by @tlambert03 in #19
- refactor: add typing to dtype by @tlambert03 in #17
- build: move to src layout, make compatible with uv sync (and use on CI) by @tlambert03 in #21
- ci(pre-commit.ci): autoupdate by @pre-commit-ci[bot] in #22
- use dynamic versioning, update readme, add code cov by @tlambert03 in #24
- Add basic usage example and visualization for spatial graph by @tlambert03 in #23
New Contributors
- @pre-commit-ci[bot] made their first contribution in #13
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- use ruff, fix mypy by @tlambert03 in #8
- test: test on ubuntu, macos, windows. Support py3.9-3.12 by @tlambert03 in #7
- Prep for publishing to pypi by @msschwartz21 in #12
New Contributors
- @tlambert03 made their first contribution in #8
- @msschwartz21 made their first contribution in #12
Full Changelog: https://github.com/funkelab/spatial_graph/commits/v0.0.1