Sync dev branch - #29
Merged
Merged
Conversation
Use latest version of artifact actions in workflows
Update github_test.yml
- Add ability to specify cache folder location - Upgrade setuptools to resolve this security alert. - Switch to pyproject.toml for build and metadata configuration. - Add (more) tests for preprocessing, web-based mappers, and onto_utils modules
Remove requirements.txt from workflows
Update GitHub workflows+README. Remove readthedocs documentation
Refactor tests + Surface parameters to include related and broad synonyms
text2term only uses two functions from gensim: `strip_non_alphanum` and `strip_multiple_whitespaces`. Both are trivial regex substitutions. Inlining them removes the heavy gensim dependency (which pulls in numpy, scipy, smart-open, etc. and fails to build on Python 3.14 due to native extensions). The inlined implementations are exact equivalents of the gensim originals (gensim's versions just call `utils.to_unicode(s)` first, which is a no-op for str input on Python 3).
…ions update - update dependency versions - update ontology registry versions
…sim dependency to fix Python 3.14 build Remove gensim dependency to fix Python 3.14 build
order dependencies alphabetically
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #29 +/- ##
===========================================
- Coverage 86.74% 75.31% -11.43%
===========================================
Files 16 16
Lines 1305 1353 +48
Branches 208 213 +5
===========================================
- Hits 1132 1019 -113
- Misses 118 269 +151
- Partials 55 65 +10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.