Skip to content
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

Add Simple(Di)Graph constructors from AbstractGraph #301

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

gdalle
Copy link
Member

@gdalle gdalle commented Sep 14, 2023

Fix #98

See also #131 and #252

@gdalle gdalle added this to the v1.9 milestone Sep 14, 2023
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #301 (0d9a467) into master (fd9f90a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #301   +/-   ##
=======================================
  Coverage   97.25%   97.26%           
=======================================
  Files         115      115           
  Lines        6777     6796   +19     
=======================================
+ Hits         6591     6610   +19     
  Misses        186      186           

@gdalle gdalle merged commit 6e47549 into master Sep 14, 2023
9 of 12 checks passed
@gdalle gdalle deleted the simplegraph_constructors branch September 14, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create functions for constructing SimpleGraph and SimpleDiGraph from an AbstractGraph.
2 participants