------------------ * Future-proof Python support by making cython a build time dependency and removing cython generated c files from the repo (and sdist). * Fix collections.abc.MutableMapping import * CI and test updates * Adjust library name to unbreak some linkers
0.8.1
--------------- This version intentionally skipped
0.8
---------------- * Python 3.7 compatibility; extension is rebuilt with Cython 0.29.11. * Trie.get function; * Python 2.6 and 3.3 support is dropped; * removed patch to libdatrie which is no longer required; * testing and CI fixes.
0.7.1
------------------
* updated the bundled C library to version 0.2.9; * implemented ``Trie.__len__`` in terms of ``trie_enumerate``; * rebuilt Cython wrapper with Cython 0.23.4; * changed ``Trie`` to implement ``collections.abc.MutableMapping``; * fixed ``Trie`` pickling, which segfaulted on Python2.X.
0.7
----------------
* bundled libdatrie C library is updated to version 0.2.8; * new `.suffixes()` method (thanks Ahmed T. Youssef); * wrapper is rebuilt with Cython 0.20.1.
0.6.1
------------------
* fixed build for Visual Studio (thanks Gabi Davar).