Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
dd7ec34d
Commit
dd7ec34d
authored
Apr 29, 2016
by
Wenzel Jakob
Browse files
documentation updates
parent
06f56ee1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
LICENSE
LICENSE
+1
-1
docs/changelog.rst
docs/changelog.rst
+6
-4
No files found.
LICENSE
View file @
dd7ec34d
Copyright (c) 201
5
Wenzel Jakob <wenzel
@inf.ethz
.ch>, All rights reserved.
Copyright (c) 201
6
Wenzel Jakob <wenzel
.jakob@epfl
.ch>, All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
...
...
docs/changelog.rst
View file @
dd7ec34d
...
...
@@ -3,19 +3,21 @@
Changelog
#########
1.6 (
not yet released
)
1.6 (
April 28, 2016
)
----------------------
* Added a new ``move`` return value policy that triggers C++11 move semantics.
The automatic return value policy falls back to this case when a rvalue
The automatic return value policy falls back to this case when
ever
a rvalue
reference is encountered
* Significantly more general GIL state routines that are used instead of
Python's troublesome ``PyGILState_Ensure`` and ``PyGILState_Release`` API
* Redesign of opaque types that drastically simplifies their usage
* ``keep_alive`` fix: don't fail when there is no patient
* ``functional.h``: acquire the GIL before calling Python function
* ``functional.h``: acquire the GIL before calling
a
Python function
* Added Python RAII type wrappers ``none`` and ``iterable``
* Added ``*args`` and ``*kwargs`` pass-through parameters to
``pybind11.get_include()`` function
* Documentation improvements: ``opaque``, return value policies
* Iterator improvements and fixes
* Documentation on return value policies and opaque types improved
1.5 (April 21, 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