Unverified Commit 3f527ce4 authored by Austin Sanders's avatar Austin Sanders Committed by GitHub
Browse files

Updated for 8.0.0 RC release candidate (#5191)

* Updated for 8.0.0 RC release

* Updated for version 8.0.0 release
parent d0a8d9aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,7 @@
    {
      "name": "Jia, Bojun",
      "orcid": "0000-0001-7218-6746"
    },
    }
  ],
  "title": "Integrated Software for Imagers and Spectrometers",
  "description": "A software library and set of tools to support ingestion, processing, and analysis of planetary science data.",
+4 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ Integrated Software for Imagers and Spectrometers Contributors
- Goins, Adam
- Gregg, Verna
- Hahn, Marjorie
- Hanson, Lavender
- Hare, Trent (United States Geological Survey, Astro Geology Science
  Center)
- Harvey, Rae
@@ -79,6 +80,7 @@ Integrated Software for Imagers and Spectrometers Contributors
- Humphrey, Ian
- Isbell, Chris
- Jensen, Paul (University of Colorado)
- Jia, Bojun
- Johnson, Jeff
- Jones, Mike (University of Colorado)
- Kamp, Lucas (Oxford University)
@@ -86,6 +88,8 @@ Integrated Software for Imagers and Spectrometers Contributors
- Keszthelyi, Laszlo (United States Geological Survey, Astro Geology
  Science Center)
- Kieffer, Hugh
- Kim, Christine (United States Geological Survey, Astro Geology
  Science Center)
- Kirk, Randy (United States Geological Survey, Astro Geology Science
  Center)
- Koechle, Steven
+13 −0
Original line number Diff line number Diff line
@@ -35,6 +35,18 @@ release.

## [Unreleased]

### Changed

### Added

### Deprecated

### Removed

### Fixed

## [8.0.0] - 2023-04-19

### Changed
- Updated download location for Dawn source files to include updated pck from HAMO Dawn mosaic [#4001](https://github.com/USGS-Astrogeology/ISIS3/issues/4001)
- Pinned cspice version to 67 [#5083](https://github.com/USGS-Astrogeology/ISIS3/issues/5083) 
@@ -43,6 +55,7 @@ release.

### Added
- Instructions on setting `channel_priority=flexible` for isis environment manually during installation [#5158](https://github.com/DOI-USGS/ISIS3/issues/5158)
- Added additional filters to downloadIsisData to reduce download of extraneous kernels [#5143](https://github.com/DOI-USGS/ISIS3/issues/5143) 

### Deprecated

+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
    "name": "ISIS3",
    "organization": "U.S. Geological Survey",
    "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
    "version": "7.1.0",
    "version": "8.0.0",
    "status": "Production",

    "permissions": {
@@ -85,7 +85,7 @@
    },

    "date": {
      "metadataLastUpdated": "2022-02-08"
      "metadataLastUpdated": "2023-04-19"
    }
  }
]