Releases: pybind/pybind11_bazel
Releases · pybind/pybind11_bazel
v2.13.6
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
- @hofbi made their first contribution in #83
- @roceb made their first contribution in #86
- @keith made their first contribution in #90
- @lalten made their first contribution in #103
Full Changelog: v2.12.0...v2.13.6
v2.12.0
What's Changed
- Propagate the testonly= attribute in the pybind_extension macro. by @apronchenkov in #81
New Contributors
- @apronchenkov made their first contribution in #81
Full Changelog: v2.11.1.bzl.3...v2.12.0
v2.11.1.bzl.3
What's Changed
Full Changelog: v2.11.1.bzl.2...v2.11.1.bzl.3
v2.11.1.bzl.2
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
v2.11.1.bzl.1 release