Refactor Curriculum Attributes (#335)

* remove min_value from AttributeDefinition
* remove type from AttributeDefinition
* Add CurriculumContext
* add ensure_interval option for RangeAttributes
* docs: Add legend explaining curriculum indicators in dataset gallery
* update GALLERY.md
This commit is contained in:
Andreas Köpf 2025-03-16 15:40:28 +01:00 committed by GitHub
parent 4e7d9296ee
commit d2c895f1d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
101 changed files with 286 additions and 677 deletions

View file

@ -17,6 +17,7 @@ def generate_gallery() -> str:
# Add index
content.append(f"## Available Datasets ({len(DATASETS)})\n")
content.append("Legend: ✅ = Has curriculum, ❌ = No curriculum\n\n")
for name in sorted(DATASETS.keys()):
# Create anchor link
anchor = name.replace(" ", "-").lower()