Skip to content

Releases: ModelCloud/PyPcre

PyPcre v0.2.9

16 Dec 06:05
7a9be72

Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

PyPcre v0.2.8

15 Dec 08:12
8d18b2d

Choose a tag to compare

Notable Changes:

What's Changed

Full Changelog: v0.2.7...v0.2.8

PyPcre v0.2.7

12 Dec 02:25
0d6a92d

Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

PyPcre v0.2.6

03 Dec 01:37
1ac4ffe

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

PyPcre v0.2.5

07 Nov 02:29
2414a88

Choose a tag to compare

Notable Changes:

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

PyPcre v0.2.4

20 Oct 10:10
f9a5f0b

Choose a tag to compare

Notable:

  • Removed dependency on system having python3-dev packge. python.h will be optimistically downloaded from python.org when needed.

What's Changed

Full Changelog: v0.2.3...v0.2.4

PyPcre v0.2.3

13 Oct 00:01
c2806cf

Choose a tag to compare

Notable Changes:

  • 🎉 Full GIL=0 compliance on Linux, MacOS, FreeBSD, Windows, WSL, and Solaris.
  • 🎉 Reduced cache thread contention for faster performance for all apis.
  • 🎉 Micro benchmarks shows PyPcre is the leading full-featured pcre compatible library on pypi and the only one full-tested for GIL=0 safety and compliance.
  • Alias common stdlib.re flag values to Flag.value to easie re migration by @Qubitium in #37
  • 🎉 Expanded CI tesing coverage by 2x and added new fuzz (clobber) tests to guard against regressions

Major Bug Fixes

  • Fix massive 5x performance regression due to usage of enum.IntFlag bi… by @Qubitium in #33
  • Revert "Reduce pattern cache thread contention and latency (#32)" by @Qubitium in #34
  • Fix sdist not installable by @Qubitium in #36

What's Changed

Full Changelog: v0.1.0...v0.2.3

PyPcre v0.2.2

12 Oct 19:28
4273456

Choose a tag to compare

Notable Changes:

  • 🎉 Full GIL=0 compliance on Linux, MacOS, FreeBSD, Windows, WSL, and Solaris.
  • 🎉 Reduced cache thread contention for faster performance for all apis.
  • 🎉 Micro benchmarks shows PyPcre is the leading full-featured pcre compatible library on pypi and the only one full-tested for GIL=0 safety and compliance.
  • 🎉 Expanded CI tesing coverage by 2x and added new fuzz (clobber) tests to guard against regressions

v0.2.0 was patch released to v0.2.2 due to two fixed regressions and one installer issue:

  • Fix massive 5x performance regression due to usage of enum.IntFlag bi… by @Qubitium in #33
  • Revert "Reduce pattern cache thread contention and latency (#32)" by @Qubitium in #34
  • Fix sdist not installable by @Qubitium in #36

What's Changed

Full Changelog: v0.1.0...v0.2.2

PyPcre v0.2.1

12 Oct 12:53
6716596

Choose a tag to compare

Notable Changes:

  • 🎉 Full GIL=0 compliance on Linux, MacOS, FreeBSD, Windows, WSL, and Solaris.
  • 🎉 Reduced cache thread contention for faster performance for all apis.
  • 🎉 Micro benchmarks shows PyPcre is the leading full-featured pcre compatible library on pypi and the only one full-tested for GIL=0 safety and compliance.
  • 🎉 Expanded CI tesing coverage by 2x and added new fuzz (clobber) tests to guard against regressions

v0.2.0 was patch released to v0.2.1 due to two fixed regressions:

  • Fix massive 5x performance regression due to usage of enum.IntFlag bi… by @Qubitium in #33
  • Revert "Reduce pattern cache thread contention and latency (#32)" by @Qubitium in #34

What's Changed

Full Changelog: v0.1.0...v0.2.1

PyPcre v0.2.0

11 Oct 13:50
38c3609

Choose a tag to compare

Notable Changes:

  • 🎉 Full GIL=0 compliance on Linux, MacOS, FreeBSD, Windows, WSL, and Solaris.
  • 🎉 Reduced cache thread contention for faster performance for all apis.
  • 🎉 Micro benchmarks shows PyPcre is the leading full-featured pcre compatible library on pypi and the only one full-tested for GIL=0 safety and compliance.
  • 🎉 Expanded CI tesing coverage by 2x and added new fuzz (clobber) tests to guard against regressions

What's Changed

Full Changelog: v0.1.0...v.0.2.0