-
Notifications
You must be signed in to change notification settings - Fork 195
Fix #840: Add GraphML serializer #1464
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
Merged
Merged
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
39e867a
Fix #840: Add GraphML serializer
thierry-martinez 097aeb2
Merge branch 'main' into fix_840
thierry-martinez 945b588
Fix clippy comments
thierry-martinez c350943
Prefix types with GraphML
thierry-martinez 2604aa9
Black
thierry-martinez 40380e1
Add release notes
thierry-martinez e53c551
Fix stubs error
thierry-martinez ee1b220
Add documentation
thierry-martinez de6b1a4
Remove read_graphml_with_keys / write_graphml for single graph only
thierry-martinez 5ef3e4f
Use `DictMap` everywhere
thierry-martinez 2d51ff3
rustfmt and clippy
thierry-martinez dacb570
Remove unused math module (ruff check)
thierry-martinez afe7e9b
Use `from __future__ import annotations` for Python <3.10
thierry-martinez f45926d
Add stub for `write_graphml`
thierry-martinez 6ca5c1a
Remove `read_graphml_with_keys` from documentation
thierry-martinez a72f06f
Merge branch 'main' into fix_840
IvanIsCoding 915769c
Apply suggestions from code review
IvanIsCoding 019d4bd
Update rustworkx/__init__.py
IvanIsCoding ad5ae6c
Apply suggestions from code review
IvanIsCoding File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,9 @@ | ||
| --- | ||
| features: | ||
| - | | ||
| Added a new function :func:`~rustworkx.write_graphml` that writes | ||
| a list of rustworkx graph objects to a file in GraphML format. | ||
| other: | ||
| - | | ||
| When graphs read with :func:`~rustworkx.read_graphml` include IDs, | ||
| these IDs are now stored in the graph attributes. |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.