Skip to content

Commit

Permalink
Development towards 0.5.0 (#20)
Browse files Browse the repository at this point in the history
* 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
AndrejOrsula authored May 9, 2024
1 parent f7e2911 commit 64c64a5
Show file tree
Hide file tree
Showing 26 changed files with 1,009 additions and 649 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
exclude: Cargo.lock
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand Down Expand Up @@ -36,7 +36,7 @@ repos:
- id: beautysh

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.4.2
hooks:
- id: black

Expand All @@ -48,7 +48,7 @@ repos:
exclude: Cargo.lock

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
Expand Down
Loading

0 comments on commit 64c64a5

Please sign in to comment.