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
f9502150
Commit
f9502150
authored
Jun 14, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
note about semver policy
parent
1cbe7ef2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
docs/changelog.rst
+7
-4
No files found.
docs/changelog.rst
View file @
f9502150
...
@@ -3,18 +3,21 @@
...
@@ -3,18 +3,21 @@
Changelog
Changelog
#########
#########
Breaking changes queued for v2.0 (Not yet released)
Starting with version 1.8, pybind11 releases use a
[semantic versioning](http://semver.org) policy.
Breaking changes queued for v2.0.0 (Not yet released)
---------------------------------------------------
---------------------------------------------------
* Redesigned virtual call mechanism and user-facing syntax (see
* Redesigned virtual call mechanism and user-facing syntax (see
https://github.com/pybind/pybind11/commit/86d825f3302701d81414ddd3d38bcd09433076bc)
https://github.com/pybind/pybind11/commit/86d825f3302701d81414ddd3d38bcd09433076bc)
* Remove ``handle.call()`` method
* Remove ``handle.call()`` method
1.9 (Not yet released)
1.9
.0
(Not yet released)
----------------------
----------------------
* Queued changes: ``py::eval*``, map indexing suite, documentation for indexing suites.
* Queued changes: ``py::eval*``, map indexing suite, documentation for indexing suites.
1.8 (June 14, 2016)
1.8
.0
(June 14, 2016)
----------------------
----------------------
* Redesigned CMake build system which exports a convenient
* Redesigned CMake build system which exports a convenient
``pybind11_add_module`` function to parent projects.
``pybind11_add_module`` function to parent projects.
...
@@ -40,7 +43,7 @@ Breaking changes queued for v2.0 (Not yet released)
...
@@ -40,7 +43,7 @@ Breaking changes queued for v2.0 (Not yet released)
* List function arguments in exception text when the dispatch code cannot find
* List function arguments in exception text when the dispatch code cannot find
a matching overload
a matching overload
* Added ``PYBIND11_OVERLOAD_NAME`` and ``PYBIND11_OVERLOAD_PURE_NAME`` macros which
* Added ``PYBIND11_OVERLOAD_NAME`` and ``PYBIND11_OVERLOAD_PURE_NAME`` macros which
can be used to override virtual methods whose name differs in C++ and Python
can be used to override virtual methods whose name differs in C++ and Python
(e.g. ``__call__`` and ``operator()``)
(e.g. ``__call__`` and ``operator()``)
* Various minor ``iterator`` and ``make_iterator()`` improvements
* Various minor ``iterator`` and ``make_iterator()`` improvements
* Transparently support ``__bool__`` on Python 2.x and Python 3.x
* Transparently support ``__bool__`` on Python 2.x and Python 3.x
...
...
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