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
2c5d5606
Commit
2c5d5606
authored
Apr 11, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog update
parent
f5c154ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
docs/changelog.rst
+8
-3
No files found.
docs/changelog.rst
View file @
2c5d5606
...
@@ -3,6 +3,11 @@
...
@@ -3,6 +3,11 @@
Changelog
Changelog
#########
#########
1.5 (not yet released)
----------------------
* Address a rare issue that could confuse the current virtual function dispatcher
* Documentation improvements: import issues, symbol visibility, limitations
1.4 (April 7, 2016)
1.4 (April 7, 2016)
--------------------------
--------------------------
* Transparent type conversion for ``std::wstring`` and ``wchar_t``
* Transparent type conversion for ``std::wstring`` and ``wchar_t``
...
@@ -13,7 +18,7 @@ Changelog
...
@@ -13,7 +18,7 @@ Changelog
* 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
* Redesigned type casting interface to avoid ambiguities that could occasionally cause compiler errors
* Redesigned type casting interface to avoid ambiguities that could occasionally cause compiler errors
* Redesigned property implementation; fixes crashes due to an unfortunate default return value policy
.
* Redesigned property implementation; fixes crashes due to an unfortunate default return value policy
* Anaconda package generation support
* Anaconda package generation support
1.3 (March 8, 2016)
1.3 (March 8, 2016)
...
@@ -23,7 +28,7 @@ Changelog
...
@@ -23,7 +28,7 @@ Changelog
* Added support for the STL unordered set/map data structures
* Added support for the STL unordered set/map data structures
* Added support for the STL linked list data structure
* Added support for the STL linked list data structure
* NumPy-style broadcasting support in ``pybind11::vectorize``
* NumPy-style broadcasting support in ``pybind11::vectorize``
* pybind11 now displays more verbose error messages when ``arg::operator=()`` fails
.
* pybind11 now displays more verbose error messages when ``arg::operator=()`` fails
* pybind11 internal data structures now live in a version-dependent namespace to avoid ABI issues
* pybind11 internal data structures now live in a version-dependent namespace to avoid ABI issues
* Many, many bugfixes involving corner cases and advanced usage
* Many, many bugfixes involving corner cases and advanced usage
...
@@ -39,7 +44,7 @@ Changelog
...
@@ -39,7 +44,7 @@ Changelog
* Improved interface for RAII type wrappers in ``pytypes.h``
* Improved interface for RAII type wrappers in ``pytypes.h``
* Use RAII type wrappers consistently within pybind11 itself. This
* Use RAII type wrappers consistently within pybind11 itself. This
fixes various potential refcount leaks when exceptions occur
fixes various potential refcount leaks when exceptions occur
* Added new ``bytes`` RAII type wrapper (maps to ``string`` in Python 2.7)
.
* Added new ``bytes`` RAII type wrapper (maps to ``string`` in Python 2.7)
* Made handle and related RAII classes const correct, using them more
* Made handle and related RAII classes const correct, using them more
consistently everywhere now
consistently everywhere now
* Got rid of the ugly ``__pybind11__`` attributes on the Python side---they are
* Got rid of the ugly ``__pybind11__`` attributes on the Python side---they are
...
...
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