* [ovarene](https://github.com/ovarene) added the ability to compute the edit distance between a string and each string in a [NumPy](http://www.numpy.org/) array in [this PR](https://github.com/gfairchild/pyxDamerauLevenshtein/pull/3). * Compiled with Cython 0.22.
1.2.0
* Changed `xrange` to `range` in pyx code. * Compiled with Cython 0.20.1.
1.1.0
* Moving to setuptools (using [ez_setup.py](https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py) to manage it).
1.0.2
* Performance improvement for short-circuit. * Changed `unsigned int` to `Py_ssize_t` (for 64-bit compatability). * Improved readability (defined offset indices for `storage`).
1.0.1
* Fixed Python 3 unicode issue (thanks to Stefan Behnel - https://groups.google.com/d/msg/cython-users/ofT3fo48ohs/rrf3dtbHkm4J). * Fixed a possible memory leak (thanks to Stefan Behnel). * Examples are now Python 3-compatible.