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
Hello, thanks for this nice wrapper around marisa_trie. I am getting a warning when I run the code that one of the main marisa_trie methods should be replaced.
/home/miniconda3/envs/db-manage/lib/python3.6/site-packages/trie_search/trie.py:44: DeprecationWarning: Trie.has_keys_with_prefix is deprecated and will be removed in marisa_trie 0.8.0. Please use Trie.i
terkeys instead.
any chance this can be updated and pushed to the master (and to pip) soon? Thanks again!
The text was updated successfully, but these errors were encountered:
@ewengillies Pull request completed! Check it out here #5 🚀
Note: I automatically create a pull request for an unassigned and open issue in order from oldest to newest once a day at 00:00 UTC, as long as you have remaining automation usage. Should you have any questions or wish to change settings or limits, please feel free to contact [email protected] or invite us to Slack Connect.
Hello, thanks for this nice wrapper around
marisa_trie
. I am getting a warning when I run the code that one of the mainmarisa_trie
methods should be replaced.any chance this can be updated and pushed to the master (and to pip) soon? Thanks again!
The text was updated successfully, but these errors were encountered: