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
e44fcc3c
Commit
e44fcc3c
authored
Sep 20, 2019
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v2.4.1 release
parent
31680e6f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
28 deletions
+34
-28
docs/changelog.rst
+31
-25
docs/conf.py
+1
-1
include/pybind11/detail/common.h
+1
-1
pybind11/_version.py
+1
-1
No files found.
docs/changelog.rst
View file @
e44fcc3c
...
@@ -6,6 +6,12 @@ Changelog
...
@@ -6,6 +6,12 @@ Changelog
Starting with version 1.8.0, 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.4.1 (Sep 20, 2019)
-----------------------------------------------------
* Fixed a problem involving implicit conversion from enumerations to integers
on Python 3.8. `1780 <https://github.com/pybind/pybind11/pull/1780>`_.
v2.4.0 (Sep 19, 2019)
v2.4.0 (Sep 19, 2019)
-----------------------------------------------------
-----------------------------------------------------
...
@@ -13,58 +19,58 @@ v2.4.0 (Sep 19, 2019)
...
@@ -13,58 +19,58 @@ v2.4.0 (Sep 19, 2019)
are potential ABI incompatibilities. Fixes crashes that occurred when loading
are potential ABI incompatibilities. Fixes crashes that occurred when loading
multiple pybind11 extensions that were e.g. compiled by GCC (libstdc++)
multiple pybind11 extensions that were e.g. compiled by GCC (libstdc++)
and Clang (libc++).
and Clang (libc++).
`1588 <https://github.com/pybind/pybind11/pull/1588>`_ and
`
#
1588 <https://github.com/pybind/pybind11/pull/1588>`_ and
`c9f5a <https://github.com/pybind/pybind11/commit/c9f5a>`_.
`c9f5a <https://github.com/pybind/pybind11/commit/c9f5a>`_.
* Added support for ``__await__``, ``__aiter__``, and ``__anext__`` protocols.
* Added support for ``__await__``, ``__aiter__``, and ``__anext__`` protocols.
`1842 <https://github.com/pybind/pybind11/pull/1842>`_.
`
#
1842 <https://github.com/pybind/pybind11/pull/1842>`_.
* ``pybind11_add_module()``: don't strip symbols when compiling in
* ``pybind11_add_module()``: don't strip symbols when compiling in
``RelWithDebInfo`` mode. `1980
``RelWithDebInfo`` mode. `
#
1980
<https://github.com/pybind/pybind11/pull/1980>`_.
<https://github.com/pybind/pybind11/pull/1980>`_.
* ``enum_``: Reproduce Python behavior when comparing against invalid values
* ``enum_``: Reproduce Python behavior when comparing against invalid values
(e.g. ``None``, strings, etc.). Add back support for ``__invert__()``.
(e.g. ``None``, strings, etc.). Add back support for ``__invert__()``.
`1912 <https://github.com/pybind/pybind11/pull/1912>`_,
`
#
1912 <https://github.com/pybind/pybind11/pull/1912>`_,
`1907 <https://github.com/pybind/pybind11/pull/1907>`_.
`
#
1907 <https://github.com/pybind/pybind11/pull/1907>`_.
* List insertion operation for ``py::list``.
* List insertion operation for ``py::list``.
Added ``.empty()`` to all collection types.
Added ``.empty()`` to all collection types.
Added ``py::set::contains()`` and ``py::dict::contains()``.
Added ``py::set::contains()`` and ``py::dict::contains()``.
`1887 <https://github.com/pybind/pybind11/pull/1887>`_,
`
#
1887 <https://github.com/pybind/pybind11/pull/1887>`_,
`1884 <https://github.com/pybind/pybind11/pull/1884>`_,
`
#
1884 <https://github.com/pybind/pybind11/pull/1884>`_,
`1888 <https://github.com/pybind/pybind11/pull/1888>`_.
`
#
1888 <https://github.com/pybind/pybind11/pull/1888>`_.
* ``py::details::overload_cast_impl`` is available in C++11 mode, can be used
* ``py::details::overload_cast_impl`` is available in C++11 mode, can be used
like ``overload_cast`` with an additional set of parantheses.
like ``overload_cast`` with an additional set of parantheses.
`1581 <https://github.com/pybind/pybind11/pull/1581>`_.
`
#
1581 <https://github.com/pybind/pybind11/pull/1581>`_.
* Fixed ``get_include()`` on Conda.
* Fixed ``get_include()`` on Conda.
`1877 <https://github.com/pybind/pybind11/pull/1877>`_.
`
#
1877 <https://github.com/pybind/pybind11/pull/1877>`_.
* ``stl_bind.h``: negative indexing support.
* ``stl_bind.h``: negative indexing support.
`1882 <https://github.com/pybind/pybind11/pull/1882>`_.
`
#
1882 <https://github.com/pybind/pybind11/pull/1882>`_.
* Minor CMake fix to add MinGW compatibility.
* Minor CMake fix to add MinGW compatibility.
`1851 <https://github.com/pybind/pybind11/pull/1851>`_.
`
#
1851 <https://github.com/pybind/pybind11/pull/1851>`_.
* GIL-related fixes.
* GIL-related fixes.
`1836 <https://github.com/pybind/pybind11/pull/1836>`_,
`
#
1836 <https://github.com/pybind/pybind11/pull/1836>`_,
`8b90b <https://github.com/pybind/pybind11/commit/8b90b>`_.
`8b90b <https://github.com/pybind/pybind11/commit/8b90b>`_.
* Other very minor/subtle fixes and improvements.
* Other very minor/subtle fixes and improvements.
`1329 <https://github.com/pybind/pybind11/pull/1329>`_,
`
#
1329 <https://github.com/pybind/pybind11/pull/1329>`_,
`1910 <https://github.com/pybind/pybind11/pull/1910>`_,
`
#
1910 <https://github.com/pybind/pybind11/pull/1910>`_,
`1863 <https://github.com/pybind/pybind11/pull/1863>`_,
`
#
1863 <https://github.com/pybind/pybind11/pull/1863>`_,
`1847 <https://github.com/pybind/pybind11/pull/1847>`_,
`
#
1847 <https://github.com/pybind/pybind11/pull/1847>`_,
`1890 <https://github.com/pybind/pybind11/pull/1890>`_,
`
#
1890 <https://github.com/pybind/pybind11/pull/1890>`_,
`1860 <https://github.com/pybind/pybind11/pull/1860>`_,
`
#
1860 <https://github.com/pybind/pybind11/pull/1860>`_,
`1848 <https://github.com/pybind/pybind11/pull/1848>`_,
`
#
1848 <https://github.com/pybind/pybind11/pull/1848>`_,
`1821 <https://github.com/pybind/pybind11/pull/1821>`_,
`
#
1821 <https://github.com/pybind/pybind11/pull/1821>`_,
`1837 <https://github.com/pybind/pybind11/pull/1837>`_,
`
#
1837 <https://github.com/pybind/pybind11/pull/1837>`_,
`1833 <https://github.com/pybind/pybind11/pull/1833>`_,
`
#
1833 <https://github.com/pybind/pybind11/pull/1833>`_,
`1748 <https://github.com/pybind/pybind11/pull/1748>`_,
`
#
1748 <https://github.com/pybind/pybind11/pull/1748>`_,
`1852 <https://github.com/pybind/pybind11/pull/1852>`_.
`
#
1852 <https://github.com/pybind/pybind11/pull/1852>`_.
v2.3.0 (June 11, 2019)
v2.3.0 (June 11, 2019)
-----------------------------------------------------
-----------------------------------------------------
...
...
docs/conf.py
View file @
e44fcc3c
...
@@ -63,7 +63,7 @@ author = 'Wenzel Jakob'
...
@@ -63,7 +63,7 @@ author = 'Wenzel Jakob'
# The short X.Y version.
# The short X.Y version.
version
=
'2.4'
version
=
'2.4'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'2.4.
dev
1'
release
=
'2.4.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
include/pybind11/detail/common.h
View file @
e44fcc3c
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
#define PYBIND11_VERSION_MAJOR 2
#define PYBIND11_VERSION_MAJOR 2
#define PYBIND11_VERSION_MINOR 4
#define PYBIND11_VERSION_MINOR 4
#define PYBIND11_VERSION_PATCH
dev
1
#define PYBIND11_VERSION_PATCH 1
/// Include Python header, disable linking to pythonX_d.lib on Windows in debug mode
/// Include Python header, disable linking to pythonX_d.lib on Windows in debug mode
#if defined(_MSC_VER)
#if defined(_MSC_VER)
...
...
pybind11/_version.py
View file @
e44fcc3c
version_info
=
(
2
,
4
,
'dev1'
)
version_info
=
(
2
,
4
,
1
)
__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