* setup.py is switched to setuptools; * a tiny speedup; * wrapper is rebuilt with Cython 0.22.
0.7
----------------
* ``trie1 == trie2`` and ``trie1 != trie2`` now work (thanks Sergei Lebedev); * ``for key in trie:`` is fixed (thanks Sergei Lebedev); * wrapper is rebuilt with Cython 0.21.1 (thanks Sergei Lebedev); * https://bitbucket.org/kmike/marisa-trie repo is no longer supported.
0.6
----------------
* New ``Trie`` methods: ``__getitem__``, ``get``, ``items``, ``iteritems``. ``trie[u'key']`` is now the same as ``trie.key_id(u'key')``. * small optimization for ``BytesTrie.get``. * wrapper is rebuilt with Cython 0.20.1.
0.5.3
------------------
* small ``Trie.restore_key`` optimization (it should work 5-15% faster)
0.5.2
------------------
* fix ``Trie.restore_key`` method - it was reading past declared string length; * rebuild wrapper with Cython 0.20.