Skip to content

Releases: sdsc-ordes/gimie

0.6.1

01 Nov 12:55
3f5f58b
Compare
Choose a tag to compare

Remove importlib from dependencies

0.6.0

19 Oct 12:51
4740ff7
Compare
Choose a tag to compare

[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
Choose a tag to compare

[0.5.0] - 2023-07-04

Bug Fixes

  • (gitlab) extraction of author on user-owned projects (#57)

Documentation

  • add docs website (#58)

Features

  • (gitlab) support private instances (#62)

0.4.0

09 Jun 13:33
Compare
Choose a tag to compare
  • Add GitLab extractor
  • Add documentation website

0.3.0

24 Feb 10:35
6532616
Compare
Choose a tag to compare

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
Choose a tag to compare

Initial release:

  • GitHub API suport through gimie.sources.GithubExtractor
  • Command line interface with gimie data command
  • Public python API with gimie.project.Project entrypoint