Releases: smok-serwis/snakehouse
Releases · smok-serwis/snakehouse
v1.6
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