Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
21e7e9c
[DATALAD RUNCMD] Auto-convert the model
yarikoptic Mar 10, 2026
f109ff4
Now we will sanitize the converted model addresses
yarikoptic Mar 13, 2026
7580f80
more sanitization
yarikoptic Mar 13, 2026
f130f4f
More Sanitization applied
yarikoptic Mar 13, 2026
0a8ef6b
Reextracted model (now less clutter and with spaces)
yarikoptic Mar 13, 2026
63dd301
feat: provide `prefixes` definition in the overlay file
candleindark Mar 13, 2026
f8125d0
Added linkml: prefix and sorted all the entries
yarikoptic Mar 13, 2026
7c5077a
Provide default prefix to be custom dandi_default
yarikoptic Mar 13, 2026
3485245
Reextracted model (now with prefixes and deterministic order of notes)
yarikoptic Mar 13, 2026
bff037c
rename original models into models_orig
yarikoptic Mar 13, 2026
6bb4b52
Adding models.py back to import from converted and some symbols from …
yarikoptic Mar 13, 2026
725e957
Expand comment for linkml-auto-converted hatch env with usage instruc…
candleindark Mar 16, 2026
a2324fa
fix: correct `default_prefix` to `dandi`
candleindark Mar 16, 2026
21fa682
fix: use portable ERE sed pattern for normalizing memory addresses in…
candleindark Mar 17, 2026
7ab9964
'Merged' with linkml-conversion 0.12.1-55-g76a9d77 and 2 branches
yarikoptic Mar 20, 2026
78d6899
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 20, 2026
3938e26
'Merged' with linkml-conversion 0.12.1-57-ge2d124c and 2 branches
yarikoptic Mar 20, 2026
4e95f1e
'Merged' with linkml-conversion 0.12.1-59-gc0fbd02 and 2 branches
candleindark Mar 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.0
rev: 26.3.1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand Down
Loading
Loading