This release adds recursive stubgen support, and allows users to build extensions against the CPython 3.14 stable ABI.
What's Changed
- Apply nanobind_bazel patch via git instead by @nicholasjng in #53
- feat: support recursive stubgen by @cemlyn007 in #44
- Remove stubgen argument patch by @nicholasjng in #55
- Add Python 3.14 stable ABI support by @nicholasjng in #56
- stubgen: Remove path fixup workaround by @nicholasjng in #57
- chore: Switch to non-native rules to maintain new Bazel compatibility by @nicholasjng in #58
- nanobind-bazel v2.5.0 by @nicholasjng in #59
New Contributors
- @cemlyn007 made their first contribution in #44
Full Changelog: v2.4.0...v2.5.0