Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump networkx from 3.3 to 3.4 #103

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Bumps networkx from 3.3 to 3.4.

Release notes

Sourced from networkx's releases.

NetworkX 3.4

networkx 3.4

We're happy to announce the release of networkx 3.4!

API Changes

  • Expires the forest_str deprecation (#7414).
  • [ENH, BUG]: added colliders and v_structures and deprecated compute_v_structures in dag.py (#7398).
  • Expires the random_tree deprecation (#7415).
  • Expire deprecation for strongly_connected_components_recursive (#7420).
  • Expire deprecated sort_neighbors param in generic_bfs_edges (#7417).
  • Rm deprecated normalized param from s_metric (#7418).
  • Expire deprecated nx.join in favor of join_trees (#7419).
  • Remove depercated Edmonds class for 3.4 (#7447).
  • Remove deprecated MultiDiGraph_EdgeKey for 3.4 (#7448).
  • Add edges keyword/deprecate link keyword arguments in JSON input-output (#7565).
  • Revert breaking change to node_link_* link defaults (#7652).

Enhancements

  • Add a nodelist feature to from_numpy_array (#7412).
  • Prioritize edgelist representations in to_networkx_graph (#7424).
  • Adds initial debug logging calls to _dispatchable (#7300).
  • add: nodes attribute is modifiable (#7532).
  • Enable config to be used as context manager (#7363).
  • Added code to handle multi-graph in mst (#7454).
  • Enable caching by default (#7498).
  • #7546 More detail error message for pydot (#7558).
  • Fix weakly_connected_components() performance on graph view (#7586).
  • Forceatlas2 (#7543).
  • avoid iteration and use boolean indexing (#7591).
  • Hide edges with a weight of None in simple_paths (#7583).
  • Improved running time for harmonic centrality (#7595).
  • Add remove attribute functions (#7569).
  • Log "can/should run" and caching in dispatch machinery (#7568).
  • Individualize drawing attributes (#7570).
  • added nx-parallel gsoc project (#7620).
  • Harmonic diameter (#5251).
  • Allow dispatch machinery to fall back to networkx (#7585).
  • Add create_using parameter for random graphs (#5672).
  • Add config option to disable warning when using cached value (#7497).

Bug Fixes

  • Fix graph name attribute for complete_bipartite_graph (#7399).
  • Remove import warnings during to_networkx_graph conversion (#7426).
  • Fix nx.from_pandas_edgelist so edge keys are not added as edge attributes and edge keys (#7445).
  • Fix from_pandas_edgelist for MultiGraph given edge_key (#7466).
  • Fix dispatch tests when using numpy 2 (#7506).

... (truncated)

Commits
  • fe7795a Designate 3.4 release
  • 055ed84 MAINT: added discord and meetings link (#7628)
  • ffd1b81 Add config option to disable warning when using cached value (#7497)
  • af435c2 Add examples to docstrings of subgraph_(iso/monomorphism) methods (#7622)
  • 0e85d66 Use official Python 3.13 release (#7667)
  • bc7adfa Add examples section to to_scipy_sparse_array (#7627)
  • 0371b0c Updates documentation to include details about using NetworkX with backends. ...
  • 75f2af5 Add create_using parameter for random graphs. (#5672)
  • e4ccb51 Bump release version
  • ba0576a Designate 3.4rc0 release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [networkx](https://github.com/networkx/networkx) from 3.3 to 3.4.
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.3...networkx-3.4)

---
updated-dependencies:
- dependency-name: networkx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies python Pythonの依存関係 labels Oct 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #104.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/pip/networkx-3.4 branch October 14, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pythonの依存関係
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants