You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed
Updated all versions to the latest available (courtesy of dependabot)
Added run_from_dataframe in _run.py, which enables passing dataframe as an input
Dropped Python 3.7 support (i.e., we no longer test for this version) since numpy dropped it
Added support for Python 3.10
Replaced pycld3 with langdetect. pycld3 is unlikely to be supported in 3.10 and it recently started failing to build in 3.9. Since pycld3 was only used in one place and given that langdetect looks like a reasonable replacement, we've decided to replace it.
Fixed
an update to scipy exposed an issue in rare cases in disambiguation, where choice of meaning for contextless aspects
only worked accidentally. These are now treated explicitly: we choose the most common meaning.