-
Piotr Maślanka authoredUnverified0c42bd64
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 1.66 KiB
v2.0
- got rid of the Mako dependency
- should work on latest Pythons
- moved the development to SMOK's cloud
- got rid of Satella dependency
- more tests
v1.7
- should work on Windows now
v1.6
- certified for Python 3.11 and 3.12
- CI moved to GitHub Actions
- downgraded Mako, since newer Mako requires Python 3.8
v1.5
- fixed logging
-
snakehouse
doesn't need cython and satella installed in advance - added
find_all
- made available for PyPy users
- deprecated
find_pyx
,find_c
andfind_pyx_and_c
v1.4
- added
find_pyx
,find_c
andfind_pyx_and_c
- added documentation
v1.3.2
- added
read_requirements_txt
v1.3.1
- Cython build step ("cythonize") will be parallelized by default
v1.3
- added an option to build every file as a separate extension, for usage in tests
v1.2.3
-
Multibuild
will pass given kwargs toExtension
object - added an option to monkey-patch
distutils
to compile multicore
v1.2.2
- snakehouse will pass the remaining arguments to Multibuild to Cython's Extension