mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 14:45:12 +00:00
updated README and changelog
This commit is contained in:
parent
3c6ada3a48
commit
58ec1caa9b
@ -42,7 +42,7 @@ pybind11 can map the following core C++ features to Python
|
|||||||
- Instance methods and static methods
|
- Instance methods and static methods
|
||||||
- Overloaded functions
|
- Overloaded functions
|
||||||
- Instance attributes and static attributes
|
- Instance attributes and static attributes
|
||||||
- Exceptions
|
- Arbitrary exception types
|
||||||
- Enumerations
|
- Enumerations
|
||||||
- Callbacks
|
- Callbacks
|
||||||
- Custom operators
|
- Custom operators
|
||||||
@ -105,7 +105,8 @@ Johan Mabille,
|
|||||||
Tomasz Miąsko,
|
Tomasz Miąsko,
|
||||||
Dean Moldovan,
|
Dean Moldovan,
|
||||||
Ben Pritchard, and
|
Ben Pritchard, and
|
||||||
Boris Schäling.
|
Boris Schäling
|
||||||
|
Pim Schellart.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@ Breaking changes queued for v2.0.0 (Not yet released)
|
|||||||
------------------------
|
------------------------
|
||||||
* Queued changes: map indexing suite, documentation for indexing suites.
|
* 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)
|
* 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
|
* Added ``eval`` and ``eval_file`` functions for evaluating expressions and
|
||||||
statements from a string or file
|
statements from a string or file
|
||||||
* eigen.h type converter fixed for non-contiguous arrays (e.g. slices)
|
* eigen.h type converter fixed for non-contiguous arrays (e.g. slices)
|
||||||
|
Loading…
Reference in New Issue
Block a user