Releases: jeffdaily/parasail-python
Releases · jeffdaily/parasail-python
v1.3.1
- Fix macos wheel build (#67)
- Add C parasail headers into wheels, add get_include() and get_library() (#62)
- Add bindings for sg_qb_db and sg_qe_de (added in v1.3)
- Regenerated wheels should pick up corrected windows C parasail dll, fix #66
v1.2.4
- Fix #60 Missing wheels on PyPI
v1.2.3
- Fix #57 Install error with parasail v1.2.2
v1.2.2
- Fix #55 Error installing parasail on macos
v1.2.1
- Fix #54 bug in ssw_init()
v1.1.20
- Build wheels with cibuildwheel.
- Fix #11 manylinux1 builds for pypi.
v1.1.19
- Missed version bump during last release.
v1.1.18
- Allow install without downloading and building C library, set evn var PARASAIL_SKIP_BUILD=1 to enable.
v1.1.17
- Add wheel package as dependency.
- Bump version to create new pypi release with latest 2.4.1 C library.
v1.1.16
- AppVeyor now uses python35 to fix packaging issue. Fixes #33.