This release addresses RUSTSEC-2024-0379
What's Changed
- Replace Mutex with RwLock in AdjacencyList by @s1ck in #120
- Add _mut methods for edge mutation for faster single-thread access by @s1ck in #121
- Allow custom configs by @s1ck in #128
- Fix clippy warnings by @regexident in #129
- Fix Typo by @dengelt in #132
- Fix flaky python tests by @knutwalker in #133
- Replace
fast-float
withfast-float2
by @babichjacob in #131
New Contributors
- @regexident made their first contribution in #129
- @dengelt made their first contribution in #132
- @babichjacob made their first contribution in #131
Full Changelog: graph_builder-v0.4.0...graph_builder-v0.4.1