Skip to content

Releases: mlcommons/croissant

v1.0.8

06 Sep 10:11
94e3f84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

24 Jul 09:00
a6b3fb5
Compare
Choose a tag to compare

What's Changed

  • Add URLs to pyproject.toml by @PGijsbers in #705
  • Implement filtering in the case of filename regular expression and add a test for this feature. by @marcenacp in #716
  • Fix broken Unit tests. by @ccl-core in #717
  • Add more info links on how to do releases. by @ccl-core in #718
  • Apply filters to a Hugging Face dataset to avoid repeating all variants. by @marcenacp in #719
  • Move filters from Dataset init to self.records by @ccl-core in #720
  • Release 1.0.7 by @ccl-core in #721

Full Changelog: v1.0.6...v1.0.7

v1.0.6

18 Jul 19:08
a2224e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

08 Apr 08:36
ed139d1
Compare
Choose a tag to compare

Following the Croissant v1.0 standard, we now use IDs (instead of names) to identify RecordSets.

v1.0.4

02 Apr 07:24
f9be163
Compare
Choose a tag to compare
  • schema.org/description is not enforced as optional anymore which clarifies the error messages.
  • Add a warning in case the user deviates from the standard JSON-LD @context.
  • Standardize JSON-LD @context across example datasets.

v1.0.3

13 Mar 13:43
1afdaf9
Compare
Choose a tag to compare
  • mlcroissant is more compliant towards Croissant 1.0.
  • New user-facing Python API using dataclass_transform.

v1.0.2

28 Feb 07:59
505ea3c
Compare
Choose a tag to compare
  • Continue the implementation of Croissant standard 1.0.
    • Implement the new reference mechanism.
    • Add more schema.org properties.
    • Fix the cardinality of JSON-LD properties.

v1.0.1

20 Feb 13:21
dbbf4be
Compare
Choose a tag to compare
  • Continue the implementation of Croissant standard 1.0.
  • Pass RDF @id to nodes as uuid (foreseeing the migration for the new referencing mechanism discussed in #506).
  • Improved performance to read more datasets (#532).