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
e6b2f759
Commit
e6b2f759
authored
Jul 10, 2016
by
Wenzel Jakob
Browse files
updated changelog
parent
954b7932
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
docs/changelog.rst
docs/changelog.rst
+11
-1
No files found.
docs/changelog.rst
View file @
e6b2f759
...
...
@@ -15,7 +15,17 @@ Breaking changes queued for v2.0.0 (Not yet released)
1.9.0 (Not yet released)
------------------------
* Queued changes: ``py::eval*``, map indexing suite, documentation for indexing suites.
* Queued changes: map indexing suite, documentation for indexing suites.
* Mapping a stateless C++ function to Python and back is now "for free" (i.e. no call overheads)
* Added ``eval`` and ``eval_file`` functions for evaluating expressions and
statements from a string or file
* eigen.h type converter fixed for non-contiguous arrays (e.g. slices)
* print more informative error messages when ``make_tuple()`` or ``cast()`` fail
* ``std::enable_shared_from_this<>`` now also works for ``const`` values
* a return value policy can now be passed to ``handle::operator()``
* ``make_iterator()`` improvements for better compatibility with various types (now uses prefix increment operator)
* ``arg()`` now accepts a wider range of argument types for default values
* various minor improvements of library internals (no user-visible changes)
1.8.0 (June 14, 2016)
----------------------
...
...
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