Skip to content

Commit 5ff86a3

Browse files
authoredDec 11, 2023
Release changes for 8.1 (part 2) (#5372)
* 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
1 parent acdbd7d commit 5ff86a3

File tree

3 files changed

+49
-5
lines changed

3 files changed

+49
-5
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ release.
3535

3636
## [Unreleased]
3737

38-
## [8.1.0] - 2023-12-05
38+
## [8.1.0] - 2023-12-08
3939

4040
### Changed
4141
- 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),

‎code.json

+47-3
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
"licenses": [
5656
{
5757
"name": "Public Domain, CC0-1.0",
58-
"URL": "https://code.usgs.gov/astrogeology/isis/-/raw/7.1.0/LICENSE.md"
58+
"URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.0.0/LICENSE.md"
5959
}
6060
]
6161
},
6262

6363
"homepageURL": "https://isis.astrogeology.usgs.gov",
64-
"downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/7.1.0/isis-7.1.0.zip",
65-
"disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/7.1.0/DISCLAIMER.md",
64+
"downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.0.0/isis-8.0.0.zip",
65+
"disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.0.0/DISCLAIMER.md",
6666
"repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
6767
"vcs": "git",
6868

@@ -87,5 +87,49 @@
8787
"date": {
8888
"metadataLastUpdated": "2023-04-19"
8989
}
90+
},{
91+
"name": "ISIS3",
92+
"organization": "U.S. Geological Survey",
93+
"description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
94+
"version": "8.1.0_RC1",
95+
"status": "Production",
96+
97+
"permissions": {
98+
"usageType": "openSource",
99+
"licenses": [
100+
{
101+
"name": "Public Domain, CC0-1.0",
102+
"URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.1.0_RC1/LICENSE.md"
103+
}
104+
]
105+
},
106+
107+
"homepageURL": "https://isis.astrogeology.usgs.gov",
108+
"downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.1.0_RC1/8.1.0_RC1.zip",
109+
"disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.1.0_RC1/DISCLAIMER.md",
110+
"repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
111+
"vcs": "git",
112+
113+
"laborHours": 0,
114+
115+
"tags": [
116+
"Planetary",
117+
"Remote Sensing",
118+
"Photogrammetry",
119+
"Data Processing"
120+
],
121+
122+
"languages": [
123+
"C++"
124+
],
125+
126+
"contact": {
127+
"name": "Christine Kim",
128+
"email": "chkim@usgs.gov"
129+
},
130+
131+
"date": {
132+
"metadataLastUpdated": "2023-12-08"
133+
}
90134
}
91135
]

‎recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ requirements:
6767
- geotiff
6868
- gmp
6969
- graphviz
70-
- gsl>=2.6
70+
- gsl>=2.6,<2.7
7171
- hdf5
7272
- icu
7373
- inja

0 commit comments

Comments
 (0)
Please sign in to comment.