From 85ad13e4e6432df1810d7ace4d6e5aff49ceaf00 Mon Sep 17 00:00:00 2001 From: Stuart Sides Date: Fri, 11 Feb 2022 14:09:03 -0700 Subject: [PATCH] 7.0 (#4798) * Add a list of browse records to the output rdr if they exist on the cube (#4774) * Converted TGO IngestReingest Category Test. (#4789) * Fixed disk trashing on input cube reads (#4793) * Prepwork for 7.0.0 RC1 * Cleaning up the Markdown a bit I saw that some sections had wrong section numbers as they were hardcoded instead of making use of Markdown's auto-numbering. I repaired the indents for auto-numbering to work in the first half of the document and didn't touch the 2nd half where things looked okay. * Fixed jigsaw observation mode (#4791) * Test modification * Added changelog * Revert "added custom target to copy over camera.plugin files on ninja install solves #3834 (#4769)" This reverts commit 2681ffe151a30e8c838b1dc54a2f878fe4c9522a. * updates for conda build of 7.0 (#4783) * xalan is required for ISIS, see cmakelists.txt (#4785) * Mac OS 11.6 local build fixes (#4788) * xalan is required for ISIS, see cmakelists.txt * Fix conda build for Mac 11.6 * Added log entry for #4793 (#4796) Co-authored-by: acpaquette Co-authored-by: Amy Stamile <74275278+amystamile-usgs@users.noreply.github.com> Co-authored-by: Michael Aye Co-authored-by: Jesse Mapel Co-authored-by: Jesse Mapel --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249809a4e7..14eaf0bf9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,7 +67,9 @@ Keywords when running CAMSTATS. [#3605](https://github.com/USGS-Astrogeology/IS - Fixed Maptrim failures when mode=both for PositiveWest longitude direction. [#4646](https://github.com/USGS-Astrogeology/ISIS3/issues/4646) - Fixed the Vesta target name not being translated properly in dawnfc2isis. [#4638](https://github.com/USGS-Astrogeology/ISIS3/issues/4638) - Fixed a bug where the measure residuals reported in the bundleout.txt file were incorrect. [#4655](https://github.com/USGS-Astrogeology/ISIS3/issues/4655) -- Fuxed a bug where jigsaw would raise an error when solving for framing camera pointing in observation mode. [#4686](https://github.com/USGS-Astrogeology/ISIS3/issues/4686) +- Fixed a bug where jigsaw would raise an error when solving for framing camera pointing in observation mode. [#4686](https://github.com/USGS-Astrogeology/ISIS3/issues/4686) +- Fixed slow runs of automos when the priority was BAND. [#4793](https://github.com/USGS-Astrogeology/ISIS3/pull/4793) + ## [6.0.0] - 2021-08-27