Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 758 Bytes

CHANGES.md

File metadata and controls

21 lines (16 loc) · 758 Bytes

Changes

1.2 (2014-05-06)

  • Changed xrange to range in pyx code.
  • Compiled with Cython 0.20.1.

1.1 (2013-10-04)

  • Moving to setuptools (using ez_setup.py to manage it).

1.0.2 (2013-09-23)

  • 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 (2013-09-23)

1.0 (2013-07-03)

  • Initial release.