:truck: More to_numpy to as_numpy renames
Missed a few more method renames of `to_numpy` to `as_numpy` in commit ef4cc712217e7748af0cfb63f30d825e576fac03.
:alien: Remove _bound suffix from .to_pyarray_bounds
PyO3 0.23 completes the removal of the "GIL Refs" API, so the "Bound" API functions which had been introduced with _bound suffixes are no longer needed. Xref https://pyo3.rs/v0.23.2/migration#gil-refs-feature-removed
:arrow_up: Bump uraimo/run-on-arch-action from 2.7.1 to 2.8.1
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.7.1 to 2.8.1.
- [Release notes](https://github.com/uraimo/run-on-arch-action/releases)
- [Commits](https://github.com/uraimo/run-on-arch-action/compare/v2.7.1...v2.8.1)
Xref https://github.com/uraimo/run-on-arch-action/issues/155
:alien: Import pyo3::types::PyModuleMethods
Needed to fix `error[E0599]: no method named `add_class` found for reference `&pyo3::Bound<'_, PyModule>` in the current scope` and `error[E0599]: no method named `add_function` found for reference `&pyo3::Bound<'_, PyModule>` in the current scope`.