Skip to content

Releases: jeffdaily/parasail-python

v1.3.1

24 Aug 21:39
Compare
Choose a tag to compare
  • 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

08 Feb 15:04
Compare
Choose a tag to compare
  • Fix #60 Missing wheels on PyPI

v1.2.3

16 Dec 21:35
Compare
Choose a tag to compare
  • Fix #57 Install error with parasail v1.2.2

v1.2.2

04 Dec 20:28
Compare
Choose a tag to compare
  • Fix #55 Error installing parasail on macos

v1.2.1

05 Nov 16:26
Compare
Choose a tag to compare
  • Fix #54 bug in ssw_init()

v1.1.20

25 Feb 23:20
Compare
Choose a tag to compare
  • Build wheels with cibuildwheel.
  • Fix #11 manylinux1 builds for pypi.

v1.1.19

12 Nov 20:30
Compare
Choose a tag to compare
  • Missed version bump during last release.

v1.1.18

12 Nov 19:40
Compare
Choose a tag to compare
  • Allow install without downloading and building C library, set evn var PARASAIL_SKIP_BUILD=1 to enable.

v1.1.17

29 Apr 16:19
Compare
Choose a tag to compare
  • Add wheel package as dependency.
  • Bump version to create new pypi release with latest 2.4.1 C library.

v1.1.16

14 Feb 16:55
Compare
Choose a tag to compare
  • AppVeyor now uses python35 to fix packaging issue. Fixes #33.