summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* codespell: pre-commit, config, typos fixed (#6662)Yaroslav Halchenko2023-05-0311-26/+26
* Remove `topo_order` kwarg from `is_semiconnected` without deprecation. (#6651)Ross Barnowski2023-05-031-0/+4
* Make cycle_basis() deterministic (#6654)Efrem Braun2023-04-211-0/+3
* Designate 3.1 releasenetworkx-3.1Jarrod Millman2023-04-042-8/+130
* Prep 3.1 releaseJarrod Millman2023-04-042-22/+66
* Draft release notes (#6621)Jarrod Millman2023-04-041-8/+21
* Deprecate shortest_path functions to have consistent return values in v3.3 (#...Dan Schult2023-03-281-0/+3
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Update developer requirements (#6429)Jarrod Millman2023-02-141-1/+1
* Update release_3.0 authors (add Jim and Erik) (#6356)Erik Welch2023-01-111-0/+2
* add OrderedGraph removal as an API change in release_3.0.rst (#6354)Dan Schult2023-01-101-0/+3
* Add dev release notes templateJarrod Millman2023-01-071-0/+44
* Designate 3.0 releasenetworkx-3.0Jarrod Millman2023-01-072-5/+6
* Update release notes (#6341)Jarrod Millman2023-01-071-88/+152
* Fix links to migration guide (#6331)Jarrod Millman2023-01-041-2/+2
* Correctly point towards 2.8.8 in release notes (#6298)Mridul Seth2022-12-251-1/+1
* Fix links in release notes (#6281)Jarrod Millman2022-12-152-22/+10
* Add 2.8.x release notes (#6255)Jarrod Millman2022-12-054-0/+199
* Draft 3.0 release notes (#6232)Mridul Seth2022-12-012-11/+220
* Designate 3.0rc1 releasenetworkx-3.0rc1Jarrod Millman2022-11-111-1/+1
* Remove deprecated `find_cores` (#6139)Ross Barnowski2022-10-311-1/+0
* Fixed test for average shortest path in the case of directed graphs (#6003)Sebastiano Vigna2022-10-091-0/+4
* Minor docstring touchups and test refactor for `is_path` (#5967)Ross Barnowski2022-09-081-0/+4
* [ENH] Find and verify a minimal D-separating set in DAG (#5898)Adam Li2022-08-231-0/+3
* Update mapping logic in `relabel_nodes` (#5912)Ross Barnowski2022-08-171-1/+8
* Replace LCA with naive implementations (#5883)Ross Barnowski2022-08-131-0/+4
* Add 2.8.5 release notesJarrod Millman2022-07-182-0/+59
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-161-0/+19
* Implement directed edge swap (#5663)Ben Heil2022-06-241-1/+2
* Remove deprecated function edge_betweeness (#5765)Juanita Gomez2022-06-211-1/+0
* Remove betweenness_centrality_source (#5786)Dilara Tekinoglu2022-06-161-1/+0
* remove `adj_matrix` from `linalg/graphmatrix.py` (#5753)Dimitrios Papageorgiou2022-06-151-1/+0
* Bump release versionJarrod Millman2022-06-131-2/+2
* Add 2.8.4 release notesJarrod Millman2022-06-132-0/+58
* Fix link to 2.8.3 notesJarrod Millman2022-06-041-0/+1
* Add 2.8.3 release notesJarrod Millman2022-06-041-0/+56
* Fix old release notesJarrod Millman2022-06-042-4/+4
* Update developer requirements (#5689)Jarrod Millman2022-06-021-1/+1
* Designate 2.8.2 releasenetworkx-2.8.2Jarrod Millman2022-05-212-0/+37
* Designate 2.8.1 releasenetworkx-2.8.1Jarrod Millman2022-05-183-96/+141
* Update release notesJarrod Millman2022-05-181-14/+78
* Disallow isolated nodes for Eulerian Path (#5616)Dilara Tekinoglu2022-05-121-0/+17
* Fixes #5403: Errors on non-distinct bipartite node sets (#5442)Aaron Z2022-05-081-0/+5
* MAINT: Fix sphinx build errors and warnings (#5571)Mridul Seth2022-04-252-3/+4
* Fix release notesJarrod Millman2022-04-091-1/+1
* Finalize release notesJarrod Millman2022-04-093-36/+147
* Add notes about NumPy/SciPy integration to NX 2->3 migration guide (#5505)Ross Barnowski2022-04-091-4/+158
* Update release notesJarrod Millman2022-04-041-2/+2
* Fix min_weight_matching to convert edge weights without reciprocal (#5394)Dan Schult2022-04-011-0/+4
* Fix average_neighbor_degree calculations for directed graph (#5404)yusuf-csdev2022-03-271-0/+19