CSU-Radarmet / CSU_RadarTools

A module of independent functions to do precipitation retrievals from polarimetric radar data
GNU General Public License v2.0
88 stars 43 forks source link

Further fix/improve setup.py, add RELEASE.md, update README and CHANGELOG, and final cleanup for release #62

Closed CAM-Gerlach closed 5 years ago

CAM-Gerlach commented 5 years ago

A variety of final minor changes to prepare the package for its full PyPI and conda-forge release.

I quickly realized the issue we ran into attempting to install it off Test PyPI was simply due to the same not having the correct packages, since it was merely the test repo. This can be fixed in the future by simply doing pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple csu_radartools as the test install command to grab both.

However, I did find a number of active or potential issues as far as packaging is concerned that I did fix. Also, I added a RELEASE.md with release instructions that you should follow after merging this PR to formally release it on PyPI. Finally, I fixed, updated and enhanced the package README, updated the CHANGELOG with all the latest changes, and did a few other minor fixes/cleanup.

tjlang commented 5 years ago

Thanks a bunch for doing this! I will work on creating the pip/conda distributions.