ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.
We (and by we I mean you) have done a good job with enterprise in terms of test coverage and documentation. However, we aren't releasing new versions and this package is not available on pypi.
I suggest 3 things to make this project more legit.
Commit to semantic versioning and release new tags accordingly (making a build and release action could make this easier)
Upload enterprise to pypi (would probably need to be called enterprise-pulsar)
Make a Docker image for enterprise that will allow a user to run a Jupyter notebook inside the container without having to install any dependencies (also would have a build and release target for this as an action)
I am willing to help with all of these things if you think they are worthwhile.
We (and by we I mean you) have done a good job with
enterprise
in terms of test coverage and documentation. However, we aren't releasing new versions and this package is not available on pypi.I suggest 3 things to make this project more legit.
enterprise
to pypi (would probably need to be calledenterprise-pulsar
)enterprise
that will allow a user to run a Jupyter notebook inside the container without having to install any dependencies (also would have a build and release target for this as an action)I am willing to help with all of these things if you think they are worthwhile.