Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
dd7ec34d
Commit
dd7ec34d
authored
Apr 29, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documentation updates
parent
06f56ee1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
LICENSE
+1
-1
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
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
modification, are permitted provided that the following conditions are met:
...
...
docs/changelog.rst
View file @
dd7ec34d
...
@@ -3,19 +3,21 @@
...
@@ -3,19 +3,21 @@
Changelog
Changelog
#########
#########
1.6 (
not yet released
)
1.6 (
April 28, 2016
)
----------------------
----------------------
* Added a new ``move`` return value policy that triggers C++11 move semantics.
* 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
reference is encountered
* Significantly more general GIL state routines that are used instead of
* Significantly more general GIL state routines that are used instead of
Python's troublesome ``PyGILState_Ensure`` and ``PyGILState_Release`` API
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
* ``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 Python RAII type wrappers ``none`` and ``iterable``
* Added ``*args`` and ``*kwargs`` pass-through parameters to
* Added ``*args`` and ``*kwargs`` pass-through parameters to
``pybind11.get_include()`` function
``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)
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