Skip to content

Commit 41e802e

Browse files
committed
Prepare release v1.1.0
1 parent 9b8c7cc commit 41e802e

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to the IDC Claude Skill are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/),
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [1.1.0] - 2026-02-02
9+
10+
### Added
11+
12+
- CLI reference guide for idc-index command-line tools
13+
- Cloud storage reference guide explaining bucket organization and direct access via s5cmd
14+
- GitHub Actions workflow for syncing skill updates to claude-scientific-skills repository
15+
16+
### Fixed
17+
18+
- Moved version field from top-level frontmatter to metadata section for compatibility
19+
- Corrected s5cmd command-line syntax in cloud storage guide
20+
- Clarified caveat about retracted data in DICOMweb guide
21+
22+
### Changed
23+
24+
- Updated DICOMweb reference to explain differences between the two available endpoints
25+
826
## [1.0.0] - 2026-01-31
927

1028
### Added

SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: imaging-data-commons
33
description: Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.
44
license: This skill is provided under the MIT License. IDC data itself has individual licensing (mostly CC-BY, some CC-NC) that must be respected when using the data.
55
metadata:
6-
version: 1.0.0
6+
version: 1.1.0
77
skill-author: Andrey Fedorov, @fedorov
88
idc-index: "0.11.7"
99
repository: https://github.com/ImagingDataCommons/idc-claude-skill

0 commit comments

Comments
 (0)