Releases: PyO3/pyo3
Releases · PyO3/pyo3
PyO3 0.2.1
Changes
- Fix rustc
const_fnnightly breakage
PyO3 0.2.0
Changes
-
Added inheritance support #15
-
Added weakref support #56
-
Allow to add gc support without implementing PyGCProtocol #57
-
Refactor
PyErrimplementation. Droppyparameter from constructor. -
Added subclass support #64
-
Added
self.__dict__supoort #68 -
Added
pyo3::preludemodule #70 -
Better
Iteratorsupport for PyTuple, PyList, PyDict #75 -
Introduce IntoPyDictPointer similar to IntoPyTuple #69
PyO3 0.1.0
Initial release
- Python2/Python3 compatible
- Python objects API
- Custom python class support
- Python class customization (Mapping, Sequence, Number, etc)
- Extension module support