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
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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.
+45 −1
Original line number Original line Diff line number Diff line
@@ -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.",
+1 −1
Original line number Original line Diff line number Diff line
@@ -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."),
+3 −3

File changed.

Contains only whitespace changes.