Skip to content

Releases: jeffdaily/parasail-python

v1.3.1

Choose a tag to compare

@jeffdaily jeffdaily released this 24 Aug 21:39
  • 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

Choose a tag to compare

@jeffdaily jeffdaily released this 08 Feb 15:04
  • Fix #60 Missing wheels on PyPI

v1.2.3

Choose a tag to compare

@jeffdaily jeffdaily released this 16 Dec 21:35
  • Fix #57 Install error with parasail v1.2.2

v1.2.2

Choose a tag to compare

@jeffdaily jeffdaily released this 04 Dec 20:28
  • Fix #55 Error installing parasail on macos

v1.2.1

Choose a tag to compare

@jeffdaily jeffdaily released this 05 Nov 16:26
  • Fix #54 bug in ssw_init()

v1.1.20

Choose a tag to compare

@jeffdaily jeffdaily released this 25 Feb 23:20
  • Build wheels with cibuildwheel.
  • Fix #11 manylinux1 builds for pypi.

v1.1.19

Choose a tag to compare

@jeffdaily jeffdaily released this 12 Nov 20:30
  • Missed version bump during last release.

v1.1.18

Choose a tag to compare

@jeffdaily jeffdaily released this 12 Nov 19:40
  • Allow install without downloading and building C library, set evn var PARASAIL_SKIP_BUILD=1 to enable.

v1.1.17

Choose a tag to compare

@jeffdaily jeffdaily released this 29 Apr 16:19
  • Add wheel package as dependency.
  • Bump version to create new pypi release with latest 2.4.1 C library.

v1.1.16

Choose a tag to compare

@jeffdaily jeffdaily released this 14 Feb 16:55
  • AppVeyor now uses python35 to fix packaging issue. Fixes #33.