Submitting author: @dfm (Daniel Foreman-Mackey)
Repository: https://github.com/dfm/emcee
Version: v3.0.2
Editor: @xuanxu
Reviewer: @benjaminrose, @mattpitkin
Archive: 10.5281/zenodo.3543502
Status badge code:
HTML: <a href="https://joss.theoj.org/papers/d759becba430a700633694389bd021a4"><img src="https://joss.theoj.org/papers/d759becba430a700633694389bd021a4/status.svg"></a>
Markdown: [](https://joss.theoj.org/papers/d759becba430a700633694389bd021a4)
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.)
@benjaminrose & @mattpitkin, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @xuanxu know.
โจ Please try and complete your review in the next two weeks โจ
Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @benjaminrose, @mattpitkin it looks like you're currently assigned to review 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:
For a list of things I can do to help you, just type:
@whedon commands
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@dfm @mattpitkin, @benjaminrose : this is the review thread for the paper. All of our communications will happen here from now on.
Both reviewers have checklists at the top of this thread with the JOSS requirements. As you go over the submission, please check any items that you feel have been satisfied. There are also 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 openjournals/joss-reviews#1864
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 Whedon (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 (@xuanxu) if you have any questions/concerns.
@dfm, it looks via conda-forge
emcee
is only at version 2.2.1. Do you have a plan to update conda-forge
to version 3?
@benjaminrose: really? It looks like 3.0.0 to me: https://anaconda.org/conda-forge/emcee and that's what I get with:
conda install -c conda-forge emcee
Is that not what you get?
@dfm After further testing, it appears to be some conflict with Python 3.8 and conda
. When I switched to an environment running Python 3.7.3 (or install via pip
) everything works as expected. This is odd, but appears to not be an issue with emcee
.
Ah yes - I think that conda-forge is just getting up to speed on 3.8. Should be there soon! Thanks!
Overall, this is a great software package and I am eager to see it published in JOSS. I do have a few things to discuss before the paper is finalized.
emcee
. I just wanted to be candid.Contributing.md
is great. In the documents, there is just a one sentance about using GitHub issues. I think it would be helpful to add a link to both the users mailing list and the Contribuing.md
file in the offical docs.I think this is a great project and once we finalize the authors and the best way to inform users about contributing, I will be happy to endurance this paper for publication.
@benjaminrose: Thanks for this feedback! Do you think that the MPI issues were a problem with emcee/schwimmbad or something else? If the former, please open an issue and let's get it figured out!
I've updated the docs to include some words about deprecations and a bit more info about contributing.
As for authors: the current master branch version of the manuscript has all of the authors from the issue, but I'll make one more call for co-authorship requests before finalizing the list if that's ok!
Let me know if there's anything else and thanks again!
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@dfm these changes look great! I think my MPI issues stem mostly from my lack of experience and not an issue with emcee
.
Sorry for my delay. I'll be able to complete my review by the end of the week.
Hi @dfm, would you be able to update the references to include more DOIs and a link to the kombine github page or doc page? I think the following are correct:
Installation works well, but the conda install gives v3.0.0, whereas pip gives v3.0.1. I'm just curious as to why the conda-forge feedstock is not autoupdating to find the latest PyPI version?
The documentation for emcee is excellent, and is a great resource. All the examples work exactly as expected (I know it's to be expected, but setting the Numpy random seed means I get spookily identical plots when running the example codes). Just a couple of points, one bigger than the other:
@mattpitkin: Thanks! I've added those DOIs and a link for kombine. I also merged the pull request to conda-forge so it'll be up to date shortly.
Those points are also both good. I'll add those too. Thanks!
Could you add a link to the CONTRIBUTING.md file in the "How to Use This Guide" section of the docs?
Could you add a link to the CONTRIBUTING.md file in the "How to Use This Guide" section of the docs?
It is in the introduction of the latest version of the docs: https://emcee.readthedocs.io/en/latest/, but adding it there would also be good.
Could you add a link to the CONTRIBUTING.md file in the "How to Use This Guide" section of the docs?
It is in the introduction of the latest version of the docs: https://emcee.readthedocs.io/en/latest/, but adding it there would also be good.
Ah, yes. Very good. I was just looking at the stable version.
When the Moves example is added I'm happy to sign off the review. All boxes are ticked.
I was just trying to run the tests (based on emcee-3.0.2.dev21+gba05c7f
), after installing from source, and I get a range of errors starting:
(emcee_pip) matthew@work:~/repositories/emcee$ pytest -v src/emcee/tests
============================= test session starts ==============================
platform linux -- Python 3.7.5, pytest-5.2.2, py-1.8.0, pluggy-0.13.0 -- /home/matthew/miniconda2/envs/emcee_pip/bin/python
cachedir: .pytest_cache
rootdir: /home/matthew/repositories/emcee
collected 0 items / 14 errors
==================================== ERRORS ====================================
___________ ERROR collecting src/emcee/tests/integration/test_de.py ____________
ImportError while importing test module '/home/matthew/repositories/emcee/src/emcee/tests/integration/test_de.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
src/emcee/__init__.py:22: in <module>
from .emcee_version import __version__ # isort:skip
E ModuleNotFoundError: No module named 'emcee.emcee_version'
Have you come across this before?
It looks like an emcee_version.py
file is expected in src/emcee
, but isn't present. Should this be getting created during the setup?
Yes - there was a typo in the source install docs! I just fixed it, but the basic change is that you need to run:
pip install -e .
or
python setup.py develop
so that that file is written in place. Good catch!
Great, it's worked now and all tests pass :smile: :tada:
@mattpitkin: I've added the note about autograd and a tutorial demonstrating the moves interface. Let me know if you have any comments or questions!
@mattpitkin: I've added the note about autograd and a tutorial demonstrating the moves interface. Let me know if you have any comments or questions!
Great, that looks very good to me.
@xuanxu - I'm happy to sign-off the review.
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@whedon check references
Attempting to check references...
```Reference check summary:
OK DOIs
MISSING DOIs
INVALID DOIs
OK @dfm, everything looks good, here are the next steps:
Once you do that please report here the Zenodo DOI.
Thanks all!!
The new DOI is: 10.5281/zenodo.3543502
I've also pushed the update to PyPI and it'll be on conda-forge in the next few days.
@whedon set v3.0.2 as version
OK. v3.0.2 is the version.
@whedon set 10.5281/zenodo.3543502 as archive
OK. 10.5281/zenodo.3543502 is the archive.
Everything looks ready.
Pinging @openjournals/joss-eics for final processing
@dfm -- A few small items to address:
{}
in the article title @labarba: Thanks! Good catches. I've updated the manuscript and BibTeX. Let me know if you have any other suggestions. Should I make another release with these changes?
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@whedon accept
Attempting dry run of processing paper acceptance...
```Reference check summary:
OK DOIs
MISSING DOIs
INVALID DOIs
Check final proof :point_right: https://github.com/openjournals/joss-papers/pull/1105
If the paper PDF and Crossref deposit XML look good in https://github.com/openjournals/joss-papers/pull/1105, then you can now move forward with accepting the submission by compiling again with the flag deposit=true
e.g.
@whedon accept deposit=true
@whedon accept deposit=true
Doing it live! Attempting automated processing of paper acceptance...
๐ฆ๐ฆ๐ฆ ๐ Tweet for this paper ๐ ๐ฆ๐ฆ๐ฆ
๐จ๐จ๐จ THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! ๐จ๐จ๐จ
Here's what you must now do:
Party like you just published a paper! ๐๐๐ฆ๐๐ป๐ค
Any issues? notify your editorial technical team...
Congratulations, @dfm, your JOSS paper is published! ๐
Sincere thanks to our editor: @xuanxu, and the reviewers: @benjaminrose, @mattpitkin โ we couldn't do this without you ๐
: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:
[](https://doi.org/10.21105/joss.01864)
HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.01864">
<img src="https://joss.theoj.org/papers/10.21105/joss.01864/status.svg" alt="DOI badge" >
</a>
reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.01864/status.svg
:target: https://doi.org/10.21105/joss.01864
This is how it will look in your documentation:
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: