- Changed
xrange
torange
in pyx code. - Compiled with Cython 0.20.1.
- Moving to setuptools (using ez_setup.py to manage it).
- Performance improvement for short-circuit.
- Changed
unsigned int
toPy_ssize_t
(for 64-bit compatability). - Improved readability (defined offset indices for
storage
).
- 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.
- Initial release.