14
0

Accepting request 1109302 from home:jengelh:branches:devel:languages:python

- Update to release 2.11.1

OBS-URL: https://build.opensuse.org/request/show/1109302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybind11?expand=0&rev=46
This commit is contained in:
2023-09-20 16:06:20 +00:00
committed by Git OBS Bridge
parent 5a111b4a68
commit 4ab6bac77f
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Sep 4 19:14:31 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.11.1
* 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.
* ``format_descriptor<>`` & ``npy_format_descriptor<> PyObject *``
specializations were added. The latter enables
``py::array_t<PyObject *>`` to/from-python conversions.
* Cast errors now always include Python type information, even if
PYBIND11_DETAILED_ERROR_MESSAGES is not defined. This increases
binary sizes by ~1.5%.
* The docstring generation for the ``std::array``-list caster was
changed to conform to PEP 593.
-------------------------------------------------------------------
Fri Apr 21 12:30:25 UTC 2023 - Dirk Müller <dmueller@suse.com>