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
ed52f466
Commit
ed52f466
authored
Dec 26, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated changelog
parent
64cb699e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
docs/changelog.rst
+16
-4
No files found.
docs/changelog.rst
View file @
ed52f466
...
@@ -3,9 +3,19 @@
...
@@ -3,9 +3,19 @@
Changelog
Changelog
#########
#########
Starting with version 1.8, pybind11 releases use a `semantic versioning
Starting with version 1.8
.0
, pybind11 releases use a `semantic versioning
<http://semver.org>`_ policy.
<http://semver.org>`_ policy.
v2.0.0 (???)
-----------------------------------------------------
* Fixed a reference counting regression affecting types with custom metaclasses
(introduced in v2.0.0-rc1).
`#571 <https://github.com/pybind/pybind11/pull/571>`_.
* Quenched a CMake policy warning.
`#570 <https://github.com/pybind/pybind11/pull/570>`_.
v2.0.0-rc1 (Dec 23)
v2.0.0-rc1 (Dec 23)
-----------------------------------------------------
-----------------------------------------------------
...
@@ -14,8 +24,8 @@ with a subsequent v2.0.0 release planned in early January next year.
...
@@ -14,8 +24,8 @@ with a subsequent v2.0.0 release planned in early January next year.
An incredible amount of effort by went into pybind11 over the last ~5 months,
An incredible amount of effort by went into pybind11 over the last ~5 months,
leading to a release that is jam-packed with exciting new features and numerous
leading to a release that is jam-packed with exciting new features and numerous
usuability improvements. The following list
is roughly ordered in order of
usuability improvements. The following list
links PRs or individual commits
importance and links PRs or individual commits
whenever applicable.
whenever applicable.
Happy Christmas!
Happy Christmas!
...
@@ -26,7 +36,9 @@ Happy Christmas!
...
@@ -26,7 +36,9 @@ Happy Christmas!
interoperate with the future 5.7 release. No code changes are necessary,
interoperate with the future 5.7 release. No code changes are necessary,
everything "just" works as usual. Note that we only target the Python 2.7
everything "just" works as usual. Note that we only target the Python 2.7
branch for now; support for 3.x will be added once its ``cpyext`` extension
branch for now; support for 3.x will be added once its ``cpyext`` extension
support catches up. `#527 <https://github.com/pybind/pybind11/pull/527>`_.
support catches up. A few minor features remain unsupported for the time
being (notably dynamic attributes in custom types).
`#527 <https://github.com/pybind/pybind11/pull/527>`_.
* Significant work on the documentation -- in particular, the monolitic
* Significant work on the documentation -- in particular, the monolitic
``advanced.rst`` file was restructured into a easier to read hierarchical
``advanced.rst`` file was restructured into a easier to read hierarchical
...
...
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