From c5fd8ae34e45e8a332a15c14a6af0e2d7d9979ca Mon Sep 17 00:00:00 2001 From: ssides Date: Tue, 8 Feb 2022 17:06:48 -0700 Subject: [PATCH] Prepwork for 7.0.0 RC1 --- AUTHORS.rst | 2 ++ CHANGELOG.md | 6 +++++- code.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 7d3314cbf4..c3dcb831d8 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1f8f71f8..79a578eb02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/code.json b/code.json index ecab96f366..7dd35e4634 100644 --- a/code.json +++ b/code.json @@ -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" } } ] -- GitLab