Skip to content

Releases: pybind/pybind11_bazel

v2.13.6

21 Oct 15:39
2b6082a
Compare
Choose a tag to compare

What's Changed

  • Forward kwargs to alias by @hofbi in #83
  • Added basic example of using pybind11 by @roceb in #86
  • Convert comments into docstrings by @hofbi in #89
  • Examples should use local version by @hofbi in #87
  • Add .gitignore by @hofbi in #88
  • Add -Wl,-z,undefs to linux links by @keith in #90
  • Bump pybind version to 2.13.1 by @hofbi in #97
  • Bump rules_python version by @hofbi in #95
  • Bump rules_python version in example by @hofbi in #93
  • Revert "Add -Wl,-z,undefs to linux links" by @hofbi in #98
  • Bump pybind11 version to 2.13.6 by @hofbi in #101
  • Get module version from module_ctx and try to lookup integrities by @lalten in #103

New Contributors

Full Changelog: v2.12.0...v2.13.6

v2.12.0

08 Apr 21:33
v2.12.0
3946bd0
Compare
Choose a tag to compare

What's Changed

  • Propagate the testonly= attribute in the pybind_extension macro. by @apronchenkov in #81

New Contributors

Full Changelog: v2.11.1.bzl.3...v2.12.0

v2.11.1.bzl.3

02 Mar 10:26
v2.11.1.bzl.3
1b3b9e6
Compare
Choose a tag to compare

What's Changed

  • Make pybind_extension() work on Windows. by @junyer in #75

Full Changelog: v2.11.1.bzl.2...v2.11.1.bzl.3

v2.11.1.bzl.2

16 Feb 11:17
v2.11.1.bzl.2
5afa2e2
Compare
Choose a tag to compare

Warning

This release contains breaking changes!

pybind11_bazel now uses rules_python. @local_config_python no longer exists. @pybind11 is now an internal dependency. The pybind11_embed target no longer exists.

bazel_dep(name = "pybind11_bazel", version = "2.11.1.bzl.2") is now the only thing needed in your MODULE.bazel file. Please remove the use_extension() and use_repo() calls that were previously necessary.

For users embedding Python, please replace the pybind11_embed target with @rules_python//python/cc:current_py_cc_libs.

What's Changed

  • Move to rules_python and remove local_config_python. by @junyer in #72
  • Turn @pybind11 into an internal dependency. by @junyer in #73

Full Changelog: v2.11.1.bzl.1...v2.11.1.bzl.2

v2.11.1.bzl.1

17 Jan 13:55
v2.11.1.bzl.1
8889d39
Compare
Choose a tag to compare
v2.11.1.bzl.1 release

v2.11.1

11 Aug 13:24
fd7d888
Compare
Choose a tag to compare
v2.11.1 release