Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,8 @@ release. --> ## [Unreleased] ## [1.5.5]() ### Fixed - Fixed a bug in which read_ipf_str() returned a ValueError [#200](https://github.com/DOI-USGS/plio/issues/200) Loading code.json +43 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ "name": "plio", "organization": "U.S. Geological Survey", "description": "A planetary surface data input/output library written in Python.", "version": "v1.5.3", "version": "v1.5.5", "status": "Development", "permissions": { Loading @@ -59,7 +59,49 @@ } ] }, "homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest", "downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/v1.5.5/plio-v1.5.5.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.5.5/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/astrogeology/plio.git", "vcs": "git", "laborHours": 1000, "tags": [ "Planetary", "Remote Sensing", "Photogrammetry", "Data Processing" ], "languages": [ "python" ], "contact": { "name": "Dr. Jason Laura", "email": "jlaura@usgs.gov" }, "date": { "metadataLastUpdated": "2023-09-19" } }, { "name": "plio", "organization": "U.S. Geological Survey", "description": "A planetary surface data input/output library written in Python.", "version": "v1.5.3", "status": "Development", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC0-1.0", "URL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.5.3/LICENSE.md" } ] }, "homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest", "downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/v1.5.3/plio-v1.5.3.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.5.3/DISCLAIMER.md", Loading setup.py +1 −2 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.4', version = '1.5.5', author = "USGS Astrogeology", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), Loading Loading @@ -38,7 +38,6 @@ def setup_package(): "Development Status :: 5 - Production/Stable", "Topic :: Utilities", "License :: Public Domain", 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,8 @@ release. --> ## [Unreleased] ## [1.5.5]() ### Fixed - Fixed a bug in which read_ipf_str() returned a ValueError [#200](https://github.com/DOI-USGS/plio/issues/200) Loading
code.json +43 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ "name": "plio", "organization": "U.S. Geological Survey", "description": "A planetary surface data input/output library written in Python.", "version": "v1.5.3", "version": "v1.5.5", "status": "Development", "permissions": { Loading @@ -59,7 +59,49 @@ } ] }, "homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest", "downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/v1.5.5/plio-v1.5.5.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.5.5/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/astrogeology/plio.git", "vcs": "git", "laborHours": 1000, "tags": [ "Planetary", "Remote Sensing", "Photogrammetry", "Data Processing" ], "languages": [ "python" ], "contact": { "name": "Dr. Jason Laura", "email": "jlaura@usgs.gov" }, "date": { "metadataLastUpdated": "2023-09-19" } }, { "name": "plio", "organization": "U.S. Geological Survey", "description": "A planetary surface data input/output library written in Python.", "version": "v1.5.3", "status": "Development", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC0-1.0", "URL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.5.3/LICENSE.md" } ] }, "homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest", "downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/v1.5.3/plio-v1.5.3.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.5.3/DISCLAIMER.md", Loading
setup.py +1 −2 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.4', version = '1.5.5', author = "USGS Astrogeology", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), Loading Loading @@ -38,7 +38,6 @@ def setup_package(): "Development Status :: 5 - Production/Stable", "Topic :: Utilities", "License :: Public Domain", 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', Loading