-
-
Notifications
You must be signed in to change notification settings - Fork 38
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]: Krylov.jl: A Julia basket of hand-picked Krylov methods #5187
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:
|
|
Wordcount for |
|
👋 @prj- and @vchuravy Welcome to JOSS and thanks for agreeing to review! The comments from @editorialbot above outline the review process, which takes place in this thread (possibly with issues filed in the Krylov.jl repository). I'll be watching this thread if you have any questions. The JOSS review is different from most other journals. Our goal is to work with the authors to help them meet our criteria instead of merely passing judgment on the submission. As such, reviewers are encouraged to submit issues and pull requests on the software repository. When doing so, please mention this issue so that a link is created to this thread (and I can keep an eye on what is happening). Please also feel free to comment and ask questions on this thread. In my experience, it is better to post comments/questions/suggestions as you come across them instead of waiting until you've reviewed the entire package. We aim for reviews to be completed within a month or two. Please let me know if you require some more time. We can also use editorialbot to set automatic reminders if you know you'll be away for a known period of time. Please feel free to ping me (@jedbrown) if you have any questions/concerns. |
Review checklist for @vchuravyConflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
Review checklist for @prj-Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
Hello @jedbrown and @amontoison, here is the current state of my checklist, with the remaining unticked checkboxes that should be addressed if possible. Thanks.
The file
I don't think the two provided examples enforce a check with respect to a reference solution. The authors do not state as well what should be the solution. This is very minor, but it would be nice to enforce such a check or at least add a comment with the expected solution.
The second code snippet does not run when CUDA is not available on the system. Could the authors add some minimal error checking (or even better, add a switch to a more conventional CPU backend) to avoid unhandled runtime exceptions?
Line 22, "Largest collection of Krylov processes and methods", does not seem very relevant to me. First of all, why should quantity matter over quality? Second, though it should certainly be stated that the collection is very complete, it would be more interesting, in my opinion, to justify the use of this package over other Julia alternatives such as KrylovKit, KrylovMethods, IterativeSolvers, and such. Other minor points
|
@amontoison, I see all pending MR referencing the present issue have been merged, should I have a fresh look or are you still addressing some other points? |
@prj-, I worked on a last PR yesterday and today to adress all your comments.
Thanks, I updated the LICENSE.md file. (JuliaSmoothOptimizers/Krylov.jl#712)
For the reproducibility, I pushed the example files on the branch
I added the following test in the second code snippet to ensure that we have the CUDA drivers a NVIDIA GPU available: if CUDA.functional()
...
end I also updated the documentation (JuliaSmoothOptimizers/Krylov.jl#714) to be sure that users don't try to store and solve linear problems on GPUs if they don't have the hardware associated.
Krylov.jl represents my thesis work and I see the package as a toolbox of Krylov processes and methods.
I fixed these typos in the PR JuliaSmoothOptimizers/Krylov.jl#712.
I clarified and rephrased this sentence in the PR JuliaSmoothOptimizers/Krylov.jl#720. I will regenerate the PDF of the paper here as soon as the last PR is merged. |
@editorialbot generate pdf |
We are converging... @jedbrown and @amontoison, here is the current state of my checklist, with the remaining unticked checkboxes that should be addressed if possible. Thanks.
You replied:
Line 35, Other minor points
|
@editorialbot generate pdf |
@prj- I updated the paper to address the remaining unticked checkboxes. |
Looks good, thanks. There are still a couple of typos, line 97, |
Done! version is now v0.9.4 |
@editorialbot set 10.5281/zenodo.8310030 as archive |
Done! archive is now 10.5281/zenodo.8310030 |
@editorialbot recommend-accept |
|
|
👋 @openjournals/csism-eics, this paper is ready to be accepted and published. Check final proof 👉📄 Download article If the paper PDF and the deposit XML files look good in openjournals/joss-papers#4592, then you can now move forward with accepting the submission by compiling again with the command |
@amontoison - I'm the track editor who will handle the rest of the process. Later today, I'll proofread this and let you know next steps. In the meantime, I don't understand the impact of your comment. Are you saying that you need to make a change to the .md file to fix this? If so, please go ahead and then use |
@danielskatz - Sorry if my comment was not clear. I just remarked that a Julia block of code ( # Solve Py = x
function ldiv_ic0!(P, x, y, z)
ldiv!(z, LowerTriangular(P), x) # Forward substitution with L
ldiv!(y, LowerTriangular(P)', z) # Backward substitution with Lᴴ
return y
end The issue is related to the lstlisting used by JOSS for the Julia language and not my Markdown file. |
Do you want us to work on this internally, or should we go ahead and publish, knowing this issue exists? |
Also, I've proofread the paper, and have a few suggestions, as shown in JuliaSmoothOptimizers/Krylov.jl#809 - please merge this, or let me know what you disagree with. |
I reformulated the second example to avoid this issue (JuliaSmoothOptimizers/Krylov.jl#810).
I will let @dpo review JuliaSmoothOptimizers/Krylov.jl#809 the final tweaks. |
@editorialbot recommend-accept |
|
|
👋 @openjournals/csism-eics, this paper is ready to be accepted and published. Check final proof 👉📄 Download article If the paper PDF and the deposit XML files look good in openjournals/joss-papers#4621, then you can now move forward with accepting the submission by compiling again with the command |
@editorialbot accept |
|
Ensure proper citation by uploading a plain text CITATION.cff file to the default branch of your repository. If using GitHub, a Cite this repository menu will appear in the About section, containing both APA and BibTeX formats. When exported to Zotero using a browser plugin, Zotero will automatically create an entry using the information contained in the .cff file. You can copy the contents for your CITATION.cff file here: CITATION.cff
If the repository is not hosted on GitHub, a .cff file can still be uploaded to set your preferred citation. Users will be able to manually copy and paste the citation. |
🐘🐘🐘 👉 Toot for this paper 👈 🐘🐘🐘 |
🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨 Here's what you must now do:
Any issues? Notify your editorial technical team... |
Congratulations to @amontoison (Alexis Montoison) and co-author on your publication!! And thanks to @prj- and @LeilaGhaffari for reviewing, and to @jedbrown for editing! |
🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉 If you would like to include a link to your paper from your README use the following code snippets:
This is how it will look in your documentation: We need your help! The Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:
|
Thanks @prj-, @LeilaGhaffari, @jedbrown and @danielskatz! 👍 😃 👍 |
Submitting author: @amontoison (Alexis Montoison)
Repository: https://github.com/JuliaSmoothOptimizers/Krylov.jl
Branch with paper.md (empty if default branch): joss-paper
Version: v0.9.4
Editor: @jedbrown
Reviewers: @prj-, @LeilaGhaffari
Archive: 10.5281/zenodo.8310030
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
@vchuravy & @prj-, 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 @jedbrown 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 @prj-
📝 Checklist for @LeilaGhaffari
The text was updated successfully, but these errors were encountered: