pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.03k stars 91 forks source link

Please make a new release on pypi #46

Closed daa closed 6 years ago

daa commented 6 years ago

Would you please make a new release on pypi with updated patch-level version to include fixes of deprecation warnings on not deprecated methods? I'm just tired to see those warnings from our regular process and I wouldn't like to patch marisa-trie locally. Thank you.

superbobry commented 6 years ago

Done!

daa commented 6 years ago

Thank you!