-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare release notes for 0.8.0 release (#261)
* Prepare release notes for 0.8.0 release This commit prepares the release notes for the 0.8.0 release. It bundles all the release notes into a directory for the release and adds a prelude section. Once this merges that commit should be tagged as 0.8.0 to indicate the release. * Update releasenotes/notes/0.8.0/prepare-0.8-f3ec8cbf07dfdbb7.yaml Co-authored-by: Lauren Capelluto <[email protected]>
- Loading branch information
1 parent
84536a9
commit 3537af5
Showing
15 changed files
with
43 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
10 changes: 10 additions & 0 deletions
10
releasenotes/notes/0.8.0/add-is_matching-334626fe47e576be.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,10 @@ | ||
--- | ||
features: | ||
- | | ||
A new algorithm function, :func:`~retworkx.is_matching`, was added to | ||
check if a matching set is valid for given :class:`~retworkx.PyGraph` | ||
object. | ||
- | | ||
A new algorithm function, :func:`~retworkx.is_maxmimal_matching`, was added | ||
to check if a matching set is valid and maximal for a given | ||
:class:`~retworkx.PyGraph` object. |
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...universal-functions-1e54351f1f7afa4b.yaml → ...universal-functions-1e54351f1f7afa4b.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
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/0.8.0/neighbors-fn-returns-unique-indices-00109eda7e3c9ee7.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,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
The output from :meth:`retworkx.PyDiGraph.neighbors` | ||
and :meth:`retworkx.PyGraph.neighbors` methods will no longer | ||
include duplicate entries in case of parallel edges between nodes. See | ||
`#250 <https://github.com/Qiskit/retworkx/issues/250>`__ for more details. |
13 changes: 13 additions & 0 deletions
13
releasenotes/notes/0.8.0/prepare-0.8-f3ec8cbf07dfdbb7.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,13 @@ | ||
--- | ||
prelude: > | ||
This release includes several new features and bug fixes. The main features | ||
for this release are some usability improvements including the introduction | ||
of new methods for interacting with edges, constructing graphs from | ||
adjacency matrices, and :ref:`universal-functions` that are not strictly | ||
typed and will work with either a :class:`~retworkx.PyGraph` or | ||
:class:`~retworkx.PyDiGraph` object. It also includes new algorithm | ||
functions around matchings for a :class:`~retworkx.PyGraph`, including a | ||
function to find the maximum weight matching. | ||
This is also the first release to include support and publishing of | ||
precompiled binaries for Apple Arm CPUs on MacOS. |
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.
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
releasenotes/notes/neighbors-fn-returns-unique-indices-00109eda7e3c9ee7.yaml
This file was deleted.
Oops, something went wrong.