idc-index-data 23.0.1__tar.gz → 23.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.pre-commit-config.yaml +4 -4
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/PKG-INFO +1 -1
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/pyproject.toml +1 -1
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/scripts/sql/analysis_results_index.sql +2 -2
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.git_archival.txt +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.gitattributes +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.github/CONTRIBUTING.md +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.github/copilot-instructions.md +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.github/dependabot.yml +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.github/matchers/pylint.json +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.github/workflows/cd.yml +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.github/workflows/ci.yml +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.github/workflows/external-indices.yml +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.gitignore +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/.readthedocs.yaml +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/CMakeLists.txt +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/LICENSE +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/README.md +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/assets/README.md +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/assets/clinical_index.sql +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/assets/sm_index.sql +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/assets/sm_instance_index.sql +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/docs/conf.py +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/docs/index.md +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/noxfile.py +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/pytest.ini +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/scripts/python/generate-indices.py +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/scripts/python/idc_index_data_manager.py +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/scripts/python/update_idc_index_version.py +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/scripts/sql/collections_index.sql +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/scripts/sql/idc_index.sql +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/scripts/sql/prior_versions_index.sql +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/src/idc_index_data/__init__.py +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/src/idc_index_data/_version.pyi +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/src/idc_index_data/py.typed +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/tests/test_column_description_parser.py +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/tests/test_package.py +0 -0
- {idc_index_data-23.0.1 → idc_index_data-23.0.2}/tests/test_real_sql_parsing.py +0 -0
|
@@ -33,21 +33,21 @@ repos:
|
|
|
33
33
|
- id: rst-inline-touching-normal
|
|
34
34
|
|
|
35
35
|
- repo: https://github.com/rbubley/mirrors-prettier
|
|
36
|
-
rev: "v3.
|
|
36
|
+
rev: "v3.7.4"
|
|
37
37
|
hooks:
|
|
38
38
|
- id: prettier
|
|
39
39
|
types_or: [yaml, markdown, html, css, scss, javascript, json]
|
|
40
40
|
args: [--prose-wrap=always]
|
|
41
41
|
|
|
42
42
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
43
|
-
rev: "v0.14.
|
|
43
|
+
rev: "v0.14.8"
|
|
44
44
|
hooks:
|
|
45
45
|
- id: ruff-check
|
|
46
46
|
args: ["--fix", "--show-fixes"]
|
|
47
47
|
- id: ruff-format
|
|
48
48
|
|
|
49
49
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
50
|
-
rev: "v1.
|
|
50
|
+
rev: "v1.19.0"
|
|
51
51
|
hooks:
|
|
52
52
|
- id: mypy
|
|
53
53
|
files: src|tests
|
|
@@ -76,7 +76,7 @@ repos:
|
|
|
76
76
|
exclude: .pre-commit-config.yaml
|
|
77
77
|
|
|
78
78
|
- repo: https://github.com/henryiii/validate-pyproject-schema-store
|
|
79
|
-
rev: "2025.11.
|
|
79
|
+
rev: "2025.11.21"
|
|
80
80
|
hooks:
|
|
81
81
|
- id: validate-pyproject
|
|
82
82
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: idc-index-data
|
|
3
|
-
Version: 23.0.
|
|
3
|
+
Version: 23.0.2
|
|
4
4
|
Summary: ImagingDataCommons index to query and download data.
|
|
5
5
|
Author-Email: Andrey Fedorov <andrey.fedorov@gmail.com>, Vamsi Thiriveedhi <vthiriveedhi@mgh.harvard.edu>, Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
|
|
6
6
|
License: Copyright 2024 Andrey Fedorov
|
|
@@ -13,7 +13,7 @@ build-backend = "scikit_build_core.build"
|
|
|
13
13
|
|
|
14
14
|
[project]
|
|
15
15
|
name = "idc-index-data"
|
|
16
|
-
version = "23.0.
|
|
16
|
+
version = "23.0.2"
|
|
17
17
|
authors = [
|
|
18
18
|
{ name = "Andrey Fedorov", email = "andrey.fedorov@gmail.com" },
|
|
19
19
|
{ name = "Vamsi Thiriveedhi", email = "vthiriveedhi@mgh.harvard.edu" },
|
|
@@ -22,8 +22,8 @@ SELECT
|
|
|
22
22
|
# collections analyzed in the analysis results collection
|
|
23
23
|
Collections,
|
|
24
24
|
# description:
|
|
25
|
-
# analysis artifacts included in the analysis results collection
|
|
26
|
-
|
|
25
|
+
# modalities corresponding to the analysis artifacts included in the analysis results collection
|
|
26
|
+
Modalities,
|
|
27
27
|
# description:
|
|
28
28
|
# timestamp of the last update to the analysis results collection
|
|
29
29
|
Updated,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|