NatLibFi / Annif

Annif is a multi-algorithm automated subject indexing tool for libraries, archives and museums.
https://annif.org
Other
195 stars 41 forks source link

Update dependencies v0.60 #660

Closed juhoinkinen closed 1 year ago

juhoinkinen commented 1 year ago

This updates all outdated dependencies.

I tested backward compatibility of (some) models by training and evaluating tfidf, fasttext, omikuji, and NN models on the fulltext archaelogy corpus with Annif 0.59, and then evaluating them with this PR applied: the evaluation results are identical.

The coverage package is removed from the direct dependencies to unpin it as the underlying problem is resolved in coverage 6.4.

(I noticed Pandas gets installed as the dependency of fuzzytm, which is a dependency of the updated gensim. I thought Pandas would take quite much space, but fortunately now the Docker image size is actually smaller than with Annif 0.59: 2.02GB vs 1.9 GB).

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.55% // Head: 99.55% // No change to project coverage :thumbsup:

Coverage data is based on head (40704eb) compared to base (cc6af2c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #660 +/- ## ======================================= Coverage 99.55% 99.55% ======================================= Files 87 87 Lines 6006 6006 ======================================= Hits 5979 5979 Misses 27 27 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NatLibFi). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NatLibFi)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information