New features: The newly added pybind11::detail::is_move_constructible trait can be specialized for cases in which std::is_move_constructible does not work as needed. This is very similar to the long-established pybind11::detail::is_copy_constructible. #4631 Introduce recursive_container_traits. #4623 pybind11/type_caster_pyobject_ptr.h was added to support automatic wrapping of APIs that make use of PyObject *. This header needs to included explicitly (i.e. it is not included implicitly with pybind/pybind11.h). #4601 format_descriptor & npy_format_descriptor PyObject * specializations were added. The latter enables py::array_t to/from-python conversions. #4674 buffer_info gained an item_type_is_equivalent_to() member function. #4674 The ca...
Changes: python3 -m pybind11 gained a --version option (prints the version and exits). #4526 Bug F...
Changes: PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF is now provided as an option for disabling the d...
This is a very minor release updating the required versions of some dependencies to permit the libse...
Removed support for Python 2.7, Python 3.5, and MSVC 2015. Support for MSVC 2017 is limited due to a...
This is the first version to fully support embedding the newly released Python 3.11. Changes: Allow...
This is the last version to support Python 2.7 and 3.5. New Features: Allow py::args to be followed...
Changes: If possible, attach Python exception with py::raise_from to TypeError when casting from C+...
Changes: Enum now has an __index__ method on Python \<3.8 too. #3700 Local internals are now cl...
Changes: scoped_interpreter constructor taking PyConfig. #4372 pybind11/eigen/tensor.h adds convert...
API change: functions calls with weights=None now return None as the second return. Previously the u...
Details are collected under milestone 0.13.0 Copy/paste from the change log: API changes The demesi...
Bug fixes Issue #2 on GitHub fixed. API changes/new features: :class:fwdpy11.regions.Sregion may ...
New Features The new Abstract Model Representation translation and building workflow will allow to ...
Update pybind11 to 2.6 series. Some changes to backend types (std::size_t -> py::ssize_t for sizes) ...
An overview of pybind11's impact on the LSST stack. A companion presentation to https://zenodo.org/r...
Changes: python3 -m pybind11 gained a --version option (prints the version and exits). #4526 Bug F...
Changes: PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF is now provided as an option for disabling the d...
This is a very minor release updating the required versions of some dependencies to permit the libse...
Removed support for Python 2.7, Python 3.5, and MSVC 2015. Support for MSVC 2017 is limited due to a...
This is the first version to fully support embedding the newly released Python 3.11. Changes: Allow...
This is the last version to support Python 2.7 and 3.5. New Features: Allow py::args to be followed...
Changes: If possible, attach Python exception with py::raise_from to TypeError when casting from C+...
Changes: Enum now has an __index__ method on Python \<3.8 too. #3700 Local internals are now cl...
Changes: scoped_interpreter constructor taking PyConfig. #4372 pybind11/eigen/tensor.h adds convert...
API change: functions calls with weights=None now return None as the second return. Previously the u...
Details are collected under milestone 0.13.0 Copy/paste from the change log: API changes The demesi...
Bug fixes Issue #2 on GitHub fixed. API changes/new features: :class:fwdpy11.regions.Sregion may ...
New Features The new Abstract Model Representation translation and building workflow will allow to ...
Update pybind11 to 2.6 series. Some changes to backend types (std::size_t -> py::ssize_t for sizes) ...
An overview of pybind11's impact on the LSST stack. A companion presentation to https://zenodo.org/r...
Changes: python3 -m pybind11 gained a --version option (prints the version and exits). #4526 Bug F...
Changes: PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF is now provided as an option for disabling the d...
This is a very minor release updating the required versions of some dependencies to permit the libse...