-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
19 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...es/move-core-number-48efa7ef968b6736.yaml → ...13/move-core-number-48efa7ef968b6736.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
17
releasenotes/notes/0.13/prepare-0.13.0-5e579fb3ab1e3b60.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |