Skip to content

Commit

Permalink
Prepare 0.13.0 release
Browse files Browse the repository at this point in the history
This commit prepares the 0.13.0 release. It moves the release notes that
for the release to a separate directory and adds a prelude to the release
notes. This should be the last commit to merge and after it merges it'll
that commit will be tagged as the 0.13.0 release.
  • Loading branch information
mtreinish committed May 25, 2023
1 parent 09d5707 commit 21a8ba9
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ upgrade:
- |
The minimum supported Rust version has been increased from 1.48 to 1.56.1.
This applies to both building the rustworkx package from source as well as the
rustworkx-crate. This change was made to facilitate using newer versions of our
rustworkx-core crate. This change was made to facilitate using newer versions of our
upstream dependencies as well as leveraging newer Rust language features.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
features:
- |
The function ``core_number``has been added to the ``rustworkx-core``
The function ``core_number`` has been added to the ``rustworkx-core``
crate in the ``connectivity`` module. It computes the k-core number
for the nodes in a graph.
17 changes: 17 additions & 0 deletions releasenotes/notes/0.13/prepare-0.13.0-5e579fb3ab1e3b60.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
prelude: |
This release is major feature release of Rustworkx that adds some
new features to the library. The highlights of this release are:
* An expansion of the functions exposed by rustworkx-core to include:
* Graph generator functions
* Additionally connectivity functions such as ``find_cycle`` and
* New link analysis functions such as page rank
* Expanded centrality measure functions
* Type annotations for :class:`~PyDiGraph` and :class:`~.PyGraph` that
can be type checked with `mypy <https://mypy-lang.org/>`__
This is also the final rustworkx release that supports running with Python
3.7. Starting in the 0.14.0 release Python >= 3.8 will be required to use
rustworkx. This release also increased the minimum suported Rust version for
compiling rustworkx and rustworkx-core from source to 1.56.1.

0 comments on commit 21a8ba9

Please sign in to comment.