Skip to content

1.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 19:49
· 41 commits to master since this release
0421f01

1.4.2 (2022-07-02)

Full Changelog

CI

  • #628 Updated java-setup to v3, include all the LTS versions from adoptium during CI tests.

Packaging

  • #620 When cross-compiling for Android, we should not use the include dirs exposed by the JDK
  • #629 Cython now requires a minimum version. Introduces setup.cfg. Cleans up the CI workflow
  • #625 Use cibuildwheel for releases

Docs

  • #616 Update api.rst, remove extra equals signs

Implemented enhancements:

  • #622 Add suffix to support IBM jre on Windows
  • #626 Move get_cpu guessing into _possible_lib_location
  • #627 PyPy: Fixes a segfault + add tests