Version 2.9.0 #3576
henryiii
announced in
Announcements
Version 2.9.0
#3576
Replies: 1 comment 2 replies
-
Congratulations for the new release! Question (@rwgk): When will be smart_holder branch merged to the "master" branch? I was hoping 2.9.0 would contain the smart_holder branch stuff. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the last version to support Python 2.7 and 3.5.
New Features:
py::args
to be followed by other arguments; the remaining arguments are implicitly keyword-only, as if apy::kw_only{}
annotation had been used. #3402Changes:
std::string_view
. #3521_
withconst_name
in internals, avoid definingpybind::_
if_
defined as macro (common gettext usage) #3423Bug fixes:
std::forward
calls to somecpp_function
overloads. #3443python dev
label. #3419Eigen::MappedSparseMatrix
withEigen::Map<Eigen::SparseMatrix<...>>
for Eigen 3.3+. #3499Build system improvements:
-g
in$CFLAGS
and$CPPFLAGS
are no longer overridden by.Pybind11Extension
. #3436setup_helpers
. #3548mips64
andppc64le
(reported broken). #3557This discussion was created from the release Version 2.9.0.
Beta Was this translation helpful? Give feedback.
All reactions