-
Notifications
You must be signed in to change notification settings - Fork 4
New similar_graph interface for AbstractDataGraph; misc bug fixes.
#94
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 all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
11ecc77
Indexing of `Vertex/EdgeDataView` now validates key w.r.t `isassigned`.
jack-dunham cffab67
Concrete `GenericNamedGraph` is now `is_underlying_graph = true`; `Ab…
jack-dunham cd6d4c2
Improve handling of `underlying_graph` on `QuotientView` using traits.
jack-dunham ec32ddf
Changes some function calls to field accessors for explictness.
jack-dunham acce519
Overhaul `similar_graph` on `AbstractDataGraph`; define new four argu…
jack-dunham 953c806
Fix method ambiguity in `GraphsFlows.mincut`
jack-dunham 6c8eacd
Fix `DataGraph{V}` constructor failing when input data graph does not…
jack-dunham 3922c47
Upgrade `NamedGraphs.jl` to v0.11
jack-dunham b4038c1
Version bump to v0.4.0
jack-dunham df28034
Change `similar_graph` import from `GraphExtensions` to `NamedGraphs`.
jack-dunham f9b105e
Define `AbstractDataGraph` method for `copyto!`; remove method for fu…
jack-dunham 966997d
Fix: broadcasting .= with data views should now error if indices do n…
jack-dunham 6c8d3fc
Misc changes
jack-dunham b735ac7
Add tests for `similar_graph`.
jack-dunham 4549f97
Apply integrationtest_pull_request_target patch (#96)
mtfishman 1df4486
Improve `similar_graph` definitions; more tests.
jack-dunham 46491b6
Docs fixes.
jack-dunham 40f0497
Simplify number `similar_graph` methods; add `similar_induced_subgraph`
jack-dunham 890c7e9
Make `set_underlying_graph` function specific to `DataGraph`
jack-dunham fbd27a9
Rename variable.
jack-dunham 5d0e1e2
Remove `set_underlying_graph`.
jack-dunham 4581485
Fix concrete DataGraph `similar_graph` methods.
jack-dunham f4977ea
Add `similar_graph` method that takes a single data type; fix docstri…
jack-dunham 60cd7f5
Remove `similar_graph` methods taking edges as input; update tests.
jack-dunham 8645260
Refactor `similar_graph` methods to simplify.
jack-dunham e16c31c
Remove assumption of `underlying_graph` of `AbstractDataGraph` in `Pa…
jack-dunham dc57812
Fix tests
jack-dunham 861f6cf
Fix code comment referring to wrong method.
jack-dunham 718168b
Remove some redundant methods used for resolving method ambiguities.
jack-dunham 9980b2b
Add comments indicating methods required for ambiguity resolution.
jack-dunham 7fb2f85
Add missing `similar_graph` type domain method for `DataGraph`.
jack-dunham 345ebc1
Refactor `reverse` function to use `rem_edges`.
jack-dunham 29354f8
Fix bug in `directed_graph` calling removed `similar_graph` method; a…
jack-dunham 836d8ff
Fix `similar_graph` docstring.
jack-dunham 6d94077
Improve TODO code comment
jack-dunham b5680d4
Remove stale code comment.
jack-dunham 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,8 @@ on: | |
| branches: | ||
| - "main" | ||
| tags: "*" | ||
| paths: | ||
| - "Project.toml" | ||
| pull_request_target: | ||
| types: | ||
| - "opened" | ||
|
|
||
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
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.