Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
606160ed
Commit
606160ed
authored
Aug 24, 2016
by
Ivan Smirnov
Browse files
Update the changelog re: generalized iterators
parent
4c5e21b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/changelog.rst
docs/changelog.rst
+2
-1
No files found.
docs/changelog.rst
View file @
606160ed
...
@@ -25,7 +25,8 @@ Breaking changes queued for v2.0.0 (Not yet released)
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment