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
0e6ca591
Commit
0e6ca591
authored
Apr 07, 2016
by
Wenzel Jakob
Browse files
version 1.4
parent
3411673f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/changelog.rst
docs/changelog.rst
+2
-2
pybind11/_version.py
pybind11/_version.py
+1
-1
No files found.
docs/changelog.rst
View file @
0e6ca591
...
@@ -6,9 +6,9 @@ Changelog
...
@@ -6,9 +6,9 @@ Changelog
1.4 (not yet released)
1.4 (not yet released)
--------------------------
--------------------------
* Transparent type conversion for ``std::wstring`` and ``wchar_t``
* Transparent type conversion for ``std::wstring`` and ``wchar_t``
* Allow passing null
pointers for
strings
* Allow passing
``
null
ptr``-valued
strings
* Transparent passing of ``void *`` pointers using capsules
* Transparent passing of ``void *`` pointers using capsules
* Transparent support for returning values
return
ed in ``std::unique_ptr``
* Transparent support for returning values
wrapp
ed in ``std::unique_ptr
<>
``
* Improved docstring generation for compatibility with Sphinx
* Improved docstring generation for compatibility with Sphinx
* Nicer debug error message when default parameter construction fails
* Nicer debug error message when default parameter construction fails
* Support for "opaque" types that bypass the transparent conversion layer for STL containers
* Support for "opaque" types that bypass the transparent conversion layer for STL containers
...
...
pybind11/_version.py
View file @
0e6ca591
version_info
=
(
1
,
4
,
'dev0'
)
version_info
=
(
1
,
4
)
__version__
=
'.'
.
join
(
map
(
str
,
version_info
))
__version__
=
'.'
.
join
(
map
(
str
,
version_info
))
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