You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure testing for running tests with pytest, and set up CI.
- I set up a github workflow to run the tests with numpy >= 1.17 with Python versions 3.5, 3.6, 3.7 on ubuntu. That's enough to consider this task done. We can add more platforms later.
Change setup.py and anything else necessary so the version is visible wherever it is needed: in setup.py, as numpy_financial.__version__, etc.
- Done inbf4808c
Set up documentation (Sphinx, etc.)
- Documentation builds on each push to the master branch, and is available to view athttps://numpy.org/numpy-financial/
Upload package to PyPI; get feedback.
- Version 0.1.0 was uploaded to PyPI on October 10, 2019.
Release 1.0
After releasing 1.0, we can:
Add deprecation warnings to the financial functions in NumPy.
Transfer the open GitHub issues about the financial functions from the NumPy repo to this one.
Freeze the NumPy financial library. Direct all future issues and pull requests to this repo.
This is a rough "to do" list. The tasks probably need to be refined.
- Done in MAINT: Create the basic structure of the numpy_financial package. #1
- I set up a github workflow to run the tests with numpy >= 1.17 with Python versions 3.5, 3.6, 3.7 on ubuntu. That's enough to consider this task done. We can add more platforms later.
setup.pyand anything else necessary so the version is visible wherever it is needed: insetup.py, asnumpy_financial.__version__, etc.- Done in bf4808c
- Documentation builds on each push to the master branch, and is available to view at https://numpy.org/numpy-financial/
- Version 0.1.0 was uploaded to PyPI on October 10, 2019.
After releasing 1.0, we can: