Skip to content

Releases: tttapa/py-build-cmake

0.6.0a2

01 Sep 23:01
Compare
Choose a tag to compare
0.6.0a2 Pre-release
Pre-release

Full Changelog: 0.6.0a1...0.6.0a2

0.6.0a1

26 Aug 15:16
Compare
Choose a tag to compare
0.6.0a1 Pre-release
Pre-release

Experimental Conan support.

Full Changelog: 0.5.0...0.6.0a1

0.5.0

14 Aug 21:10
Compare
Choose a tag to compare

New Contributors

Full Changelog: 0.4.3...0.5.0

0.5.0b2

24 Jul 18:16
Compare
Choose a tag to compare
0.5.0b2 Pre-release
Pre-release

Upgrade distlib.

Full Changelog: 0.5.0b1...0.5.0b2

0.5.0b1

12 Jul 14:33
Compare
Choose a tag to compare
0.5.0b1 Pre-release
Pre-release
  • PEP 639 license metadata support
  • Improved CMake 4.0 FindPython support (including Python_ARTIFACTS_PREFIX)
  • Improved free-threading support
  • Pyodide support

New Contributors

Full Changelog: 0.4.3...0.5.0b1

0.4.3

07 Apr 18:55
Compare
Choose a tag to compare
  • Experimental free-threading support (#46)
  • Python 3.14 support
  • Set MYPYPATH for stubgen
  • Add PY_BUILD_CMAKE_VERBOSE_ENV option
  • Use CMAKE_GENERATOR environment variable as default value for cmake.generator (#47)

Full Changelog: 0.4.2...0.4.3

0.4.2

17 Feb 19:28
Compare
Choose a tag to compare

Full Changelog: 0.4.1...0.4.2

0.4.1

09 Feb 18:27
Compare
Choose a tag to compare
  • Produce a warning when MACOSX_DEPLOYMENT_TARGET is set in the py-build-cmake config (#43)
  • Support appending and prepending to environment variables

Full Changelog: 0.4.0...0.4.1

0.4.0

03 Feb 15:39
Compare
Choose a tag to compare
  • MACOSX_DEPLOYMENT_TARGET support:
    Its value is now used to determine the Wheel platform tag on macOS, and the target version is passed on to CMake.
  • Improved documentation.

Full Changelog: 0.3.4...0.4.0

0.4.0a0

03 Feb 01:16
Compare
Choose a tag to compare
0.4.0a0 Pre-release
Pre-release
  • Improved MACOSX_DEPLOYMENT_TARGET support.
  • Merged all host platform information into a single dataclass that is used throughout the build, rather than directly querying global information that could depend on environment variables etc.

Full Changelog: 0.3.4...0.4.0a0