Commit c5fd8ae3 authored by ssides's avatar ssides Committed by Jesse Mapel
Browse files

Prepwork for 7.0.0 RC1

parent 8f4dc8ad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -110,6 +110,8 @@ Integrated Software for Imagers and Spectrometers Contributors
- Milazzo, Moses
- Miller, David
- Miller-Ribelin, Elizabeth
- Nelson, Gavin (United States Geological Survey, Astro Geology
  Science Center)
- Neubauer, Cole
- Oyama, Kim
- Paquette, Adam (United States Geological Survey, Astro Geology
+5 −1
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ release.

## [Unreleased]


## [7.0.0] - 2022-02-11

### Changed
- Disabled SURF algorithm for findfeatures, latest version of opencv no longer provides SURF as part of the base library [#3885](https://github.com/USGS-Astrogeology/ISIS3/issues/3885)
- Changed caminfo's parameter default values for MAXEMISSION and MAXINCIDENCE to be
@@ -349,7 +352,8 @@ The unreleased comparison should always be
{REPO_NAME}/compare/{LAST_VERSION_TAG}...HEAD
-->

[unreleased]: https://github.com/USGS-Astrogeology/ISIS3/compare/6.0.0...HEAD
[unreleased]: https://github.com/USGS-Astrogeology/ISIS3/compare/7.0.0...HEAD
[7.0.0]: https://github.com/USGS-Astrogeology/ISIS3/compare/6.0.0...7.0.0
[6.0.0]: https://github.com/USGS-Astrogeology/ISIS3/compare/5.0.2...6.0.0
[5.0.2]: https://github.com/USGS-Astrogeology/ISIS3/compare/5.0.1...5.0.2
[5.0.1]: https://github.com/USGS-Astrogeology/ISIS3/compare/5.0.0...5.0.1
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    },

    "homepageURL": "https://isis.astrogeology.usgs.gov",
    "downloadURL": "https://github.com/USGS-Astrogeology/ISIS3/archive/refs/tags/6.0.0_RC1.zip",
    "downloadURL": "https://github.com/USGS-Astrogeology/ISIS3/archive/refs/tags/7.0.0_RC1.zip",
    "disclaimerURL": "https://github.com/USGS-Astrogeology/ISIS3/blob/master/LICENSE.md",
    "repositoryURL": "https://github.com/USGS-Astrogeology/ISIS3/",
    "vcs": "git",
@@ -41,7 +41,7 @@
    },

    "date": {
      "metadataLastUpdated": "2021-08-10"
      "metadataLastUpdated": "2022-02-08"
    }
  }
]