diff --git a/AUTHORS.rst b/AUTHORS.rst index 7d3314cbf4743469488ddc55fb6197f426ddc7f6..c3dcb831d847a8ed1e8fe04d763c96a684a12524 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 5a1f8f71f88e136c0e80790111a7b6e2deb6230d..79a578eb020cabf5e057687e42f78c84c11b039c 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 ecab96f3661d9ab560b7809cacacfe7d69907120..7dd35e4634822015b19b3c2597853bc1e8e5b4ff 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" } } ]