Skip to content

Tags: mapping-commons/sssom

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update generated SSSOM schema files (#388)

Last commit before #189!

This is the usual update with `make all` (generating all downstream
python files).

This is going to be the final model update before sssom 1.0.

0.15.2

Toggle 0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change slot_uri for literal (#357)

Made a mistake here #356 Thanks for catching @hrshdhgd

0.15.1

Toggle 0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes #354 (#355)

- [x] Moved `mkdocs-mermaid2-plugin = "^1.1.1"` as a dev dependency
 - [x] ran `poetry lock --no-update`

0.15.0

Toggle 0.15.0's commit message
Rebuilding documentation and generated files with Github Action

0.14.0

Toggle 0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix SSSOM Schema not having bijective prefix map (#302)

There are issues in mapping-commons/sssom-py#397
because the base schema does not have a valid prefix map - `dc` and
`dcterms` are both used as prefixes for the same URI prefix. This
happens because LinkML makes some inference about what needs to be there
- there are some assorted uses throughout the schema definition with
both DC and DCTERMS. This PR updates the schema to only use DCTERMS and
puts explicit entries for DCTERMS in the prefix map to address this. It
then regenerates the whole project.

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Package context files through `make` (#289)

This enables packages that use `sssom-schema` as a dependency to use
context files within this package rather than doing a `wget` which is
not efficient.

This will be address :
mapping-commons/sssom-py#375 via
mapping-commons/sssom-py#382

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cookiecutter directions for new project generation (#277)

Resolves [#ISSUE, #ISSUE]

- [x] `docs/` have been added/updated if necessary


Fixes #273

0.11.0

Toggle 0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SSSOM 0.11.1 release (#270)

Recreating the SSSOM schema files

---------

Co-authored-by: Harshad Hegde <hegdehb@gmail.com>

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix broken linke in docs (#216)

fixes #215

0.9.4

Toggle 0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the examples and docs to reflect new spec (#205)