openjournals / joss-reviews

Reviews for the Journal of Open Source Software
Creative Commons Zero v1.0 Universal
717 stars 38 forks source link

[REVIEW]: Ripser.py: A Lean Persistent Homology Library for Python #925

Closed whedon closed 6 years ago

whedon commented 6 years ago

Submitting author: @sauln (Nathaniel Saul) Repository: https://github.com/scikit-tda/ripser.py Version: 0.2.4 Editor: @arokem Reviewer: @lmcinnes Archive: 10.5281/zenodo.1412867

Status

status

Status badge code:

HTML: <a href="http://joss.theoj.org/papers/a8774cc066969ab17e9a0e9c39c6a81c"><img src="http://joss.theoj.org/papers/a8774cc066969ab17e9a0e9c39c6a81c/status.svg"></a>
Markdown: [![status](http://joss.theoj.org/papers/a8774cc066969ab17e9a0e9c39c6a81c/status.svg)](http://joss.theoj.org/papers/a8774cc066969ab17e9a0e9c39c6a81c)

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) 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

@lmcinnes, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:

  1. Make sure you're logged in to your GitHub account
  2. Be sure to accept the invite at this URL: https://github.com/openjournals/joss-reviews/invitations

The reviewer guidelines are available here: https://joss.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @arokem know.

✨ Please try and complete your review in the next two weeks ✨

Review checklist for @lmcinnes

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

whedon commented 6 years ago

Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @lmcinnes it looks like you're currently assigned as the reviewer for this paper :tada:.

:star: Important :star:

If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As a reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all reviews 😿

To fix this do the following two things:

  1. Set yourself as 'Not watching' https://github.com/openjournals/joss-reviews:

watching

  1. You may also like to change your default settings for this watching repositories in your GitHub profile here: https://github.com/settings/notifications

notifications

For a list of things I can do to help you, just type:

@whedon commands
whedon commented 6 years ago
Attempting PDF compilation. Reticulating splines etc...
whedon commented 6 years ago

--> Check article proof :page_facing_up: <--

lmcinnes commented 6 years ago

First off, this is clearly a mature library with significant documentation available. It looks great!

I'm still working through the checklist, but some initial comments, all minor:

sauln commented 6 years ago

Hi @lmcinnes, thanks for the initial feedback.

Thanks again for the feedback. I look forward to helping move this forward however I can.

lmcinnes commented 6 years ago

Hi @sauln,

It all looks good -- thanks for patching up the minor issues. My only remaining concern is the README provides example code that doesn't quite work. I think for the sklearn API version you want to remove the ['dgm']. Beyond that I think everything has been addressed.

sauln commented 6 years ago

@lmcinnes, thanks for catching that example issue. I've fixed the bug and added an example image for the output.

sauln commented 6 years ago

@whedon commands

whedon commented 6 years ago

Here are some things you can ask me to do:

# List Whedon's capabilities
@whedon commands

# List of editor GitHub usernames
@whedon list editors

# List of reviewers together with programming language preferences and domain expertise
@whedon list reviewers

🚧 🚧 🚧 Experimental Whedon features 🚧 🚧 🚧

# Compile the paper
@whedon generate pdf
sauln commented 6 years ago

@whedon generate pdf

whedon commented 6 years ago
Attempting PDF compilation. Reticulating splines etc...
whedon commented 6 years ago

:point_right: Check article proof :page_facing_up: :point_left:

sauln commented 6 years ago

@whedon generate pdf

whedon commented 6 years ago
Attempting PDF compilation. Reticulating splines etc...
whedon commented 6 years ago

:point_right: Check article proof :page_facing_up: :point_left:

sauln commented 6 years ago

The paper looks good to me. I did notice some of the references are rendering strangely, print the first name only some of the time. I'm not sure if this is intentional or if there is something wrong with our .bib.

arokem commented 6 years ago

I have seen author first names in other JOSS papers as well, so I don't think this is anything unique to your paper.

Regarding DOIs: I was also not able to find DOIs for these articles. I am surprised in particular that JMLR doesn't have DOIs (for the sklearn paper), but it does seem like it doesn't.

One small comment: The paper currently suggests using pip install ripser (with a lower-case 'r'), while the README suggests using pip install Ripser (with a capital 'R'). Having just tried this, I realize that it doesn't matter which one you use, but I think that this might still confuse some readers of the article.

Other than that - nice work! I think that the paper is ready to be accepted (thanks @lmcinnes for the review!). Once you have corrected this small item, please create an archive for the accepted version of the software (e.g., using Zenodo) and post it here.

lmcinnes commented 6 years ago

Thanks @arokem and @sauln! Glad to see this getting published.

On Sun, Sep 9, 2018 at 10:29 PM Ariel Rokem notifications@github.com wrote:

I have seen author first names in other JOSS papers as well, so I don't think this is anything unique to your paper.

Regarding DOIs: I was also not able to find DOIs for these articles. I am surprised in particular that JMLR doesn't have DOIs (for the sklearn paper), but it does seem like it doesn't.

One small comment: The paper currently suggests using pip install ripser (with a lower-case 'r'), while the README suggests using pip install Ripser (with a capital 'R'). Having just tried this, I realize that it doesn't matter which one you use, but I think that this might still confuse some readers of the article.

Other than that - nice work! I think that the paper is ready to be accepted (thanks @lmcinnes https://github.com/lmcinnes for the review!). Once you have corrected this small item, please create an archive for the accepted version of the software (e.g., using Zenodo) and post it here.

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/openjournals/joss-reviews/issues/925#issuecomment-419769845, or mute the thread https://github.com/notifications/unsubscribe-auth/ALaKBXl9w-4kYWznbAlWJ645-qdBRb8fks5uZc6OgaJpZM4WWul9 .

sauln commented 6 years ago

Thank you both @lmcinnes and @arokem for pushing this through. @ctralie and I are both excited to have this accepted.

I have incremented the version to 0.3.0, made a release, and uploaded it to zenodo. The badge with DOI is below

DOI

ctralie commented 6 years ago

Thank you @lmcinnes and @arokem both for getting to this so quickly! We appreciate the attention to detail and are both very excited to have this through

arokem commented 6 years ago

@whedon set 10.5281/zenodo.1412867 as archive

whedon commented 6 years ago

OK. 10.5281/zenodo.1412867 is the archive.

arokem commented 6 years ago

@arfon: I think that this article is ready to go!

arfon commented 6 years ago

@lmcinnes - many thanks for your review here and to @arokem for editing this submission ✨

@sauln - your paper is now accepted into JOSS and your DOI is https://doi.org/10.21105/joss.00925 :zap: :rocket: :boom:

whedon commented 6 years ago

:tada::tada::tada: Congratulations on your paper acceptance! :tada::tada::tada:

If you would like to include a link to your paper from your README use the following code snippets:

Markdown:
[![DOI](http://joss.theoj.org/papers/10.21105/joss.00925/status.svg)](https://doi.org/10.21105/joss.00925)

HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.00925">
  <img src="http://joss.theoj.org/papers/10.21105/joss.00925/status.svg" alt="DOI badge" >
</a>

reStructuredText:
.. image:: http://joss.theoj.org/papers/10.21105/joss.00925/status.svg
   :target: https://doi.org/10.21105/joss.00925

This is how it will look in your documentation:

DOI

We need your help!

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: