summaryrefslogtreecommitdiff
path: root/doc/release/release_dev.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prep 3.1 releaseJarrod Millman2023-04-041-22/+6
* 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
* Add dev release notes templateJarrod Millman2023-01-071-0/+44
* Designate 3.0 releasenetworkx-3.0Jarrod Millman2023-01-071-324/+0
* Update release notes (#6341)Jarrod Millman2023-01-071-88/+152
* Fix links to migration guide (#6331)Jarrod Millman2023-01-041-2/+2
* Fix links in release notes (#6281)Jarrod Millman2022-12-151-5/+4
* Draft 3.0 release notes (#6232)Mridul Seth2022-12-011-4/+179
* Designate 3.0rc1 releasenetworkx-3.0rc1Jarrod Millman2022-11-111-1/+1
* 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
* 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
* Bump release versionJarrod Millman2022-06-131-2/+2
* Designate 2.8.1 releasenetworkx-2.8.1Jarrod Millman2022-05-181-96/+10
* 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
* Finalize release notesJarrod Millman2022-04-091-36/+1
* 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
* Deprecate `to_tuple` (#5430)Ross Barnowski2022-03-281-0/+2
* Deprecate dict to numpy helpers (#5427)Ross Barnowski2022-03-261-0/+3
* Deprecate extrema bounding (#5422)Ross Barnowski2022-03-251-0/+3
* Updates to greedy_modularity_communities docs (#5390)Ross Barnowski2022-03-141-0/+4
* Finalize release notesJarrod Millman2022-02-281-200/+1
* Fix docs (#5364)Jarrod Millman2022-02-281-11/+31
* Deprecate info (#5341)Jarrod Millman2022-02-191-1/+2
* First pass at 2.7 release notes. (#5342)Ross Barnowski2022-02-181-2/+134
* Deprecate `to_numpy_recarray` (#5330)Ross Barnowski2022-02-181-0/+3
* Update matching functions for error validation and speed (#4897)Dan Schult2022-02-181-0/+1
* Keep omega within [-1, 1] bounds (#5216)Fabrizio Kuruc2022-02-121-0/+4
* Deprecate `make_small_graph` and `make_small_undirected_graph` (#5283)Ross Barnowski2022-02-121-0/+3
* Add FutureWarning to `attr_matrix` to notify users of return type change (#5300)Ross Barnowski2022-02-041-1/+4
* Deprecate scipy sparse matrix conversion functions (#5262)Ross Barnowski2022-01-261-0/+3
* Add FutureWarning about matrix->array output to `google_matrix` (#5219)Ross Barnowski2021-12-091-0/+3
* Deprecate `hmn` and `lgc` modules from the `node_classification` package (#5166)Ross Barnowski2021-11-061-0/+2
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+5
* Consistent return type in dictionary output of rescale_layout and rescale_lay...Casper van Elteren2021-10-141-0/+4
* Deprecate union name param (#5114)Dimitrios Papageorgiou2021-10-061-0/+2
* Deprecate `random_state` decorator (#5055)Ross Barnowski2021-09-121-0/+3
* Add weisfeiler lehman subgraph hashing (#4946)Aaron Z2021-09-121-0/+11
* Finalize 2.6 release notes (#4958)Jarrod Millman2021-07-081-235/+6