Skip to content
Snippets Groups Projects
Unverified Commit 73c05f9f authored by Christine Kim's avatar Christine Kim Committed by GitHub
Browse files

8.3.0 Release Prep (#5623)

* Update docs

* Update more docs
parent 22bd1097
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ release. ...@@ -35,7 +35,7 @@ release.
## [Unreleased] ## [Unreleased]
## [8.3.0] - 2024-08-16 ## [8.3.0] - 2024-09-30
### Added ### Added
- Added backplane options for SunIllumination and SurfaceObliqueDetectorResolution to phocube [#5467](https://github.com/DOI-USGS/ISIS3/issues/5467) - Added backplane options for SunIllumination and SurfaceObliqueDetectorResolution to phocube [#5467](https://github.com/DOI-USGS/ISIS3/issues/5467)
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
"name": "ISIS3", "name": "ISIS3",
"organization": "U.S. Geological Survey", "organization": "U.S. Geological Survey",
"description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)", "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
"version": "8.3.0_RC1", "version": "8.3.0",
"status": "Production", "status": "Production",
"permissions": { "permissions": {
...@@ -99,14 +99,14 @@ ...@@ -99,14 +99,14 @@
"licenses": [ "licenses": [
{ {
"name": "Public Domain, CC0-1.0", "name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0_RC1/LICENSE.md" "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/LICENSE.md"
} }
] ]
}, },
"homepageURL": "https://isis.astrogeology.usgs.gov", "homepageURL": "https://isis.astrogeology.usgs.gov",
"downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0_RC1/8.3.0_RC1.zip", "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0/8.3.0.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0_RC1/DISCLAIMER.md", "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/astrogeology/isis.git", "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
"vcs": "git", "vcs": "git",
...@@ -124,12 +124,12 @@ ...@@ -124,12 +124,12 @@
], ],
"contact": { "contact": {
"name": "Adam Paquette", "name": "Christine",
"email": "acpaquette@usgs.gov" "email": "chkim@usgs.gov"
}, },
"date": { "date": {
"metadataLastUpdated": "2024-08-16" "metadataLastUpdated": "2024-09-30"
} }
} }
] ]
...@@ -46,7 +46,7 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${VERSION}") ...@@ -46,7 +46,7 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${VERSION}")
# Other release information # Other release information
string(TIMESTAMP VERSION_DATE "%Y-%m-%d" UTC) string(TIMESTAMP VERSION_DATE "%Y-%m-%d" UTC)
set(RELEASE_STAGE "beta") # (alpha, beta, stable) set(RELEASE_STAGE "stable") # (alpha, beta, stable)
# Define to the address where bug reports for this package should be sent. # Define to the address where bug reports for this package should be sent.
set(PACKAGE_BUGREPORT "https://github.com/USGS-Astrogeology/ISIS3/issues") set(PACKAGE_BUGREPORT "https://github.com/USGS-Astrogeology/ISIS3/issues")
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
package: package:
name: isis name: isis
version: {{ version }}.0_RC1 version: {{ version }}.0
source: source:
git_url: 'https://github.com/DOI-USGS/ISIS3.git' git_url: 'https://github.com/DOI-USGS/ISIS3.git'
...@@ -58,7 +58,7 @@ requirements: ...@@ -58,7 +58,7 @@ requirements:
- cspice =67 - cspice =67
- csm >=3.0.3,<3.0.4 - csm >=3.0.3,<3.0.4
- curl >=8.4.0,<8.5 - curl >=8.4.0,<8.5
- cxx-compiler=1.1.2 - cxx-compiler=1.7
- doxygen - doxygen
- eigen >=3, <4 - eigen >=3, <4
- embree >=3, <4 - embree >=3, <4
...@@ -86,7 +86,7 @@ requirements: ...@@ -86,7 +86,7 @@ requirements:
- mysql - mysql
- mysql-connector-c - mysql-connector-c
- nanoflann <1.4 - nanoflann <1.4
- nlohmann_json - nlohmann_json=3.11.2
- ninja >=1.7.2,<1.8 - ninja >=1.7.2,<1.8
- nn - nn
- opencv >=4.7,<4.8 - opencv >=4.7,<4.8
...@@ -99,7 +99,7 @@ requirements: ...@@ -99,7 +99,7 @@ requirements:
- pytest - pytest
- rclone - rclone
- qhull - qhull
- qt-main=5.15.8 - qt-main >=5.15.8,<5.16
- qwt <6.3.0 - qwt <6.3.0
- sqlite >=3.46.0,<3.47 - sqlite >=3.46.0,<3.47
- suitesparse <7.7.0 - suitesparse <7.7.0
...@@ -107,6 +107,7 @@ requirements: ...@@ -107,6 +107,7 @@ requirements:
- swig - swig
- texlive-core - texlive-core
- tnt - tnt
- usgscsm >=2.0.2
- x264 - x264
- xalan-c - xalan-c
- xerces-c >=3.2.4,<3.3.0a0 - xerces-c >=3.2.4,<3.3.0a0
...@@ -115,7 +116,7 @@ requirements: ...@@ -115,7 +116,7 @@ requirements:
- xorg-libsm - xorg-libsm
- xorg-libx11 - xorg-libx11
- xorg-libxi - xorg-libxi
- zlib >=1.3,<1.4 - zlib >=1.3,<1.4.0a0
run: run:
- {{ pin_compatible('ale', max_pin='x.x.x') }} - {{ pin_compatible('ale', max_pin='x.x.x') }}
...@@ -160,7 +161,7 @@ requirements: ...@@ -160,7 +161,7 @@ requirements:
- {{ pin_compatible('proj', min_pin='x.x', max_pin='x.x') }} - {{ pin_compatible('proj', min_pin='x.x', max_pin='x.x') }}
- {{ pin_compatible('protobuf', max_pin='x.x') }} - {{ pin_compatible('protobuf', max_pin='x.x') }}
- qhull - qhull
- {{ pin_compatible('qt-main', max_pin='x.x') }} - {{ pin_compatible('qt-main', max_pin='x.x', min_pin="x.x") }}
- {{ pin_compatible('qwt', max_pin='x.x') }} - {{ pin_compatible('qwt', max_pin='x.x') }}
- rclone - rclone
- {{ pin_compatible('suitesparse', min_pin='x.x', max_pin='x.x') }} - {{ pin_compatible('suitesparse', min_pin='x.x', max_pin='x.x') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment