 Omar SobhandClaude Sonnet 4.6
|
448c0a0be5
|
fix(gaps): G1 — re-enable Python bindings (PyO3 0.25, Python 3.14)
- Upgrade workspace pyo3 0.24 → 0.25 and numpy 0.24 → 0.25 for Python 3.14 support
- rtx-sklearn-py: replace pinned pyo3 0.20 / pyo3-asyncio 0.20 / numpy 0.20 with workspace versions;
remove broken pyo3-asyncio async feature; update pyo3-build-config to 0.24
- rtx-bindings: uncomment pyo3/numpy/ndarray optional deps; enable python feature in Cargo.toml
- Migrate rtx-bindings python/ to PyO3 0.25 Bound API:
&PyAny → Bound<'py, PyAny>, downcast/extract on Bound types, remove rtx_runtime import,
remove InferenceError arm (variant not in enum), fix py_shape_to_shape signature
- Migrate rtx-sklearn-py src/ to PyO3 0.25 Bound API:
#[pymodule] fn now takes &Bound<'_, PyModule>, &PyDict → &Bound<'py, PyDict>,
from_array returns Bound (unbind instead of to_owned), PyTuple::new now fallible,
use numpy::ndarray (0.16) over workspace ndarray (0.15) to resolve trait mismatches
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
|
2026-06-26 13:55:09 +00:00 |
|