What's Changed
- Fix #143 by @gdalle in #229
- Fix package docstring by @Kolaru in #246
- Fix docstring issue #234 by @aurorarossi in #235
- added short paragraph in docs on the dangers of deleting vertices by @SuperGrobi in #179
- Add link to Karnak.jl in plotting chapter by @cormullion in #251
- Fix
adjacency_matrix
whendir=:both
by @KeishiS in #233 - fix doctests by @pgrepds in #239
- setting zero values in distmx with zero(T) by @SuperGrobi in #230
- Add aqua badge by @aurorarossi in #257
- Set initial path length in yen with zero(T) by @SuperGrobi in #254
- [bugfix]
Base.eltype
works on graph types as well as instances by @lmondada in #144 - Solved bug in yen.jl by @aurorarossi in #183
- Add JET.jl to testsuite by @jlapeyre in #249
- Revert the error thrown by badj to NotImplementedError by @simonschoelly in #262
- Rewrite of
edit_distance
with edge costs. fix #111 by @etiennedeg in #137 - Fix issymmetric by @gdalle in #265
- Add ignore_missing_comparison=true for JET tests by @simonschoelly in #271
- Use GenericGraph for testing biconnectivity algorithms by @simonschoelly in #270
- fix quadratic time in
is_cyclic
andtopological_sort
(fix #263) by @etiennedeg in #266 - Test centrality with generic graph by @simonschoelly in #272
- Test cycles with generic graph by @simonschoelly in #274
- Use GenericGraph for testing shortestpaths algorithms by @simonschoelly in #275
- Use GenericGraph for testing spanningtrees algorithms by @simonschoelly in #276
- fix is_cyclic and topological_sort by @etiennedeg in #284
- Test community with generic graph by @simonschoelly in #273
- Eulerian cycles/trails for undirected graphs by @thchr in #232
- Mincut by @etiennedeg in #105
- Create feature_request version of issues by @Tortar in #289
- Update the version of Documenter.jl by @hyrodium in #294
- Improve performance of bfs functions by @Tortar in #250
- Updated the link of the GraphRecipes examples to the active one by @Ochibobo in #296
- Tests for various files with generic graph by @simonschoelly in #278
- Avoid the
zeros(nthreads())[threadid()]
buffering pattern by @Drvi in #293 - Some normalized_cut() fixes by @alyst in #84
- Add Simple(Di)Graph constructors from AbstractGraph by @gdalle in #301
- Improve docstrings for all shortest path states by @gdalle in #302
- Remove non-default GenericGraph constructor by @simonschoelly in #308
- Add
strongly_connected_components_tarjan
and aliasstrongly_connected_components
to it by @YingboMa in #304 - Split nightly testing from rest of CI by @gdalle in #309
- Fix most failing doctests by @gdalle in #305
New Contributors
- @Kolaru made their first contribution in #246
- @SuperGrobi made their first contribution in #179
- @cormullion made their first contribution in #251
- @KeishiS made their first contribution in #233
- @pgrepds made their first contribution in #239
- @lmondada made their first contribution in #144
- @thchr made their first contribution in #232
- @Tortar made their first contribution in #289
- @hyrodium made their first contribution in #294
- @Ochibobo made their first contribution in #296
- @Drvi made their first contribution in #293
- @alyst made their first contribution in #84
- @YingboMa made their first contribution in #304
Full Changelog: v1.8.0...v1.9.0