Commit 0b4a4553 authored by Amy Stamile's avatar Amy Stamile Committed by acpaquette
Browse files

Update to Ale 0.9.0 (#5209)



* Update to Ale 0.9.0

* Updated to ALE 0.9.1

* Updated changelog

---------

Co-authored-by: default avataracpaquette <acpaquette@usgs.gov>
parent 0dc8149f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ release.
- Pinned cspice version to 67 [#5083](https://github.com/USGS-Astrogeology/ISIS3/issues/5083) 
- Changed the `rsync` related commands in the ISIS SPICE Web Service document to `downloadIsisData` command
- Updated Geos from version 3.7 to 3.9 [#3627](https://github.com/DOI-USGS/ISIS3/issues/3627)
- Updated Ale to version 0.9.1 [#5209](https://github.com/DOI-USGS/ISIS3/pull/5209)

### Added
- Instructions on setting `channel_priority=flexible` for isis environment manually during installation [#5158](https://github.com/DOI-USGS/ISIS3/issues/5158)
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ channels:
  - defaults

dependencies:
  - ale=0.8.6
  - ale=0.9.1
  - armadillo
  - boost=1.72
  - boost-cpp=1.72
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ namespace Isis {
          json props;
          props["kernels"] = kernel_pvl.str();

          isd = ale::load(lab.fileName().toStdString(), props.dump(), "ale", false);
          isd = ale::load(lab.fileName().toStdString(), props.dump(), "ale", false, false, true);
        }

        json aleNaifKeywords = isd["naif_keywords"];
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,8 @@ build:
# Shotgun strat on requirements until we can narrow them down
requirements:
  build:
   - ale=0.8.6
   - ale=0.9.1
   - aom
   - armadillo
   - boost=1.72
   - boost-cpp=1.72