Releases: KnowledgeCaptureAndDiscovery/somef
SOMEF 0.9.7_2: Update Docker image and poetry actions
SOMEF 0.9.7_1: Update Docker image and poetry actions
Update of the release to configure the poetry action correctly
SOMEF 0.9.7: Update Docker image and poetry actions
This release updates the readme and incorporates edits to the Dockerfile and poetry github action for pypi.
What's Changed
- new publish with poetry. Script to update version in publish by @juanjemdIos in #693
Full Changelog: 0.9.6...0.9.7
SOMEF 0.9.6: Fix gitlab issues and TTL export
This release fixes issues with Gitlab repos and TTL export library problems.
It also converts the project into a poetry project to help reproducibility and library maintenance.
What's Changed
- SOMEF-639: Replace hardcoded config paths by @StankovskiA in #641
- Reverting nltk version to avoid problems by @dgarijo in #648
- updated yarrrml.yml by @juanjemdIos in #657
- yml mapping default by @juanjemdIos in #659
- Update constants.py by @juanjemdIos in #662
- Mapping json in memory instead of disk by @juanjemdIos in #665
- Update turtle_export sending dictionary directly. New rml.ttl by @juanjemdIos in #666
- Setup poetry envirnment by @kuefmz in #652
- Updated readme.md with instructions to install poetry by @juanjemdIos in #669
- updated apply_mapping and correct wrong version by @juanjemdIos in #675
- Pushing the fixes of instructions about "poetry shell" to dev branch by @Anas-Elhounsri in #682
- Resolve problem in codemeta export and buildinstrucctions. Fixes #677 by @juanjemdIos in #684
- New process and test to chek gitlab selfhosted. Fixes #687 by @juanjemdIos in #689
New Contributors
- @StankovskiA made their first contribution in #641
- @juanjemdIos made their first contribution in #657
- @Anas-Elhounsri made their first contribution in #682
Full Changelog: 0.9.5...0.9.6
SOMEF 0.9.5: Moving towards Python 3.10
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
- Categorization implementation by @rafaeel9 in #583
- Software types by @dgarijo in #589
- Fixes issue #591 by @tpronk in #592
- Fixing all tests by @dgarijo in #603
- Towards 0.9.5 by @dgarijo in #604
- Dev by @dgarijo in #605
- Fix #553 by @dgarijo in #606
- Fix #526 by @dgarijo in #607
- Dev by @dgarijo in #608
- Towards next version by @dgarijo in #609
- Preparing for Python 3.10 by @dgarijo in #612
- Preparing dependencies for next release by @dgarijo in #614
- Add retrained models for ROLF with scikit-learn 1.3.2 by @kuefmz in #613
- aligning branches by @dgarijo in #615
- Dev by @dgarijo in #616
- Preparing for 0.9.5 (classifiers re-trained) by @dgarijo in #617
- Fix error: LinearSVC object has no attribute predict_proba by @kuefmz in #619
- update by @dgarijo in #620
- Dev by @dgarijo in #625
New Contributors
Full Changelog: 0.9.4...0.9.5
SOMEF 0.9.4: Adding a new small category
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
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
Release to update package in pypi
SOMEF 0.9.1: Fixing init dependency error
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
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