Releases: KnowledgeCaptureAndDiscovery/somef
SOMEF 0.8.2: Minor fixes for logo detection and feature for keeping temporary files
Somef 0.8.2 fixing a version issue for pypi release. See https://github.com/KnowledgeCaptureAndDiscovery/somef/releases/tag/0.8.2 for notes.
SOMEF 0.8.2: Minor fixes for logo detection and feature for keeping temporary files
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
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
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
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
This version of SOMEF fixes:
- Fixes new parser problems
- Improves the logo and image capture
- Improves how arxiv links are captured for papers
- Improves problems with empty repositories for bulk processing
Details: https://github.com/KnowledgeCaptureAndDiscovery/somef/milestone/8?closed=1
SOMEF 0.7.0: Support for Gitlab and new features
This version of SOMEF introduces the following features:
- Support for Gitlab repositories
- Recognize repo status badges
- Recognize logos and images used in the readme.
- Recognize support channels where help for the target software component may be provided.
- Recognize executable scripts associated with the target software component
- Bugs and small issues. See https://github.com/KnowledgeCaptureAndDiscovery/somef/milestone/5?closed=1 for more information
SOMEF 0.6.0: New features and bug fixes
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
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
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.