-
Notifications
You must be signed in to change notification settings - Fork 0
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 docs #8
Improve docs #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks Alberto! I might suggest some very minor rewording in the notebook in a separate PR
@@ -28,6 +28,21 @@ def jaccard_similarity( | |||
return float(intersection / union) | |||
|
|||
|
|||
def _composition_count_worker( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Surprising (at least to me) behaviour of multiprocessing here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I was also quite puzzled - it was throwing errors in Python 3.10 but I think worked fine in 3.8?
I put together a quick jupyter notebook to act as introductory walk-through of the library functionalities, and integrated it into the sphinx documentation. Minor changes to README and auxiliary files.