Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,8 @@ release. ## [Unreleased] ## [1.5.1]() ### Fixed - Updated documentation string for `compute_covariance`. [#177](https://github.com/USGS-Astrogeology/plio/pull/177) - Improved performance of `to_isis`. [#181](https://github.com/USGS-Astrogeology/plio/issues/181) Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): setup( name = "plio", version = '1.5.0', version = '1.5.1', author = "USGS Astrogeology", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,8 @@ release. ## [Unreleased] ## [1.5.1]() ### Fixed - Updated documentation string for `compute_covariance`. [#177](https://github.com/USGS-Astrogeology/plio/pull/177) - Improved performance of `to_isis`. [#181](https://github.com/USGS-Astrogeology/plio/issues/181) Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): setup( name = "plio", version = '1.5.0', version = '1.5.1', author = "USGS Astrogeology", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), Loading