Releases: codemeta/codemeta
Releases · codemeta/codemeta
3.0
Vocabulary changes:
- Renamed
codemeta:contIntegration
tocodemeta:continuousIntegration
(#302 by @tmorrell) - Renamed
codemeta:embargoDate
tocodemeta:embargoEndDate
(#314 by @tmorrell) - Added
codemeta:hasSourceCode
andcodemeta:isSourceCodeOf
to describe links betweenschema:SoftwareSourceCode
andschema:SoftwareApplication
. (#300 by @dgarijo and @progval)
Context changes:
- Updated the context with the above names changes.
- Removed type restriction to
schema:releaseNote
(#280 by @progval) - Added
schema:Role
,schema:startDate
,schema:endDate
, andschema:roleName
, to allow easier expression of author and contributor roles. See http://blog.schema.org/2014/06/introducing-role.html for an introduction to the concept. (#241 by @progval) - Added
schema:Review
,schema:review
,schema:reviewAspect
, andschema:reviewBody
, to describe software reviews. (#311 by @progval)
Other changes:
Codemeta 2.1
This release does not contain any change to the codemeta vocabulary or context.
Crosswalk updates:
- bio.tools (#25 1091E 1 by @tmorrell)
- Codemeta V1 (#189 by @tedhabermann)
- GitHub (#284 by @progval)
- R (#224 by @clnsmth)
- Zenodo (#251 by @tmorrell, #285 by @vuillaut)
- overall clean up of usage of author/creator in favor of just using author (#235 by @amoeba)
New crosswalks:
- Cargo (#111 by @cboettig)
- Cabal (#222 by @progval)
- CFF (#165 by @npch, #263 by @sdruskat)
- Dart (#283 by @VickyMerzOwn)
- Julia Project.toml (#221 by @mkuzak)
- Leiningen (#219 by @progval)
- NuGet (#282 by @VickyMerzOwn)
- Python PKG-INFO (#203 by @cboettig)
Other changes:
CodeMeta v2.0
add doi badge
Release candidate for schema.org - aligned codemeta.jsonld
This release candidate completes the migration to a set of terms more aligned with schema.org.
An overview of all changes in this version can be found at: #142 (comment)
CodeMeta v1.0
The codemeta
1.0 release provides a mechanism to assist the transfer of software and software metadata between the entities that author, archive, index and distribute and use the software.
To use this release, please include the following @context
in your JSON-LD metadata record:
"@context": "https://doi.org/10.5063/SCHEMA/CODEMETA-1.0"