Skip to content
Snippets Groups Projects
Commit c5fd8ae3 authored by ssides's avatar ssides Committed by Jesse Mapel
Browse files

Prepwork for 7.0.0 RC1

parent 8f4dc8ad
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,8 @@ Integrated Software for Imagers and Spectrometers Contributors ...@@ -110,6 +110,8 @@ Integrated Software for Imagers and Spectrometers Contributors
- Milazzo, Moses - Milazzo, Moses
- Miller, David - Miller, David
- Miller-Ribelin, Elizabeth - Miller-Ribelin, Elizabeth
- Nelson, Gavin (United States Geological Survey, Astro Geology
Science Center)
- Neubauer, Cole - Neubauer, Cole
- Oyama, Kim - Oyama, Kim
- Paquette, Adam (United States Geological Survey, Astro Geology - Paquette, Adam (United States Geological Survey, Astro Geology
......
...@@ -35,6 +35,9 @@ release. ...@@ -35,6 +35,9 @@ release.
## [Unreleased] ## [Unreleased]
## [7.0.0] - 2022-02-11
### Changed ### 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) - 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 - Changed caminfo's parameter default values for MAXEMISSION and MAXINCIDENCE to be
...@@ -349,7 +352,8 @@ The unreleased comparison should always be ...@@ -349,7 +352,8 @@ The unreleased comparison should always be
{REPO_NAME}/compare/{LAST_VERSION_TAG}...HEAD {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 [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.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 [5.0.1]: https://github.com/USGS-Astrogeology/ISIS3/compare/5.0.0...5.0.1
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
"homepageURL": "https://isis.astrogeology.usgs.gov", "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", "disclaimerURL": "https://github.com/USGS-Astrogeology/ISIS3/blob/master/LICENSE.md",
"repositoryURL": "https://github.com/USGS-Astrogeology/ISIS3/", "repositoryURL": "https://github.com/USGS-Astrogeology/ISIS3/",
"vcs": "git", "vcs": "git",
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
}, },
"date": { "date": {
"metadataLastUpdated": "2021-08-10" "metadataLastUpdated": "2022-02-08"
} }
} }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment