Skip to content

Releases: smok-serwis/snakehouse

v1.6

09 Apr 07:24
Compare
Choose a tag to compare
  • certified for Python 3.11 and 3.12
  • CI moved to GitHub Actions
  • downgraded Mako, since newer Mako requires Python 3.8

v1.5

01 Jul 15:13
Compare
Choose a tag to compare
  • 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 and find_pyx_and_c

v1.4

28 Mar 18:28
Compare
Choose a tag to compare
  • added find_pyx, find_c and find_pyx_and_c
  • added documentation

v1.3.2

05 Mar 14:51
Compare
Choose a tag to compare
  • added read_requirements_txt

v1.3.1

23 Feb 17:28
Compare
Choose a tag to compare
  • Cython build step ("cythonize") will be parallelized by default

v1.3

19 Dec 20:07
Compare
Choose a tag to compare
  • added an option to build every file as a separate extension, for
    usage in tests

v1.2.3

14 Dec 17:41
Compare
Choose a tag to compare
  • Multibuild will pass given kwargs to Extension object
  • added an option to monkey-patch distutils to compile multicore