forked from pool/python-pybind11
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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user