-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
[REVIEW]: GCol: A High-Performance Python Library for Graph Colouring #7871
Comments
Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks. For a list of things I can do to help you, just type:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
Software report:
Commit count by author:
|
Paper file info:
✅ The paper includes a |
License info: ✅ License found: |
|
Review checklist for @paulbrodersenConflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
Review checklist for @IvanIsCodingConflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
@editorialbot generate pdf |
Hi @Rhyd-Lewis, pleasure to make your acquaintance. W.r.t. General checks / item 3 on our checklists, could you expand a bit on the contributions of your co-author Geraint Palmer? None of the commits seem to list him as author or co-author (though I am aware that the software was developed offline and uploaded at a late stage in the development cycle). |
W.r.t Documentation / item 5: Automated tests: The test suite looks great, the selection of test cases is self-explanatory, and the whole suite passes without skipping any tests in a reasonable amount of time. Two comments though:
setup(
name="gcol",
...
extras_require = {
'testing': ["pytest"]
}
) |
Ditto for pandas, which is used in some of the examples: setup(
name="gcol",
...
extras_require = {
'testing': ["pytest"],
'documentation' : ["pandas"],
}
) |
I don't have time to confirm the performance claims nor to look into the references now, but I will try to before the end of the week. |
Hi @paulbrodersen -- thank you for your comments and your time. I have created a new branch with the above arguments added to the setup.py file. Once it's been tested, I'll merge it into main. Regarding your other question, Geraint is my colleague at Cardiff university who has been very helpful in preparing this library. We pair programmed using my github account and he helped to oversee the packaging, paper preperation, linking to gitub, and conversion of my existing c++-based algorithms into python implementations. Thanks Rhyd |
Submitting author: @Rhyd-Lewis (Rhyd Lewis)
Repository: https://github.com/Rhyd-Lewis/GCol
Branch with paper.md (empty if default branch): josspaper
Version: v 1.4.2
Editor: @vissarion
Reviewers: @paulbrodersen, @IvanIsCoding
Archive: Pending
Status
Status badge code:
Reviewers and authors:
Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)
Reviewer instructions & questions
@paulbrodersen & @IvanIsCoding, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @vissarion know.
✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨
Checklists
📝 Checklist for @paulbrodersen
📝 Checklist for @IvanIsCoding
The text was updated successfully, but these errors were encountered: