Skip to content

Commit

Permalink
USGSCSM 2.0.0 Release Prep (#472)
Browse files Browse the repository at this point in the history
* Update versions and changelog

* Add changelog header
  • Loading branch information
chkim-usgs authored Jan 5, 2024
1 parent 599851b commit d53161a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ release.

## [Unreleased]

## [2.0.0] - 2024-01-05

### Added
- Added support for the radial and tangential distortion model [#466](https://github.com/DOI-USGS/usgscsm/pull/466)

### Changed
- Made FrameSensor members public [#455](https://github.com/DOI-USGS/usgscsm/pull/455)
- Updated installation location [#467](https://github.com/DOI-USGS/usgscsm/pull/467)
- Updated ALE submodule [#470](https://github.com/DOI-USGS/usgscsm/pull/470)

### Fixed
- Fixed issue with radial distortion computation [#464](https://github.com/DOI-USGS/usgscsm/pull/464)
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(usgscsm VERSION 1.7.0 DESCRIPTION "usgscsm library")
project(usgscsm VERSION 2.0.0 DESCRIPTION "usgscsm library")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down
37 changes: 37 additions & 0 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,43 @@
"date": {
"metadataLastUpdated": "2023-02-23"
}
}, {
"name": "USGSCSM",
"organization": "U.S. Geological Survey",
"description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
"version": "2.0.0",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC-1.0",
"URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.0/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/2.0.0",
"downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/2.0.0/usgscsm-2.0.0.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/2.0.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git",
"vcs": "git",
"laborHours": 60,
"tags": [
"Planetary",
"Remote Sensing",
"Data Processing",
"Community Sensor Model"
],
"languages": [
"C++"
],
"contact": {
"name": "Christine Kim",
"email": "chkim@usgs.gov"
},
"date": {
"metadataLastUpdated": "2024-01-05"
}
}, {
"name": "USGSCSM",
"organization": "U.S. Geological Survey",
Expand Down

0 comments on commit d53161a

Please sign in to comment.