From 3f210e2da72d7e3846703c6c5c2a6fa7ebc2b353 Mon Sep 17 00:00:00 2001 From: Christine Kim <125395064+chkim-usgs@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:20:18 -0500 Subject: [PATCH] Update CHANGELOG.md and environment.yml (#5699) * Update CHANGELOG.md * Update environment.yml --- CHANGELOG.md | 6 +++--- environment.yml | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aee91fdc3..1530b840c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ release. ### Added -### Changed +### Changed ### Fixed - Fixed kaguyatc2isis invalid BandBin values [#5629](https://github.com/DOI-USGS/ISIS3/issues/5629) @@ -52,8 +52,9 @@ release. - Added Chandrayaan2 template for isisimport - Added majority replacement for reduce app [#5101](https://github.com/DOI-USGS/ISIS3/issues/5101). - Added HRSC support in socetlinescankeywords [#5465](https://github.com/DOI-USGS/ISIS3/issues/5465) +- Added option to save and apply bundle adjustment values in `jigsaw` [#4474](https://github.com/DOI-USGS/ISIS3/issues/4474) -### Changed +### Changed - Refactored the pixel2map app - Updated pixel2map documentation - Changed PVL parsing to no longer allow valueless keywords [#5573](https://github.com/DOI-USGS/ISIS3/pull/5573) @@ -105,7 +106,6 @@ file. Slightly modified the FunctionalTestJigsawBundleXYZ ctest accordingly. Iss - Fixed gllssi2isis to support V1.1 data [#5396](https://github.com/DOI-USGS/ISIS3/issues/5396) ### Added -- Added option to save and apply bundle adjustment values in `jigsaw` [#4474](https://github.com/DOI-USGS/ISIS3/issues/4474) - Added versioned default values to lrowacphomap's PHOALGO and PHOPARCUBE parameters and updated lrowacphomap to handle them properly. [#5452](https://github.com/DOI-USGS/ISIS3/pull/5452) ## [8.2.0] - 2024-04-18 diff --git a/environment.yml b/environment.yml index 9fca007e68..d0441833c7 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,6 @@ channels: - conda-forge - - defaults - + dependencies: - ale =0.10.0,<1 - aom -- GitLab