Danhickstein
Danhickstein
We should make a better release checklist in this section of the CONTRIBUTING.rst file: https://github.com/PyAbel/PyAbel/blob/master/CONTRIBUTING.rst#releasing-on-pypi Something like: **Releasing a new version** First, make a PR that does the following: -...
In #323, we enabled testing on MacOS. But, it's currently only Python 2.7, and it would be good to test on Python 3. Also, while we are doing this, we...
This is a follow-up to the discussion in #270. Discussion link https://github.com/PyAbel/PyAbel/pull/270#discussion_r401357196 Both the basex and rbasex method can accept regularization factors, which can be used to produce much lower...
It would be nice to implement one of the inverse Abel transform methods that uses a polar basis set to allow for smooth transforms of noisy data. [Polar onion peeling...
When we build the direct-C Cython code, we get some warnings. Some of these can probably be fixed: 
This is a placeholder issue, following the discussion here: https://github.com/PyAbel/PyAbel/pull/260#issuecomment-516192392 Basically, PyAbel will currently load basis sets without checking when they were generated. If a user generates basis sets with...
As @stggh pointed out in https://github.com/PyAbel/PyAbel/pull/219#issuecomment-411589779, support for Python2 is ending in 2020. As much as I hate to see it go, it seems that it's death is certain, and...
Following up on #286, I tried looking at our documentation while putting myself in the shoes of a new user. Mainly, I was concerned with this: how would I find...
Following up on #268, we have a lot of PEP8 violations in the PyAbel code base. We don't need to fix all of these at once, but we should try...
Currently, we are having readthedocs.org build the documentation for each PR and, if there are any warnings, the build fails immediately. This is a good thing, because it ensures that...