Commits
Click on a commit to change the comparison range:arrow_up: Bump pyo3 from 0.25.0 to 0.26.0, numpy from 0.25.0 to 0.26.0
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.25.0...v0.26.0)
Bumps [numpy](https://github.com/PyO3/rust-numpy) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/PyO3/rust-numpy/releases)
- [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PyO3/rust-numpy/compare/v0.25.0...v0.26.0)
Bumps [dlpark](https://github.com/SunDoge/dlpark) from 0.6.0 to d6c7e17.
- [Release notes](https://github.com/SunDoge/dlpark/releases)
- [Changelog](https://github.com/SunDoge/dlpark/blob/main/CHANGELOG.md)
- [Commits](https://github.com/SunDoge/dlpark/compare/v0.6.0...d6c7e17e911a4a0ff80f3c010370e15dd3ac683c) :rotating_light: Ignore doc_markdown lint in src/python/adapters.rs
Xref https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown. No need to wrap backticks around types/variables in Python docstrings. :alien: Change tensor.len() -> tensor.num_bytes()
Fix "error[E0599]: no method named `len` found for struct `dlpark::versioned::safe_managed_tensor::SafeManagedTensorVersioned` in the current scope"