openjournals / joss

The Journal of Open Source Software
https://joss.theoj.org
MIT License
1.56k stars 187 forks source link

JOSS pre-submission enquiry #373

Closed JoshKarpel closed 6 years ago

JoshKarpel commented 6 years ago

Project repository URL: https://github.com/JoshKarpel/idesolver

My software is a Python package for solving integro-differential equations of a fairly general form (see the proto-documentation in the repositories for more details). The algorithm is based on a technique described here. This kind of equation tends to pop up when dealing with systems whose current behavior depends on the history of their behavior. This package was written when my own research (in physics, on numerical quantum mechanics) needed the numerical solution of such an equation. It uses tools from numpy/scipy to implement the technique described in the paper above.

I want to check whether I satisfy the "Should be a significant contribution to the available open source software..." requirement. In particular, I'm concerned that my own contribution is not significant enough, since the technique is not novel. My own contributions are that I

Thanks in advance for any guidance you can provide!

kyleniemeyer commented 6 years ago

Hi @JoshKarpel, I definitely think your code is a substantial contribution, so please feel free to submit.

I took a quick look at your paper—it's on the right track, but could be a bit longer with some example uses, a bit more description of the method, etc.

JoshKarpel commented 6 years ago

Thanks for the guidance!