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

Public API tweaks #86

Merged
merged 20 commits into from
Aug 12, 2024
Merged

Public API tweaks #86

merged 20 commits into from
Aug 12, 2024

Conversation

pnevyk
Copy link
Owner

@pnevyk pnevyk commented Aug 11, 2024

No description provided.

I am still not sure about the API of these and I consider them
non-essential to a graph library. I want to focus on the essential
parts, make their API good and write good documentation.

On the other hand, I don't want to delete the code to be able to build
upon it eventually.
This should avoid surprising behavior as, for instance, the semantics in
petgraph depends on the directionality of the graph and for directed
graphs `neighbors` method returns only outgoing neighbors.
@pnevyk pnevyk force-pushed the public-api-tweaks branch 2 times, most recently from dc81e26 to 5d20792 Compare August 11, 2024 14:15
@pnevyk pnevyk merged commit 2138620 into main Aug 12, 2024
6 checks passed
@pnevyk pnevyk deleted the public-api-tweaks branch August 12, 2024 16:55
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.

1 participant