Skip to content

Releases: freepn/py-re2

Release v0.3.2-4

15 Jan 05:35
0.3.2-4
Compare
Choose a tag to compare

0.3.2-4

Changes

  • Ci: add more wheel repair verbosity, upgrade delocate pkg (PR39) [Stephen L Arnold]

  • Ci: test updated conda recipe (based on feedback from conda-forge) [Stephen L Arnold]

  • Ci: cleanup release workflow (only publish cibuildwheels) [Stephen L Arnold]

Release v0.3.2-3

13 Jan 04:39
0.3.2-3
Compare
Choose a tag to compare

0.3.2-3

Changes

  • Ci: cleanup release workflow (only publish cibuildwheels) [Stephen L Arnold]

  • Ci: remove spurious wheel check from release build. [Stephen L Arnold]

  • Add platform deps section and conda note to readme. [Stephen L Arnold]

Release v0.3.2-2

11 Jan 22:15
0.3.2-2
Compare
Choose a tag to compare

0.3.2-2

(wheels deleted)

Release v0.3.2-1 (audited wheels)

10 Jan 22:41
0.3.2-1
Compare
Choose a tag to compare

0.3.2-1

Note

This release is functionally the same as the 0.3.2-2 release, however, the binary wheels were created by cibuildwheel and then "repaired" with auditwheel. Try these if you have problems with the 0.3.2-2 wheels.

New

  • Refactor python packaging and extension building using cmake and pybind11 [Stephen L Arnold]

Changes

  • Many CI changes, build wheels in multiple environments for 3 OS platforms [Stephen L Arnold]
  • Add conda recipe and corresponding CI workflow [Stephen L Arnold]
  • Use gitchangelog for automated release changes instead of changelog action [Stephen L Arnold]

Fixes

  • Centos eol yum error, use epel-release install and repo=enable to find pkgs. [Stephen L Arnold]
  • Pickling test import error, add setup.cfg for nose. [Stephen L Arnold]

Release v0.3.1-1

07 Dec 20:41
0.3.1-1
Compare
Choose a tag to compare

Changes

  • Don't use changelog action for release changes instead of gitchangelog. [Stephen L Arnold]

Fixes

  • Centos eol yum error, epel-release install and repo=enable to find pkgs. [Stephen L Arnold]

  • Pickling test import error, add setup.cfg for nose. [Stephen L Arnold]