Overview
Request 1169974 accepted
- Update to 3.3
* Add @nx._dispatch decorator to most algorithms
* Remove topo_order kwarg from is_semiconnected without deprecation
* API: Add a decorator to deprecate positional args
* Drop support for Python 3.8 and 3.9
* Support Python 3.12
* Test on Python 3.13-dev
* Don't test numpy2 nightlies
* Unpin scipy upperbound for tests
* Disallow negative number of nodes in complete_multipartite_graph
* [A-star] Added expansion pruning via cutoff if cutoff is provided
* Add Tadpole graph
* [Feat] Random expanders utilities
* Add Kirchhoff index / Effective graph resistance
* Changed return types of shortest path methods to improve consistency
* Many more changes, see upstream changelog
- drop doc build, PyPI tarball doesn't support it anymore
- Created by mcalabkova
- In state accepted
- Supersedes 1169708
Request History
mcalabkova created request
- Update to 3.3
* Add @nx._dispatch decorator to most algorithms
* Remove topo_order kwarg from is_semiconnected without deprecation
* API: Add a decorator to deprecate positional args
* Drop support for Python 3.8 and 3.9
* Support Python 3.12
* Test on Python 3.13-dev
* Don't test numpy2 nightlies
* Unpin scipy upperbound for tests
* Disallow negative number of nodes in complete_multipartite_graph
* [A-star] Added expansion pruning via cutoff if cutoff is provided
* Add Tadpole graph
* [Feat] Random expanders utilities
* Add Kirchhoff index / Effective graph resistance
* Changed return types of shortest path methods to improve consistency
* Many more changes, see upstream changelog
- drop doc build, PyPI tarball doesn't support it anymore
dirkmueller accepted request
required for scipy 1.13: https://build.opensuse.org/request/show/1169614
@TheBlackCat, @alarrosa, @aplanas, @cyberiad, @dgarcia, @dirkmueller, @mcalabkova, @mcepl, @mimi_vx, @pavlix, @posophe, @rjschwei, @sleep_walker, @tbechtold: review reminder