Skip to content
Snippets Groups Projects
Unverified Commit f2a9c00d authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

1.6.0 release prep (#212)

* version bump

* ticked version

* version bump
parent 2fc704b1
No related branches found
Tags 1.6.0
No related merge requests found
...@@ -34,6 +34,9 @@ release. ...@@ -34,6 +34,9 @@ release.
--> -->
## [Unreleased] ## [Unreleased]
# [1.6.0]()
### Added ### Added
- Hard coded support for `csminit`ed cubes that have serial numbers that differ from `spiceinit`ed cubes. - Hard coded support for `csminit`ed cubes that have serial numbers that differ from `spiceinit`ed cubes.
- Added support for scale and offset for GeoDataset objects. - Added support for scale and offset for GeoDataset objects.
......
...@@ -86,7 +86,51 @@ ...@@ -86,7 +86,51 @@
"date": { "date": {
"metadataLastUpdated": "2023-09-19" "metadataLastUpdated": "2023-09-19"
} }
}, { },
{
"name": "plio",
"organization": "U.S. Geological Survey",
"description": "A planetary surface data input/output library written in Python.",
"version": "v1.6.0",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.6.0/LICENSE.md"
}
]
},
"homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest",
"downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/v1.6.0/plio-v1.6.0.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.6.0/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": "Kelvin Rodriguez",
"email": "krodriguez@usgs.gov"
},
"date": {
"metadataLastUpdated": "2023-02-23"
}
},
{
"name": "plio", "name": "plio",
"organization": "U.S. Geological Survey", "organization": "U.S. Geological Survey",
"description": "A planetary surface data input/output library written in Python.", "description": "A planetary surface data input/output library written in Python.",
......
...@@ -20,7 +20,7 @@ requirements: ...@@ -20,7 +20,7 @@ requirements:
- python - python
- setuptools - setuptools
- numpy - numpy
- pvl >= 1.3.0 - pvl>=1.3.0
- protobuf - protobuf
- icu - icu
- h5py - h5py
...@@ -35,7 +35,7 @@ requirements: ...@@ -35,7 +35,7 @@ requirements:
- python - python
- setuptools - setuptools
- numpy - numpy
- pvl >= 1.3.0 - pvl>=1.3.0
- protobuf - protobuf
- icu - icu
- h5py - h5py
...@@ -56,4 +56,4 @@ test: ...@@ -56,4 +56,4 @@ test:
about: about:
home: http://github.com/USGS-Astrogeology/plio home: http://github.com/USGS-Astrogeology/plio
license: Public Domain license: Public Domain
\ No newline at end of file
...@@ -8,7 +8,7 @@ with open('README.md', 'r') as f: ...@@ -8,7 +8,7 @@ with open('README.md', 'r') as f:
def setup_package(): def setup_package():
setup( setup(
name = "plio", name = "plio",
version = '1.5.5', version = '1.6.0',
author = "USGS Astrogeology", author = "USGS Astrogeology",
author_email = "jlaura@usgs.gov", author_email = "jlaura@usgs.gov",
description = ("I/O API to support planetary data formats."), description = ("I/O API to support planetary data formats."),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment