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
58ec1caa
Commit
58ec1caa
authored
Jul 11, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated README and changelog
parent
3c6ada3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
README.md
+3
-2
docs/changelog.rst
+1
-0
No files found.
README.md
View file @
58ec1caa
...
...
@@ -42,7 +42,7 @@ pybind11 can map the following core C++ features to Python
-
Instance methods and static methods
-
Overloaded functions
-
Instance attributes and static attributes
-
Exception
s
-
Arbitrary exception type
s
-
Enumerations
-
Callbacks
-
Custom operators
...
...
@@ -105,7 +105,8 @@ Johan Mabille,
Tomasz Miąsko,
Dean Moldovan,
Ben Pritchard, and
Boris Schäling.
Boris Schäling
Pim Schellart.
### License
...
...
docs/changelog.rst
View file @
58ec1caa
...
...
@@ -17,6 +17,7 @@ Breaking changes queued for v2.0.0 (Not yet released)
------------------------
* Queued changes: map indexing suite, documentation for indexing suites.
* Mapping a stateless C++ function to Python and back is now "for free" (i.e. no call overheads)
* Support for translation of arbitrary C++ exceptions to Python counterparts
* Added ``eval`` and ``eval_file`` functions for evaluating expressions and
statements from a string or file
* eigen.h type converter fixed for non-contiguous arrays (e.g. slices)
...
...
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