Rustworkx

Latest version: v0.15.1

Safety actively analyzes 642283 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.13.1

Release notes: https://qiskit.org/ecosystem/rustworkx/release_notes.html#relnotes-0-13-1

What's Changed
* Add todo_nodes sort to maintain deterministic output in token_swapper (backport 897) by enavarro51 in https://github.com/Qiskit/rustworkx/pull/898
* Apply wheel job fixes from 0.13.0 release (backport 896) by mtreinish in https://github.com/Qiskit/rustworkx/pull/904
* Adding Clippy Fix (backport 930) and Pin pillow<10 in CI (backport 922) by danielleodigie in https://github.com/Qiskit/rustworkx/pull/931
* Relax constraints in rustworkx-core for hashbrown and indexmap by mtreinish in https://github.com/Qiskit/rustworkx/pull/929
* Reorganize API docs into subpages (Cherry-pick of 927) by Eric-Arellano in https://github.com/Qiskit/rustworkx/pull/943
* Switch to Qiskit Ecosystem theme (backport 926) by Eric-Arellano in https://github.com/Qiskit/rustworkx/pull/941
* Add a section to Python docs about page for rustworkx-core (backport 944) by mtreinish in https://github.com/Qiskit/rustworkx/pull/945
* Prepare 0.13.1 release by mtreinish in https://github.com/Qiskit/rustworkx/pull/942

New Contributors
* danielleodigie made their first contribution in 930

**Full Changelog**: https://github.com/Qiskit/rustworkx/compare/0.13.0...0.13.1

0.13.0

Release notes: https://qiskit.org/ecosystem/rustworkx/release_notes.html#relnotes-0-13-0

What's Changed
* Add cargo publish job for rustworkx-core by mtreinish in https://github.com/Qiskit/rustworkx/pull/694
* Bump version numbers after 0.12.0 release by mtreinish in https://github.com/Qiskit/rustworkx/pull/693
* Bump serde_json from 1.0.85 to 1.0.86 by dependabot in https://github.com/Qiskit/rustworkx/pull/699
* Added empty and complete graph generators by prakharb10 in https://github.com/Qiskit/rustworkx/pull/679
* Update PyO3 to 0.17.2 by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/702
* Bump serde_json from 1.0.86 to 1.0.87 by dependabot in https://github.com/Qiskit/rustworkx/pull/706
* Bump serde from 1.0.145 to 1.0.146 by dependabot in https://github.com/Qiskit/rustworkx/pull/708
* Bump serde from 1.0.146 to 1.0.147 by dependabot in https://github.com/Qiskit/rustworkx/pull/709
* Fix QEMU-based Linux wheel jobs. by kevinhartman in https://github.com/Qiskit/rustworkx/pull/713
* Use same title as paper for the Zenodo archive by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/715
* Switch from Python 3.11rc to official release by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/714
* Bump MSRV to 1.56.1 and update dependencies and Rust Edition by mtreinish in https://github.com/Qiskit/rustworkx/pull/717
* Add New Paper Details by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/721
* Bump pyo3 from 0.17.2 to 0.17.3 by dependabot in https://github.com/Qiskit/rustworkx/pull/723
* Fix clippy error with new Rust 1.65 release by mtreinish in https://github.com/Qiskit/rustworkx/pull/725
* 🐛 Fix deprecated `Loader.load_module()` by burgholzer in https://github.com/Qiskit/rustworkx/pull/728
* Fix support of sequence protocol for returned lists by tuxu in https://github.com/Qiskit/rustworkx/pull/730
* Bump serde_json from 1.0.87 to 1.0.88 by dependabot in https://github.com/Qiskit/rustworkx/pull/742
* Bump rayon from 1.5.3 to 1.6.0 by dependabot in https://github.com/Qiskit/rustworkx/pull/743
* Add summary of the rustworkx benchmarks to the documentation by cometta in https://github.com/Qiskit/rustworkx/pull/736
* Fix compatibility with priority-queue 1.3.0 by mtreinish in https://github.com/Qiskit/rustworkx/pull/745
* Bump serde_json from 1.0.88 to 1.0.89 by dependabot in https://github.com/Qiskit/rustworkx/pull/747
* Bump serde from 1.0.147 to 1.0.148 by dependabot in https://github.com/Qiskit/rustworkx/pull/752
* Only publish wheel for retworkx compat package by mtreinish in https://github.com/Qiskit/rustworkx/pull/749
* Add SECURITY.md to document security policy by mtreinish in https://github.com/Qiskit/rustworkx/pull/754
* Bump serde from 1.0.148 to 1.0.149 by dependabot in https://github.com/Qiskit/rustworkx/pull/757
* Pin tox version used in CI to < 4.0.0 by mtreinish in https://github.com/Qiskit/rustworkx/pull/761
* Bump serde from 1.0.149 to 1.0.150 by dependabot in https://github.com/Qiskit/rustworkx/pull/759
* Bump rayon from 1.6.0 to 1.6.1 by dependabot in https://github.com/Qiskit/rustworkx/pull/760
* add find_predecessor_node_by_edge. by ewinston in https://github.com/Qiskit/rustworkx/pull/756
* Fix clippy with Rust 1.66.0 by mtreinish in https://github.com/Qiskit/rustworkx/pull/762
* Bump serde_json from 1.0.89 to 1.0.91 by dependabot in https://github.com/Qiskit/rustworkx/pull/763
* Bump serde from 1.0.150 to 1.0.151 by dependabot in https://github.com/Qiskit/rustworkx/pull/764
* Bump serde from 1.0.151 to 1.0.152 by dependabot in https://github.com/Qiskit/rustworkx/pull/767
* Move cycle_graph generator to rustworkx-core by mtreinish in https://github.com/Qiskit/rustworkx/pull/758
* Move star_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/771
* Move grid_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/773
* Move path_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/770
* Move petersen_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/776
* Move heavy_hex_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/779
* Move heavy_square_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/778
* Move hexagonal_lattice_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/775
* Move binomial_tree_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/781
* Move barbell_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/783
* Move lollipop_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/777
* Move complete_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/772
* Move full_rary_tree_graph generator to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/780
* Bump num-complex from 0.4.2 to 0.4.3 by dependabot in https://github.com/Qiskit/rustworkx/pull/786
* Move find_cycle to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/789
* Set MSRV for clippy in rustworkx by mtreinish in https://github.com/Qiskit/rustworkx/pull/793
* Update versions of GitHub Actions by obrienpja in https://github.com/Qiskit/rustworkx/pull/794
* Move cycle_basis to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/792
* Update PyO3 and Rust Numpy to 0.18.0 by mtreinish in https://github.com/Qiskit/rustworkx/pull/787
* Bump indexmap from 1.7.0 to 1.9.2 by dependabot in https://github.com/Qiskit/rustworkx/pull/802
* Move core_number to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/795
* Docs and consistency cleanup for rustworkx-core generators by enavarro51 in https://github.com/Qiskit/rustworkx/pull/784
* Bump serde_json from 1.0.91 to 1.0.92 by dependabot in https://github.com/Qiskit/rustworkx/pull/806
* Bump petgraph from 0.6.2 to 0.6.3 by dependabot in https://github.com/Qiskit/rustworkx/pull/808
* Bump pyo3 from 0.18.0 to 0.18.1 by dependabot in https://github.com/Qiskit/rustworkx/pull/809
* Bump serde_json from 1.0.92 to 1.0.93 by dependabot in https://github.com/Qiskit/rustworkx/pull/810
* Fix Matplotlib warning when building docs by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/820
* Bump serde_json from 1.0.93 to 1.0.94 by dependabot in https://github.com/Qiskit/rustworkx/pull/826
* Bump serde from 1.0.152 to 1.0.153 by dependabot in https://github.com/Qiskit/rustworkx/pull/828
* Add edge betweenness centrality by tapanih in https://github.com/Qiskit/rustworkx/pull/799
* Bump serde from 1.0.153 to 1.0.154 by dependabot in https://github.com/Qiskit/rustworkx/pull/829
* Add annotation stubs for `PyGraph` and `PyDiGraph` by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/401
* Fix all deprecation warnings in Rust and Upload actions by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/821
* Implementation of closeness_centrality by derbuihan in https://github.com/Qiskit/rustworkx/pull/593
* Simplifying betweenness_centrality (for vertices) by jlapeyre in https://github.com/Qiskit/rustworkx/pull/815
* Bump serde from 1.0.154 to 1.0.155 by dependabot in https://github.com/Qiskit/rustworkx/pull/831
* Bump serde from 1.0.155 to 1.0.156 by dependabot in https://github.com/Qiskit/rustworkx/pull/834
* Implement `check_cycle` in `__getstate__` and `__setstate__`. Expand python copy tests. by lukepmccombs in https://github.com/Qiskit/rustworkx/pull/838
* Bump `quick-xml` to 0.28 by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/839
* Bump serde from 1.0.156 to 1.0.158 by dependabot in https://github.com/Qiskit/rustworkx/pull/841
* Remove stray debug prints from tests by mtreinish in https://github.com/Qiskit/rustworkx/pull/842
* Fix install and use of Jupyter Kernel for docs by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/845
* Bump pyo3 from 0.18.1 to 0.18.2 by dependabot in https://github.com/Qiskit/rustworkx/pull/847
* Bump serde_json from 1.0.94 to 1.0.95 by dependabot in https://github.com/Qiskit/rustworkx/pull/848
* Bump indexmap from 1.9.2 to 1.9.3 by dependabot in https://github.com/Qiskit/rustworkx/pull/846
* Bump serde from 1.0.158 to 1.0.159 by dependabot in https://github.com/Qiskit/rustworkx/pull/849
* deploy documentation in qiskit.org/ecosystem by 1ucian0 in https://github.com/Qiskit/rustworkx/pull/843
* Fixup docs publish job by mtreinish in https://github.com/Qiskit/rustworkx/pull/850
* Update tox configuration to use tox >= 4.4.0 by mtreinish in https://github.com/Qiskit/rustworkx/pull/851
* add bfs_predecessors by ewinston in https://github.com/Qiskit/rustworkx/pull/819
* Bump serde from 1.0.159 to 1.0.160 by dependabot in https://github.com/Qiskit/rustworkx/pull/856
* Bump quick-xml from 0.28.1 to 0.28.2 by dependabot in https://github.com/Qiskit/rustworkx/pull/859
* Bump serde_json from 1.0.95 to 1.0.96 by dependabot in https://github.com/Qiskit/rustworkx/pull/858
* Bump pyo3 from 0.18.2 to 0.18.3 by dependabot in https://github.com/Qiskit/rustworkx/pull/860
* Add token swapper to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/765
* Fix docs to work with Sphinx Theme 1.11 by Eric-Arellano in https://github.com/Qiskit/rustworkx/pull/867
* Turn off CI for forks by Eric-Arellano in https://github.com/Qiskit/rustworkx/pull/868
* Fix pickle/deepcopy not preserve original edge indices by binh-vu in https://github.com/Qiskit/rustworkx/pull/589
* Bump serde from 1.0.160 to 1.0.162 by dependabot in https://github.com/Qiskit/rustworkx/pull/863
* Add reverse inplace function for digraph by matanco64 in https://github.com/Qiskit/rustworkx/pull/853
* Bump serde from 1.0.162 to 1.0.163 by dependabot in https://github.com/Qiskit/rustworkx/pull/869
* Remove unncessary CSS files by Eric-Arellano in https://github.com/Qiskit/rustworkx/pull/871
* Check if nodes exist on `add_edge` methods by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/862
* Fix incorrect `eigenvector_centrality` test case in `rustworkx-core` by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/872
* Add PyDiGraph method to make edges symmetric by mtreinish in https://github.com/Qiskit/rustworkx/pull/814
* Improve documentation for graph_greedy_color by mtreinish in https://github.com/Qiskit/rustworkx/pull/857
* Switch to new documentation links to avoid a redirect by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/877
* Add random generators to rustworkx-core by enavarro51 in https://github.com/Qiskit/rustworkx/pull/818
* Port large random test to core token_swapper by enavarro51 in https://github.com/Qiskit/rustworkx/pull/878
* Add env variable to Python builds to force debug builds by mtreinish in https://github.com/Qiskit/rustworkx/pull/876
* Upgrade to qiskit_sphinx_theme 1.12 by Eric-Arellano in https://github.com/Qiskit/rustworkx/pull/880
* Add PageRank by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/788
* Add longest_simple_path() function to rustworkx by mtreinish in https://github.com/Qiskit/rustworkx/pull/731
* moving greedy-color to rustworkx-core by alexanderivrii in https://github.com/Qiskit/rustworkx/pull/875
* Add HITS algorithm by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/790
* Add Katz Centrality by IvanIsCoding in https://github.com/Qiskit/rustworkx/pull/797
* Bump pyo3 and rust numpy version to 0.19.0 by mtreinish in https://github.com/Qiskit/rustworkx/pull/887
* Prepare 0.13.0 release by mtreinish in https://github.com/Qiskit/rustworkx/pull/881
* Fix typo in add_edge docstring. by kevinhartman in https://github.com/Qiskit/rustworkx/pull/890
* Fix pickle/deepcopy node hole handling by mtreinish in https://github.com/Qiskit/rustworkx/pull/888

New Contributors
* burgholzer made their first contribution in https://github.com/Qiskit/rustworkx/pull/728
* tuxu made their first contribution in https://github.com/Qiskit/rustworkx/pull/730
* cometta made their first contribution in https://github.com/Qiskit/rustworkx/pull/736
* ewinston made their first contribution in https://github.com/Qiskit/rustworkx/pull/756
* obrienpja made their first contribution in https://github.com/Qiskit/rustworkx/pull/794
* tapanih made their first contribution in https://github.com/Qiskit/rustworkx/pull/799
* lukepmccombs made their first contribution in https://github.com/Qiskit/rustworkx/pull/838
* 1ucian0 made their first contribution in https://github.com/Qiskit/rustworkx/pull/843
* Eric-Arellano made their first contribution in https://github.com/Qiskit/rustworkx/pull/867
* binh-vu made their first contribution in https://github.com/Qiskit/rustworkx/pull/589
* matanco64 made their first contribution in https://github.com/Qiskit/rustworkx/pull/853
* alexanderivrii made their first contribution in https://github.com/Qiskit/rustworkx/pull/875

**Full Changelog**: https://github.com/Qiskit/rustworkx/compare/0.12.0...0.13.0

0.12.1

Release notes: https://qiskit.org/documentation/rustworkx/release_notes.html#relnotes-0-12-1

0.12.0

Release notes: https://qiskit.org/documentation/rustworkx/release_notes.html#relnotes-0-12-0

0.11.0

Release Notes: https://qiskit.org/documentation/retworkx/release_notes.html#relnotes-0-11-0

0.10.2

Release Notes: https://qiskit.org/documentation/retworkx/release_notes.html#relnotes-0-10-2

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.