Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve doc example for `Codegen` Signed-off-by: Andrej Orsula <[email protected]> * Remove redundant extract Signed-off-by: Andrej Orsula <[email protected]> * Bump pyo3 to 0.21 - Fix only breaking changes for now Signed-off-by: Andrej Orsula <[email protected]> * Update tips/notes in README Signed-off-by: Andrej Orsula <[email protected]> * Bump to 0.4.1 Signed-off-by: Andrej Orsula <[email protected]> * Bump pyo3 to 0.21 in docs Signed-off-by: Andrej Orsula <[email protected]> * Autoupdate pre-commit hooks Signed-off-by: Andrej Orsula <[email protected]> * Adopt `pyo3::Bound` API Signed-off-by: Andrej Orsula <[email protected]> * Bump to 0.5.0 Signed-off-by: Andrej Orsula <[email protected]> * Improve ergonomy of calling methods with `pyo3::Bound` Signed-off-by: Andrej Orsula <[email protected]> * Remove `pyobject_native_type_extract!` from expected test output Signed-off-by: Andrej Orsula <[email protected]> * Remove `macros` from default features Signed-off-by: Andrej Orsula <[email protected]> * Generate `pyo3_embed_python_source_code()` when using `Codegen::module_from_str()` Signed-off-by: Andrej Orsula <[email protected]> * Document generated `pyo3_embed_python_source_code()` Signed-off-by: Andrej Orsula <[email protected]> * Add `numpy` feature for automatic mapping of numpy::ndarray Signed-off-by: Andrej Orsula <[email protected]> --------- Signed-off-by: Andrej Orsula <[email protected]>
- Loading branch information