PyO3 v0.2.4 Release Notes

Release Date: 2018-01-19 // over 7 years ago
  • โž• Added

    • ๐Ÿ‘ Allow to get mutable ref from PyObject #106
    • โฌ‡๏ธ Drop RefFromPyObject trait
    • โž• Add Python::register_any() method

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix impl FromPyObject for Py<T>
    • Mark method that work with raw pointers as unsafe #95