Skip to content

Commit

Permalink
Include CroissantVersion for 1.1 specs (#806)
Browse files Browse the repository at this point in the history
This is preparation for tackling #649

#44
  • Loading branch information
ccl-core authored Feb 12, 2025
1 parent 5f71dbe commit d98ba0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
mypy \
networkx \
pandas \
pillow \
pyarrow \
pytest \
pytype \
Expand Down
1 change: 1 addition & 0 deletions python/mlcroissant/mlcroissant/_src/core/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class CroissantVersion(enum.Enum):

V_0_8 = "http://mlcommons.org/croissant/0.8"
V_1_0 = "http://mlcommons.org/croissant/1.0"
V_1_1 = "http://mlcommons.org/croissant/1.1"

@classmethod
def from_jsonld(cls, ctx: Context, jsonld: Any) -> CroissantVersion:
Expand Down

0 comments on commit d98ba0e

Please sign in to comment.