Releases: sdsc-ordes/gimie
Releases · sdsc-ordes/gimie
v0.7.2
18 Dec 08:54
Compare
Sorry, something went wrong.
No results found
[0.7.2] - 2024-12-18
Bug Fixes
(cff) doi structure parsing (#121 )
v0.7.1
09 Dec 16:51
Compare
Sorry, something went wrong.
No results found
[0.7.1] - 2024-12-09
Bug Fixes
(dependency missing) Added pyyaml (#119 )
0.7.0
03 Dec 07:59
Compare
Sorry, something went wrong.
No results found
[0.7.0] - 2024-11-28
Bug Fixes
(cff) enforce valid urls as doi (#108 )- spelling mistake in run as library docs (#113 )
Documentation
update gimie API examples (#105 )
add CFF file (#111 )
Features
(parser) extract authors from CFF files (#115 )
add parsers support (#97 )
cff to doi parser (#107 )
0.6.1
01 Nov 12:55
Compare
Sorry, something went wrong.
No results found
Remove importlib from dependencies
0.6.0
19 Oct 12:51
Compare
Sorry, something went wrong.
No results found
[0.6.0] - 2023-10-19
Bug Fixes
(deps) switch to scancode mini (#88 )
(github) replace superseded schema:isBasedOnUrl property (#80 )- incorrect mapping for schema:codeRepository (#64 )
(license) NOASSERTION should not return triples. (#66 )
Features
(github.py) Get "forked from" property of a repository (#79 )
(io) file-like interface to remote resources (#70 )- license matcher for git extractor (#78 )
0.5.0
04 Jul 10:12
Compare
Sorry, something went wrong.
No results found
[0.5.0] - 2023-07-04
Bug Fixes
(gitlab) extraction of author on user-owned projects (#57 )
Documentation
Features
(gitlab) support private instances (#62 )
0.4.0
09 Jun 13:33
Compare
Sorry, something went wrong.
No results found
Add GitLab extractor
Add documentation website
0.3.0
24 Feb 10:35
Compare
Sorry, something went wrong.
No results found
This version adds support for additional codemeta terms to the Github extractor. The list of supported terms in 0.3.0 is shown below:
CodeMeta term
Concept
Property
Github field
type
✅
SoftwareSourceCode
name
name
text
✅
SoftwareSourceCode
author
owner
Person
✅
SoftwareSourceCode
contributor
contributors
Person
✅
SoftwareSourceCode
programmingLanguage
languages_url
text
✅
SoftwareSourceCode
dateCreated
name
datetime
✅
SoftwareSourceCode
dateModified
name
datetime
✅
SoftwareSourceCode
downloadUrl
archive_url
URL
✅
SoftwareSourceCode
license
license
URL
✅
SoftwareSourceCode
codeRepository
html_repository
URL
✅
SoftwareSourceCode
keywords
topics
text
✅
SoftwareSourceCode
version
release_name
text
✅
Organization
name
login
text
✅
Organization
email
email
text
✅
Person
name
name
text
✅
Person
identifier
login
text
❌
Organization
logo
avatar_url
URL
❌
Organization
legalName
name
text
0.2.0
20 Jan 10:52
Compare
Sorry, something went wrong.
No results found
Initial release:
GitHub API suport through gimie.sources.GithubExtractor
Command line interface with gimie data command
Public python API with gimie.project.Project entrypoint