Unverified Commit 5f15d0e0 authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

Updates for 4.4RC (#4238)

parent 2e98d819
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ Integrated Software for Imagers and Spectrometers Contributors
- Lee, Ella Mae
- Lee, Kaitlyn (United States Geological Survey, Astro Geology Science
  Center)
- Leggett, Rebecca (United States Geological Survey, Astro Geology
  Science Center)
- Mapel, Jesse (United States Geological Survey, Astro Geology Science
  Center)
- Milazzo, Moses
@@ -64,6 +66,8 @@ Integrated Software for Imagers and Spectrometers Contributors
- Sides, Stuart (United States Geological Survey, Astro Geology
  Science Center)
- Silva, Victor
- Stamile, Amy (United States Geological Survey, Astro Geology Science
  Center)
- Stapleton, Summer
- Stebenne, Andrew
- Sucharski, Tracie
+6 −2
Original line number Diff line number Diff line
@@ -30,12 +30,15 @@ update the Unreleased link so that it compares against the latest release tag.

## [Unreleased]

## [4.4.0] - 2021-01-05

### Added

- Added warning to ocams2isis about the model being out of date. [#4200](https://github.com/USGS-Astrogeology/ISIS3/issues/4200)
- Added documentation to lronaccal and lrowaccal to describe why there are negative DNs in I/F calibrated images. [#3860](https://github.com/USGS-Astrogeology/ISIS3/issues/3860)
- Update qview MeasureTool to add an option to calculate distances using RA/DEC and update qview to show DEC/RA rather than LAT/LON in lower-right corner [#3371](https://github.com/USGS-Astrogeology/ISIS3/issues/3371)
- Updated spiceinit so that a user can specify a shape model and use the spice web service without any errors. [#1986](https://github.com/USGS-Astrogeology/ISIS3/issues/1986)

### Fixed

- Fixed lrowaccal so required SPICE files are reported instead of continuing without them. [#4038](https://github.com/USGS-Astrogeology/ISIS3/issues/4038)
@@ -246,7 +249,8 @@ The unreleased comparison should always be
{REPO_NAME}/compare/{LAST_VERSION_TAG}...HEAD
-->

[unreleased]: https://github.com/USGS-Astrogeology/ISIS3/compare/4.3.0...HEAD
[unreleased]: https://github.com/USGS-Astrogeology/ISIS3/compare/4.4.0...HEAD
[4.4.0]: https://github.com/USGS-Astrogeology/ISIS3/compare/4.3.0...4.4.0
[4.3.0]: https://github.com/USGS-Astrogeology/ISIS3/compare/4.2.0...4.3.0
[4.2.0]: https://github.com/USGS-Astrogeology/ISIS3/compare/4.1.1...4.2.0
[4.1.1]: https://github.com/USGS-Astrogeology/ISIS3/compare/4.1.0...4.1.1
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ set(PACKAGE "ISIS")
set(PACKAGE_NAME       "USGS ISIS")

# Version number
set(VERSION            "4.3.0")
set(VERSION            "4.4.0")
string(REPLACE "." ";" VERSION_LIST ${VERSION})
list(GET VERSION_LIST 0 VERSION_MAJOR)
list(GET VERSION_LIST 1 VERSION_MINOR)
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#       A Public Release for ISIS3.6.1:                        {% set version = "3.6.1" %}
#       A Release Candidate for ISIS3.6.1:                     {% set version = "3.6.1_RC" %}
#       A custom build of ISIS3.6.1 for the CaSSIS mission:    {% set version = "3.6.1_cassis" %}
{% set version = "4.3.0_RC1" %}
{% set version = "4.4.0_RC1" %}

# This is the build number for the current version you are building. If this is the first build of
# this version, the build number will be 0. It is incremented by 1 with every consecutive build of