ISIS 8.1.0 Release Candidate 1 is now available #5375
chkim-usgs
started this conversation in
General
Replies: 1 comment
-
Seems the python bindings were not installed. https://github.com/DOI-USGS/ISIS3/blob/dev/recipe/build.sh#L4C1-L5C1 Needs to change such that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to install or update to 8.1.0_RC1
Installation instructions of ISIS can be found in the README on our github page .
If you already have a version of ISIS 4.0.0 or later installed in an anaconda environment, you can update to 8.0.2 by activating your existing isis conda environment and running
conda update -c "usgs-astrogeology/label/RC" isis=8.1.0_RC1
.How to get access to 8.1.0_RC1 at the ASC
The new process proposed in the internal RFC is now in full effect. Please review the process of using anaconda environments to activate isis here.
Once a version of conda is active, run the command:
conda activate isis8.1.0-RC1
to use this newest version of ISIS.Changes for 8.1.0_RC1
Changed
.py
extention from the isisdataeval toolisisdata_mockup
for consistency and install it in $ISISROOT/bin; added the--tojson
and--hasher
option to isisdata_mockup tool improve utility; updated the toolREADME.md
documentation to reflect this change, removed help output and trimmed example results; fixed paths to test data inmake_isisdata_mockup.sh
. #5163outputsuffix, both, or neither for naming convention purposes. #5162
Added
override the timestamp style naming convention of the output cube with their
own name; if not specified retains existing behavior #5125
PvlObject
classesaddLogGroup
function #5310)Fixed
Notes
The following operating systems are supported for this release:
(Other Linux/macOS variants may be able to run this release, but are not officially supported.)
If you find a problem with this release, please create an issue on our github issues page
Beta Was this translation helpful? Give feedback.
All reactions