NEP 32 is accepted. Now the work begins...
NumPy devs, NEP 32 to remove the financial functions (https://numpy.org/neps/nep-0032-remove-financial-functions.html) has been accepted. The next step is to create the numpy-financial package that will replace them. The repository for the new package is https://github.com/numpy/numpy-financial. I have a work-in-progress pull request there to get the initial structure set up. Reviews of the PR would be helpful, as would contributions to set up Sphinx-based documentation, continuous integration, PyPI packaging, and anything else that goes into setting up a "proper" package. Any help would be greatly appreciated! Warren
On 9/27/19, Warren Weckesser <warren.weckesser@gmail.com> wrote:
NumPy devs,
NEP 32 to remove the financial functions (https://numpy.org/neps/nep-0032-remove-financial-functions.html) has been accepted.
CI gurus: the web page containing the rendered NEPs, https://numpy.org/neps/, has not updated since the pull request that changed the status of NEP 32 to Accepted was merged (https://github.com/numpy/numpy/pull/14600). Does something else need to be done to get that page to regenerate? Warren The next step is to create the numpy-financial package
that will replace them. The repository for the new package is https://github.com/numpy/numpy-financial.
I have a work-in-progress pull request there to get the initial structure set up. Reviews of the PR would be helpful, as would contributions to set up Sphinx-based documentation, continuous integration, PyPI packaging, and anything else that goes into setting up a "proper" package. Any help would be greatly appreciated!
Warren
On Sat, 2019-09-28 at 13:15 -0400, Warren Weckesser wrote:
On 9/27/19, Warren Weckesser <warren.weckesser@gmail.com> wrote:
NumPy devs,
NEP 32 to remove the financial functions (https://numpy.org/neps/nep-0032-remove-financial-functions.html) has been accepted.
CI gurus: the web page containing the rendered NEPs, https://numpy.org/neps/, has not updated since the pull request that changed the status of NEP 32 to Accepted was merged (https://github.com/numpy/numpy/pull/14600). Does something else need to be done to get that page to regenerate?
I pushed an empty commit to trigger deployment. That should happen automatically (as it does OK for the devdocs). I do not know why it does not work, and github did not yet answer my service request on it. - Sebastian
Warren
The next step is to create the numpy-financial package
that will replace them. The repository for the new package is https://github.com/numpy/numpy-financial.
I have a work-in-progress pull request there to get the initial structure set up. Reviews of the PR would be helpful, as would contributions to set up Sphinx-based documentation, continuous integration, PyPI packaging, and anything else that goes into setting up a "proper" package. Any help would be greatly appreciated!
Warren
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion
On 9/28/19, Sebastian Berg <sebastian@sipsolutions.net> wrote:
On Sat, 2019-09-28 at 13:15 -0400, Warren Weckesser wrote:
On 9/27/19, Warren Weckesser <warren.weckesser@gmail.com> wrote:
NumPy devs,
NEP 32 to remove the financial functions (https://numpy.org/neps/nep-0032-remove-financial-functions.html) has been accepted.
CI gurus: the web page containing the rendered NEPs, https://numpy.org/neps/, has not updated since the pull request that changed the status of NEP 32 to Accepted was merged (https://github.com/numpy/numpy/pull/14600). Does something else need to be done to get that page to regenerate?
I pushed an empty commit to trigger deployment. That should happen automatically (as it does OK for the devdocs). I do not know why it does not work, and github did not yet answer my service request on it.
Thanks Sebastian. The NEPs web page is updated now. Warren
- Sebastian
Warren
The next step is to create the numpy-financial package
that will replace them. The repository for the new package is https://github.com/numpy/numpy-financial.
I have a work-in-progress pull request there to get the initial structure set up. Reviews of the PR would be helpful, as would contributions to set up Sphinx-based documentation, continuous integration, PyPI packaging, and anything else that goes into setting up a "proper" package. Any help would be greatly appreciated!
Warren
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion
participants (2)
-
Sebastian Berg
-
Warren Weckesser