- Do not expose variable name, variable description, and variable type for restricted files. See #20
- Avoid file mismatches by matching on storageIdentifier rather than relying on order in array. See #17
- Include "extract column" object per field, suggest testing with https://huggingface.co/spaces/JoaquinVanschoren/croissant-checker . See #16
- Replace "text/tsv" (invalid) with "text/tab-separated-values" (valid). See #18
- Upgrade to mlcroissant 1.0.17 in validation script. See #15
- Handle drafts. See #14
- Switch to parent pom. See #5
- Tweaked spotless (code formatting) config. See #12
- Strings in the following fields are escaped using HTML entities: title, filename, file description, file format, variable name, variable description. See #8
- Fixed a bug where
fieldwas being repeated over and over. See #1 and #2 - Fixed a bug where
sc:Integerwas being used for all numeric types.sc:Floatis now supported as well. See #3 and #4
Initial release.