Releases: sdsc-ordes/gimie
Releases Β· sdsc-ordes/gimie
v0.7.2
[0.7.2] - 2024-12-18
Bug Fixes
- (cff) doi structure parsing (#121)
v0.7.1
[0.7.1] - 2024-12-09
Bug Fixes
- (dependency missing) Added pyyaml (#119)
0.7.0
[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
Remove importlib from dependencies
0.6.0
[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
[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
- Add GitLab extractor
- Add documentation website
0.3.0
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
Initial release:
- GitHub API suport through
gimie.sources.GithubExtractor
- Command line interface with
gimie data
command
- Public python API with
gimie.project.Project
entrypoint