Skip to content

Releases: PyO3/pyo3

PyO3 0.2.0

12 Aug 16:58
Compare
Choose a tag to compare

Changes

  • Added inheritance support #15

  • Added weakref support #56

  • Allow to add gc support without implementing PyGCProtocol #57

  • Refactor PyErr implementation. Drop py parameter from constructor.

  • Added subclass support #64

  • Added self.__dict__ supoort #68

  • Added pyo3::prelude module #70

  • Better Iterator support for PyTuple, PyList, PyDict #75

  • Introduce IntoPyDictPointer similar to IntoPyTuple #69

PyO3 0.1.0

23 Jul 18:32
Compare
Choose a tag to compare

Initial release

  • Python2/Python3 compatible
  • Python objects API
  • Custom python class support
  • Python class customization (Mapping, Sequence, Number, etc)
  • Extension module support