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

Improve python extensibility #1677

Merged
merged 7 commits into from
Jul 2, 2024
Merged

Improve python extensibility #1677

merged 7 commits into from
Jul 2, 2024

Conversation

miratepuffin
Copy link
Collaborator

What changes were proposed in this pull request?

In this PR we broke the raphtory python module function down into several helper functions which return the submodules (algorithms, graphql, etc) making it much easier to build custom versions of the raphtory python module.

Why are the changes needed?

The python module was set up in a way which made it difficult to extend for users who wish to build custom raphtory distributions with private algorithms etc.

Does this PR introduce any user-facing change? If yes is this documented?

Not for the average user - documentation on custom distros is on way.

How was this patch tested?

Tested via the standard unit tests, via the example extended raphtory library and privately.

Are there any further changes required?

There are several further project rejigs planned, but nothing more to do here.

Copy link
Collaborator

@ljeub-pometry ljeub-pometry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, one dependency got added that is not pointing at the workspace, any reason for that?

@miratepuffin miratepuffin merged commit 876cdbb into master Jul 2, 2024
19 checks passed
@miratepuffin miratepuffin deleted the python-rejig branch July 2, 2024 11:00
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.

2 participants