weiji14
cog3pio
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
:rotating_light: Setup CI to run linting using cargo clippy (#22) * :construction_worker: Setup CI to run linting using cargo clippy Run `cargo clippy --all-targets --all-features` on Continuous Integration on every Pull Request and push to main. Adapted from https://doc.rust-lang.org/stable/clippy/continuous_integration/github_actions.html * :rotating_light: Fix error: useless conversion to the same type * :pencil2: Fix typo with missing backtick * :rotating_light: Rename PyCogReader's `to_numpy` to `as_numpy` Fixes `error: methods with the following characteristics: (`to_*` and `self` type is not `Copy`) usually take `self` by reference`. Xref https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention * :rotating_light: Fix needless_lifetimes Xref https://rust-lang.github.io/rust-clippy/stable/index.html#/needless_lifetimes * :rotating_light: Allow clippy::type_complexity on xy_coords Silence `error: very complex type used. Consider factoring parts into `type` definitions`. Xref https://rust-lang.github.io/rust-clippy/stable/index.html#/type_complexity * :truck: More to_numpy to as_numpy renames Missed a few more method renames of `to_numpy` to `as_numpy` in commit ef4cc712217e7748af0cfb63f30d825e576fac03.
main
25 days ago
:truck: More to_numpy to as_numpy renames Missed a few more method renames of `to_numpy` to `as_numpy` in commit ef4cc712217e7748af0cfb63f30d825e576fac03.
ci/clippy
25 days ago
:construction_worker: Setup CI to run linting using cargo clippy Run `cargo clippy --all-targets --all-features` on Continuous Integration on every Pull Request and push to main. Adapted from https://doc.rust-lang.org/stable/clippy/continuous_integration/github_actions.html
ci/clippy
1 month ago
:arrow_up: Bump pyo3 from 0.22.4 to 0.23.2, numpy from 0.22.0 to 0.23.0 (#21) * :arrow_up: Bump pyo3 from 0.22.4 to 0.23.2, numpy from 0.22.0 to 0.23.0 Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.22.4 to 0.23.2. - [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.22.4...v0.23.2) Bumps [numpy](https://github.com/PyO3/rust-numpy) from 0.22.0 to 0.23.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.22.0...v0.23.0) * :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
main
2 months ago
: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
pyo3-0.23
2 months ago
:arrow_up: Bump geo from 0.28.0 rev 481196b to 0.29.0 (#20) * :arrow_up: Bump geo from 0.28.0 rev 481196b to 0.29.0 Bumps [geo](https://github.com/georust/geo) from 0.28.0 to 0.29.0. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-0.28.0...geo-0.29.0) * :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
main
3 months ago
: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
geo-0.29.0
3 months ago
:arrow_up: Bump geo from 0.28.0 rev 481196b to 0.29.0 Bumps [geo](https://github.com/georust/geo) from 0.28.0 to 0.29.0. - [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md) - [Commits](https://github.com/georust/geo/compare/geo-0.28.0...geo-0.29.0)
geo-0.29.0
3 months ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs