You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Disable HRSC from spice server (#5270)
* Disable HRSC from spice server
* added docs
* Added test
* added changelog
* Update spiceinit URL (#5431)
* Update spiceinit URL
* added changelog
* Removed capital E that caused an error (#5466)
* Removed capital E that caused an error
* Updated changelog
* Updated references to isis_version.txt (#5464)
* Updated references to isis_version.txt
* Updated changelog
* Removed IrregularBodyCameraGroundMap.truth file. (#5462)
* Removed IrregularBodyCameraGroundMap.truth file. Had neglected to do so in original Tagcams instrument import PR. Addresses #5461.
* Changelog entry for removal of IrregularBodyCameraGroundMap truth file. Addresses #5461.
* Update HistogramTool to better support high dynamic range images (#5445)
* Updated histogram to create bin size based on dynamic range of window instead of full image
* Updated changelog
* Changed 'version' filename to honor reserved keyword. (#5434)
* Changed 'version' filename to honor cmake reserved keyword.
Changed 'version' filename to isis_version.txt. 'version' is a reserved
keyword in cmake. Additionally, the extension should prevent this file
from being compiled as source, and eliminate the recompilation error.
* Updated changelog
* Reverted accidental change to version
* Updated version file name
* Fixed noproj bug where missing shapemodel-related keywords (RayTraceEngine, BulletParts, Tolerance) are dropped when the output label is created. (#5378)
* Fixed noproj bug where missing shapemodel-related keywords (RayTraceEngine, BulletParts, Tolerance) are dropped when the output label is created. This resulted in the Bullet collision detection engine not being used. Addresses #5377.
* Per review, moved changelog entry to the Unreleased section. Addresses #5377.
* Fixed bug in noproj where some temporary files were not deleted after completion (#5403)
* Fixed noproj bug where some temporary files were not cleaned up (deleted) after call to cam2cam. Also reworked how these temporary files are identified. Addresses #4813.
* Added copyright statement at top of source and header files. Addresses #4813.
* Fixed Underscore Env Var Expansion (#5402)
* Fixed env var expansion to include underscores
* Added test to cover change
* Added changelog entry
* Renamed tests
* Fixes match cube default to NULL (#5429)
* Updated rclone.conf to point to naif archived kernels (#5442)
* naif source includes /pub/naif, _naifkernels point to archived locations if available
* https for naif
* naif kernel fix description in changelog
* Fits Import fix (#5469)
* Fixed FitsToJson subprocess error
* Added changelog entry
* Update Hayabusa2 translation (#5433)
* Add spacecraft name trn
* Update changelog
* Added hyb2onc2isis test
---------
Co-authored-by: Kelvin Rodriguez <[email protected]>
* Added Code.json entry
* Update CHANGELOG.md
* Update version in meta.yaml
* Update version in CMakeLists.txt
---------
Co-authored-by: Amy Stamile <[email protected]>
Co-authored-by: Austin Sanders <[email protected]>
Co-authored-by: kledmundson <[email protected]>
Co-authored-by: Jacob Cain <[email protected]>
Co-authored-by: Christine Kim <[email protected]>
Co-authored-by: Kelvin Rodriguez <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,34 @@ release.
35
35
36
36
## [Unreleased]
37
37
38
+
## [8.0.3] - 2023-04-18
39
+
40
+
### Changed
41
+
- Disabled option to use web=true when running spiceinit with HRSC images. [#5223](https://github.com/DOI-USGS/ISIS3/issues/5223)
42
+
- Changed the default spiceinit url to https://astrogeology.usgs.gov/apis/ale/v0.9.1/spiceserver/ and added deprecation warning for use of https://services.isis.astrogeology.usgs.gov/cgi-bin/spiceinit.cgi url. [#5327](https://github.com/USGS-Astrogeology/ISIS3/issues/5327)
43
+
44
+
### Fixed
45
+
- Fixed a bug in which capital E was problematic for OSX / Ubuntu [#5466](https://github.com/DOI-USGS/ISIS3/pull/5466)
46
+
- Fixed bug in which not all references to 'version' file were replaced with new 'isis_version.txt' file [#5374](https://github.com/DOI-USGS/ISIS3/issues/5374)
47
+
- Fixed a bug in which the IrregularBodyCameraGroundMap unit test was removed but not the associated truth file. [#5461](https://github.com/DOI-USGS/ISIS3/issues/5461)
48
+
- Fixed a bug in which the histogram tool used the entire image to calculate bin size, which caused an issue with high dynamic range images. [#5371](https://github.com/DOI-USGS/ISIS3/issues/5371)
49
+
- Fixed a bug in which 'version' file was compiled as source and prevented subsequent ISIS recompilation [#5374](https://github.com/DOI-USGS/ISIS3/issues/5374)
50
+
- Fixed <i>noproj</i> bug where some temporary files were not deleted after call to cam2cam. Issue: [#4813](https://github.com/USGS-Astrogeology/ISIS3/issues/4813)
51
+
- Fixed <i>noproj</i> bug where missing shapemodel-related keywords (RayTraceEngine, BulletParts, Tolerance) are dropped when the output label is created. This resulted in the Bullet collision detection engine not being used. Issue: [#5377](https://github.com/USGS-Astrogeology/ISIS3/issues/5377)
52
+
- Fixed ISIS failing to expand env variables with an "_" in them. [#5402](https://github.com/DOI-USGS/ISIS3/pull/5402)
53
+
- Fixed <i>noproj</i> bug where match cube not NULL when not specifying MATCH parameter [#5381](https://github.com/USGS-Astrogeology/ISIS3/issues/5381)
54
+
- Fixed rclone.conf/downloadIsisData pointing to old naif kernel location, updated to archived locations and https [5394](https://github.com/DOI-USGS/ISIS3/issues/5394)
55
+
- Fixed a parsing error in FitsToJson when an empty comment was reached. [#5469](https://github.com/DOI-USGS/ISIS3/pull/5469)
56
+
57
+
### Added
58
+
- Added new Hayabusa2 translation for `SpacecraftName` to accept `HAYABUSA2`[#5395](https://github.com/DOI-USGS/ISIS3/issues/5395)
59
+
38
60
## [8.0.2] - 2023-12-05
39
61
### Changed
40
62
- Cnetedit has been refactored to be callable; old Makefile tests have been removed and replaced by gtests. Issue: [#5346](https://github.com/USGS-Astrogeology/ISIS3/issues/5346),
41
63
- Cnetdiff has been refactored to be callable; old Makefile tests have been removed and replaced by gtests. Issue: [#5322](https://github.com/USGS-Astrogeology/ISIS3/issues/5322),
42
64
### Fixed
43
-
- Bug fix for Cnetthinner app resolving divide by zero in CnetManager.cpp. Issue: [#5354](https://github.com/USGS-Astrogeology/ISIS3/issues/5354),
65
+
- Bug fix for Cnetthinner app resolving divide by zero in CnetManager.cpp. Issue: [#5354](https://github.com/USGS-Astrogeology/ISIS3/issues/5354)
44
66
- Updated photomet MinnaertEmpirical model to support photemplate-style PVL format [#3621](https://github.com/DOI-USGS/ISIS3/issues/3621)
45
67
- Fixed target name translation for any dawn images with target "4 CERES" [#5294](https://github.com/DOI-USGS/ISIS3/pull/5294)
46
68
- Fixed exception pop ups in qview when viewing images created using the CSM Camera [#5259](https://github.com/DOI-USGS/ISIS3/pull/5295/files)
0 commit comments