Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to simplemma 0.8 and disable unnecessary cache #618

Merged
merged 2 commits into from
Sep 1, 2022

Conversation

osma
Copy link
Member

@osma osma commented Sep 1, 2022

Fixes #617

This PR upgrades Simplemma to version 0.8.* (from 0.7.*) and removes the LRU cache, because Simplemma nowadays already has a similar cache. Thanks to @adbar for the tip!

@osma osma added this to the 0.59 milestone Sep 1, 2022
@osma osma self-assigned this Sep 1, 2022
@codecov
Copy link

codecov bot commented Sep 1, 2022

Codecov Report

Merging #618 (d4abfa4) into master (dea7d51) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #618      +/-   ##
==========================================
- Coverage   99.58%   99.58%   -0.01%     
==========================================
  Files          87       87              
  Lines        5850     5848       -2     
==========================================
- Hits         5826     5824       -2     
  Misses         24       24              
Impacted Files Coverage Δ
annif/analyzer/simplemma.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 2022

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
0.0% 0.0% Duplication

@adbar
Copy link

adbar commented Sep 1, 2022

The last change looks good to me! ✔️

@osma osma merged commit f632673 into master Sep 1, 2022
@osma osma deleted the issue617-simplemma-0.8-remove-cache branch September 1, 2022 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade simplemma dependency and remove function cache
2 participants