openjournals / joss-reviews

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

[REVIEW]: DiscreteEntropy.jl: Entropy Estimation of Discrete Random Variables with Julia #7334

Open editorialbot opened 1 week ago

editorialbot commented 1 week ago

Submitting author: !--author-handle-->@kellino<!--end-author-handle-- (David Kelly) Repository: https://github.com/kellino/DiscreteEntropy.jl Branch with paper.md (empty if default branch): paper Version: v0.2.0 Editor: !--editor-->@Nikoleta-v3<!--end-editor-- Reviewers: @niyiyu, @nluetts Archive: Pending

Status

status

Status badge code:

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

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

@niyiyu & @nluetts, 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:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @Nikoleta-v3 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 @nluetts

📝 Checklist for @niyiyu

editorialbot commented 1 week ago

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:

@editorialbot commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@editorialbot generate pdf
editorialbot commented 1 week ago

Software report:

github.com/AlDanial/cloc v 1.90  T=0.03 s (1566.9 files/s, 142880.1 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Julia                           26            649            625           1576
TOML                             5            173              2            718
Markdown                        12            101              0            298
YAML                             5             10             22            176
TeX                              1             12              0            106
-------------------------------------------------------------------------------
SUM:                            49            945            649           2874
-------------------------------------------------------------------------------

Commit count by author:

   215  David Kelly
    24  IlariaLaTorre
    23  =
     5  CompatHelper Julia
editorialbot commented 1 week ago
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

✅ OK DOIs

- 10.1137/1104033 is OK
- 10.1145/3368089.3409748 is OK
- 10.1109/tit.2004.834752 is OK
- 10.3390/e23050561 is OK
- 10.1023/A:1026096204727 is OK
- 10.7551/mitpress/1120.003.0065 is OK
- 10.1162/NECO_a_00266 is OK

🟡 SKIP DOIs

- No DOI given, and none found for title: Hyperfuzzing: black-box security hypertesting with...
- No DOI given, and none found for title: Entropy Estimates from Insufficient Samplings
- No DOI given, and none found for title: Entropy inference and the James-Stein estimator, w...

❌ MISSING DOIs

- None

❌ INVALID DOIs

- None
editorialbot commented 1 week ago

Paper file info:

📄 Wordcount for paper.md is 634

✅ The paper includes a Statement of need section

editorialbot commented 1 week ago

License info:

✅ License found: MIT License (Valid open source OSI approved license)

Nikoleta-v3 commented 1 week ago

Hey @niyiyu, @nluetts (@kellino) this is the review thread for the paper. All of our communications will happen here from now on.

As a reviewer, the first step is to create a checklist for your review by entering

@editorialbot generate my checklist

as the top of a new comment in this thread.

These checklists contain the JOSS requirements ✅ As you go over the submission, please check any items that you feel have been satisfied. The first comment in this thread also contains links to the JOSS reviewer guidelines.

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, the reviewers are encouraged to submit issues and pull requests on the software repository. When doing so, please mention https://github.com/openjournals/joss-reviews/issues/7334 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 about 2-4 weeks. Please let me know if any of you require some more time. We can also use EditorialBot (our bot) to set automatic reminders if you know you'll be away for a known period of time.

Please feel free to ping me (@Nikoleta-v3) if you have any questions/concerns. 😄 🙋🏻

editorialbot commented 1 week ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

nluetts commented 1 week ago

Review checklist for @nluetts

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

niyiyu commented 1 week ago

Review checklist for @niyiyu

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

niyiyu commented 1 week ago

@kellino Thank you for submitting this Julia package. I only have several minor suggestions to meet the JOSS criteria.

  1. Equation (1) is not correctly rendered in the PDF
  2. NSB is not correctly referenced in line 14 @nemenman2002entropy
  3. Please provide guidelines on how to contribute and report issues, ideally in the README files.

Best, Yiyu

kellino commented 1 week ago

@niyiyu thank you for the helpful comments. This should all be fixed in the both the paper and main branch.

niyiyu commented 6 days ago

@editorialbot generate pdf

editorialbot commented 6 days ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

niyiyu commented 3 days ago

Thanks for the updates. The equation is still not rendering thought. Other than that I don't have any concerns and will recommend for accepting. @Nikoleta-v3

kellino commented 3 days ago

Thank you @niyiyu. The equation should be rendering correctly now, as of the most recent commit https://github.com/kellino/DiscreteEntropy.jl/commit/ed5577923c3b5659a881701c0deb1329fa86b0b2