Skip to content

Releases: KnowledgeCaptureAndDiscovery/somef

SOMEF 0.9.5: Moving towards Python 3.10

21 Mar 11:52
3967b59
Compare
Choose a tag to compare

This version of SOMEF moves towards adopting Python 3.10 and fixes quite a few issues (logo detection, identifiers, etc.), retrains the models to work with the latest versions of scikit learn and adds an initial categorization implementation.

Thanks to @tpronk and @kuefmz for their contributions!

What's Changed

New Contributors

Full Changelog: 0.9.4...0.9.5

SOMEF 0.9.4: Adding a new small category

14 Jul 15:07
4e5dbdd
Compare
Choose a tag to compare

This release adds a new small category for recognizing arxiv paper links found in a readme file. These papers are useful to find potential links to the papers where the software is proposed as a publication

SOMEF 0.9.3: Fix configuration options

16 Jan 20:39
f5df84e
Compare
Choose a tag to compare

This release adds a hotfix for configuring somef when a configuration file did exist before (it wasn't overwritten)

SOMEF 0.9.2: Fix for Pypi

16 Jan 10:32
dad7822
Compare
Choose a tag to compare

Release to update package in pypi

SOMEF 0.9.1: Fixing init dependency error

16 Jan 10:30
0bd1efe
Compare
Choose a tag to compare

This release adds a hotfix due to the ROLF integration in 0.9.0 that prevented running somef

SOMEF 0.9.0: Multiple bug fixes and export improvement

31 Dec 17:35
bc1599c
Compare
Choose a tag to compare

This release addresses major bugs in the extraction and introduces the following improvements:

  • New features for recognizing packages and badges.
  • Now somef will try to fix links of logos and images if by default they do not resolve.
  • For Codemeta/TTL somef will try to reconcile the information gathered to maximize its utility. Also only providing links where links are supposed to be provided.
  • somef will now look for install files among others.
  • We have a new output specification, available here
  • ROLF integration by @kuefmz for classifying software categories.
  • Now we include an RML mapping to comply against the new spec.

New Contributors

Full Changelog: 0.8.2...0.9.0

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