Skip to content

Releases: anxuae/setuptools-cythonize

v1.0.7

08 Aug 20:30
Compare
Choose a tag to compare
  • Bugfix/incompatibility with setuptools 63.4.0 (#8)

v1.0.6

13 Sep 14:47
Compare
Choose a tag to compare
  • Add MANIFEST.in and include license file in src distribution
  • Don't set a default compiler on Windows

v1.0.5

28 May 11:48
Compare
Choose a tag to compare
  • Only files __init__.py and __main__.py are excluded from the cythonization
  • Cython compiler options are no more set by setuptools_cythonize (embed_pos_in_docstring, fast_fail are now False by default)
  • Fix command python setup.py install (however, the package will not be installed as an eggs)

v1.0.4

30 Oct 22:49
Compare
Choose a tag to compare
  • Fix minor mistakes in README
  • Add directive to ensure cython compiles in the correct python version

v1.0.3

13 Apr 16:38
Compare
Choose a tag to compare

Documentation update

v1.0.2

23 Feb 15:39
Compare
Choose a tag to compare
Fix project description in setup.py

v1.0.1

23 Feb 15:29
Compare
Choose a tag to compare
Update version number and picture

v1.0.0

21 Feb 20:34
Compare
Choose a tag to compare

First release