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
* Update csm plugins path in IsisPreferences (#5397)
* Update csm plugins path in IsisPreferences
* Update changelog
* Add trailing slash
* 8.1.0_RC2 version ticks
* Moved changelog entry
* 8.1.0_RC2 Updates (#5399)
* 8.2.0_RC2 updates
* Changes for 8.1.0_RC2 (#5387)
* Fix dependency formatting in meta.yaml
* Pin gsl, update docs
* Revert pin
* Pin gsl to 2.6
* Add 8.1.0_RC1 as separate code entry
* Update the urls for 8.0 entry
* Turn on python bindings to be installed during build
* Add back kakadu build
* Add pybindings changelog entry
* Revert "Changes for 8.1.0_RC2 (#5387)"
This reverts commit 7994454.
* Bump ALE to 0.10.0
* Update csm plugins path from CONDA_PREFIX to ISISROOT
* Set build num to 0, add back rc1 code entry
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ release.
35
35
36
36
## [Unreleased]
37
37
38
-
## [8.1.0] - 2023-12-08
38
+
## [8.1.0] - 2024-01-08
39
39
40
40
### Changed
41
41
- Cnetthinner has been refactored to be callable; old Makefile tests have been removed and replaced by gtests. Issue: [#5354](https://github.com/USGS-Astrogeology/ISIS3/issues/5354),
@@ -48,6 +48,8 @@ release.
48
48
outputsuffix, both, or neither for naming convention purposes. [#5162](https://github.com/DOI-USGS/ISIS3/pull/5162)
49
49
- Changed the default PCK load behavior to try and load mission specific PCKs, if that fails we default to the base PCKs [#5335](https://github.com/DOI-USGS/ISIS3/pull/5335)
50
50
- Disabled option to use web=true when running spiceinit with HRSC images. [#5223](https://github.com/DOI-USGS/ISIS3/issues/5223)
51
+
- Set build option `pybindings=ON` in `build.sh` to turn on python bindings. [#5389](https://github.com/DOI-USGS/ISIS3/pull/5389)
52
+
- Updated Ale to version 0.10.0 [#5399](https://github.com/DOI-USGS/ISIS3/pull/5399)
51
53
52
54
### Added
53
55
- Added rclone to run dependencies in meta.yaml [#5183](https://github.com/DOI-USGS/ISIS3/issues/5183)
@@ -64,6 +66,7 @@ release.
64
66
- Added ability to delegate calculation of nadir pointing to ALE [#5117](https://github.com/USGS-Astrogeology/ISIS3/issues/5117)
65
67
- Added --no-kernels flag to downloadIsisData [#5264](https://github.com/DOI-USGS/ISIS3/issues/5264)
66
68
- Added notice for depreciation to PvlObject::addLogGroup function which will be depreciated in favor of Application::appendAndLog(https://github.com/DOI-USGS/ISIS3/issues/5310)
69
+
- Added new csm plugins path to IsisPreferences [#5397](https://github.com/DOI-USGS/ISIS3/pull/5397)
0 commit comments