Releases: ixpantia/orbweaver-rs
Releases · ixpantia/orbweaver-rs
v0.18.2
What's Changed
- Fixes path construction in find path one to many by @andyquinterom in #34
Full Changelog: v0.18.1...v0.18.2
v0.18.1
What's Changed
- feat: Adds subset_multi method by @andyquinterom in #24
- chore: Updates to version 0.17 by @andyquinterom in #26
- fix: Fixes error in find_path_on_to_many by @andyquinterom in #30
v0.16.0
- Implements serialize for
NodeVec
v0.15.0
- Adds
find_path_one_to_many
to find multiple paths efficiently.
v0.14.0
chore: Bump bin version to 0.14
v0.11.0
- Improves performance by using a custom String Interner
- Adds
find_all_paths
toDirectedGraph