Skip to content

Releases: KnowledgeCaptureAndDiscovery/somef

SOMEF 0.8.2: Minor fixes for logo detection and feature for keeping temporary files

26 May 22:39
4779f4f
Compare
Choose a tag to compare

SOMEF 0.8.2: Minor fixes for logo detection and feature for keeping temporary files

26 May 22:30
1f41e4f
Compare
Choose a tag to compare

This release of SOMEF fixes some issues detecting logos (confusing them with badges) and adds a small feature so somef does not delete the repository after its analysis. That way, these files can be kept for further analysis if needed.

Full Changelog: 0.8.1...0.8.2

SOMEF 0.8.1: Minor fixes in regular expressions

12 May 09:30
2f2173b
Compare
Choose a tag to compare

This version of SOMEF addresses minor issues in regular expressions that made the application crash when parsing certain image links. New tests have been added to address the corresponding issues.

SOMEF 0.8.0: Major bug fixes and new functionalities

20 Apr 18:02
e066d4c
Compare
Choose a tag to compare

This version of SOMEF fixes some issues with the new markdown parser, adds documentation to the project and includes the following new features:

  • Package distributions from python badges
  • Ontologies present in the repository
  • Citation files
  • Extended metadata for the types of files recognized
  • Docker compose files
  • colab notebooks

Full Changelog: 0.7.2...0.8.0

SOMEF 0.7.2: Bug fixes for Windows

03 Mar 18:46
a017d4e
Compare
Choose a tag to compare

This release addresses a small bug where the package would not run in Windows due to an encoding error.

SOMEF 0.7.1: Bug fixes for new parser

25 Feb 19:10
6b20aee
Compare
Choose a tag to compare

This version of SOMEF fixes:

SOMEF 0.7.0: Support for Gitlab and new features

20 Feb 20:05
b2e1e18
Compare
Choose a tag to compare

This version of SOMEF introduces the following features:

SOMEF 0.6.0: New features and bug fixes

24 Nov 09:19
cde3dfa
Compare
Choose a tag to compare

This release of SOMEF includes new features:

  • Better recognition for license files.
  • Readthedocs URLs
  • Arxiv links
  • Code of conduct files
  • Improved documentation (for new fields and older fields)

In addition, codemeta, ttl and JSON exports have been updated, classification pipelines have been updated to Python 3.9 (version of Scikitlearn 1.0.0) and multiple bugs and redundancies have been reduced. Check https://github.com/KnowledgeCaptureAndDiscovery/somef/milestone/4?closed=1 for more information about the issues addressed.

SOMEF 0.5.1: Codemeta export bug fixes

31 Mar 21:24
b7afd82
Compare
Choose a tag to compare

This release addresses small bug fixes for making the codemeta export more robust. For example, when a repository does not have a code release, now the program will not fail.

SOMEF 0.5.0

10 Mar 17:51
5160cf3
Compare
Choose a tag to compare

This release addresses the following issues:

  • Automated evaluation reports for header analysis, so we can compare improvements without having to re-annotate corpus.
  • Fixed errors in annotation of fields being GitHub API (they were a custom file exploration)
  • Now we export a new category: Acknowledgements
  • Fixed errors on empty exported metadata fields.
  • Disambiguated category Issues
  • See https://github.com/KnowledgeCaptureAndDiscovery/somef/milestone/3?closed=1 for more details.