mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
Update the changelog re: generalized iterators
This commit is contained in:
parent
4c5e21b0cb
commit
606160ed68
@ -25,7 +25,8 @@ Breaking changes queued for v2.0.0 (Not yet released)
|
|||||||
* ``std::enable_shared_from_this<>`` now also works for ``const`` values
|
* ``std::enable_shared_from_this<>`` now also works for ``const`` values
|
||||||
* A return value policy can now be passed to ``handle::operator()``
|
* A return value policy can now be passed to ``handle::operator()``
|
||||||
* ``make_iterator()`` improvements for better compatibility with various types
|
* ``make_iterator()`` improvements for better compatibility with various types
|
||||||
(now uses prefix increment operator)
|
(now uses prefix increment operator); it now also accepts iterators with
|
||||||
|
different begin/end types as long as they are equality comparable.
|
||||||
* ``arg()`` now accepts a wider range of argument types for default values
|
* ``arg()`` now accepts a wider range of argument types for default values
|
||||||
* Added ``repr()`` method to the ``handle`` class.
|
* Added ``repr()`` method to the ``handle`` class.
|
||||||
* Added support for registering structured dtypes via ``PYBIND11_NUMPY_DTYPE()`` macro.
|
* Added support for registering structured dtypes via ``PYBIND11_NUMPY_DTYPE()`` macro.
|
||||||
|
Loading…
Reference in New Issue
Block a user