Commit 12430a64 authored by Christine Kim's avatar Christine Kim
Browse files

Update docs

parent 214c4c64
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -35,11 +35,7 @@ release.

## [Unreleased]

### Fixed
- Fixed a bug in QVIEW's Stretch tool where the default min/max type was not an available option [#5289](https://github.com/DOI-USGS/ISIS3/issues/5289)
- Fixed a bug in QVIEW where images would double load if loaded from the commandline [#5505](https://github.com/DOI-USGS/ISIS3/pull/5505)

## [8.2.0] - 2024-04-18
## [8.2.0] - 2024-06-18

### Changed
- Changed the default spiceinit url to https://astrogeology.usgs.gov/apis/ale/v0.9.1/spiceserver/ and added deprecation warning for use of https://services.isis.astrogeology.usgs.gov/cgi-bin/spiceinit.cgi url. [#5327](https://github.com/USGS-Astrogeology/ISIS3/issues/5327)
@@ -59,6 +55,9 @@ release.
- Fixed rclone.conf/downloadIsisData pointing to old naif kernel location, updated to archived locations and https [5394](https://github.com/DOI-USGS/ISIS3/issues/5394)
- Fixed a parsing error in FitsToJson when an empty comment was reached. [#5469](https://github.com/DOI-USGS/ISIS3/pull/5469)
- Fixed TrackTool, FindTool, and AdvancedTrackTool not reporting RA and DEC for images targeting the Sky. [#5409](https://github.com/DOI-USGS/ISIS3/pull/5409)
- Fixed a bug in QVIEW's Stretch tool where the default min/max type was not an available option [#5289](https://github.com/DOI-USGS/ISIS3/issues/5289)
- Fixed a bug in QVIEW where images would double load if loaded from the commandline [#5505](https://github.com/DOI-USGS/ISIS3/pull/5505)
- Fixed <i>noproj</i> bug where segfault occurs if match cube is provided [#5507](https://github.com/DOI-USGS/ISIS3/pull/5507)

### Added
- Added 8 new functions to the Sensor Utility Library: Slant Distance, Target Center Distance, Right Ascension Declination, Local Solar Time, Line Resolution, Sample Resolution, Pixel Resolution, and Solar Longitude.
+7 −7
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": "8.2.0_RC1",
    "version": "8.2.0_RC2",
    "status": "Production",

    "permissions": {
@@ -55,14 +55,14 @@
      "licenses": [
        {
          "name": "Public Domain, CC0-1.0",
          "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0_RC1/LICENSE.md"
          "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0_RC2/LICENSE.md"
        }
      ]
    },

    "homepageURL": "https://isis.astrogeology.usgs.gov",
    "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.2.0_RC1/8.2.0_RC1.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0_RC1/DISCLAIMER.md",
    "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.2.0_RC2/8.2.0_RC2.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0_RC2/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
    "vcs": "git",

@@ -80,12 +80,12 @@
    ],

    "contact": {
      "name": "Adam Paquette",
      "email": "acpaquette@usgs.gov"
      "name": "Christine Kim",
      "email": "chkim@usgs.gov"
    },

    "date": {
      "metadataLastUpdated": "2024-04-19"
      "metadataLastUpdated": "2024-06-18"
    }
  }
]
+4 −4
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

package:
  name: isis
  version: {{ version }}.0_RC1
  version: {{ version }}.0_RC2

source:
  git_url: 'https://github.com/DOI-USGS/ISIS3.git'
@@ -45,7 +45,7 @@ build:
# Shotgun strat on requirements until we can narrow them down
requirements:
  build:
   - ale =0.10.0
   - ale =0.10.0,<1
   - aom
   - armadillo
   - boost >=1.72.0,<2
@@ -95,8 +95,8 @@ requirements:
   - pcl >=1.10,<2
   - plio
   - protobuf
   - python >=3.11
   - python_abi >=3.11
   - python =3.12
   - python_abi =3.12
   - pytest
   - rclone
   - qhull