weiji14
cog3pio
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
:arrow_up: Bump pyo3 from 0.27.1 to 0.28.3, numpy from 0.27.1 to 0.28.0 (#92) * :arrow_up: Bump pyo3 from 0.27.1 to 0.28.3, numpy from 0.27.1 to 0.28.0 Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.27.1 to 0.28.3. - [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.27.1...v0.28.3) Bumps [numpy](https://github.com/PyO3/rust-numpy) from 0.27.1 to 0.28.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.27.1...v0.28.3) Bumps [dlpark](https://github.com/SunDoge/dlpark) from 93def27 to aff9c5d. - [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/93def2733de9437f50d7f704ddddcf0f67016d88...aff9c5d4b7726b4f66684e6fe0ac98ec58e263bd) * :arrow_up: Bump PyO3/maturin-action from 1.50.1 to 1.51.0 Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 1.50.1 to 1.51.0. - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/PyO3/maturin-action/compare/v1.50.1...v1.51.0)
main
1 day ago
:arrow_up: Bump PyO3/maturin-action from 1.50.1 to 1.51.0 Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 1.50.1 to 1.51.0. - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](https://github.com/PyO3/maturin-action/compare/v1.50.1...v1.51.0)
pyo3-0.28
1 day ago
:arrow_up: Bump pyo3 from 0.27.1 to 0.28.3, numpy from 0.27.1 to 0.28.0 Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.27.1 to 0.28.3. - [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.27.1...v0.28.3) Bumps [numpy](https://github.com/PyO3/rust-numpy) from 0.27.1 to 0.28.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.27.1...v0.28.3) Bumps [dlpark](https://github.com/SunDoge/dlpark) from 93def27 to aff9c5d. - [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/93def2733de9437f50d7f704ddddcf0f67016d88...aff9c5d4b7726b4f66684e6fe0ac98ec58e263bd)
pyo3-0.28
1 day ago
:bookmark: Changelog entry for v0.1.0b2 (#91) Second beta release of cog3pio v0.1.0 (Python-only).
main
13 days ago
:bookmark: Changelog entry for v0.1.0b2 Second beta release of cog3pio v0.1.0 (Python-only).
release/v0.1.0b2
13 days ago
:memo: More docs for nvTIFF/CUDA backend install and usage (#90) Include some more instructions to deal with installing nvTIFF v0.6.0 and patching the header file. Added some new 'CUDA' tabs on the quickstart page to teach reading into cupy arrays via CudaCogReader, mentioning that `device_id` needs to be set appropriately. Cherry-picked from de3fff4b394d5a9444a2d51a6b5d884747104d62 with some modifications.
main
13 days ago
:memo: More docs for nvTIFF/CUDA backend install and usage Include some more instructions to deal with installing nvTIFF v0.6.0 and patching the header file. Added some new 'CUDA' tabs on the quickstart page to teach reading into cupy arrays via CudaCogReader, mentioning that `device_id` needs to be set appropriately. Cherry-picked from de3fff4b394d5a9444a2d51a6b5d884747104d62 with some modifications.
doc/cuda
13 days ago
:construction_worker: Build wheels for riscv64 (#88) * :construction_worker: Build wheels for riscv64 Support RISC-V instruction set architecture. Build on manylinux 2_31. * :construction_worker: Run RISC-V job on ubuntu-24.04-riscv runner Courtesy of https://github.com/riseproject-dev/riscv-runner * :alembic: Try using runner system Python for riscv64 * :building_construction: Do maturin build for riscv64 on manylinux_2_39 Specifically, the quay.io/repository/pypa/manylinux_2_39_riscv64 image which has linux/riscv64 docker builds. * :green_heart: Limit nvTIFF install to x86_64 and aarch64 only Not much CUDA binaries for RISC-V yet. * :green_heart: Install riscv64 build of maturin instead of x86_64 version * :rewind: Revert to PyO3/maturin-action, see if free-threaded builds work Fork no longer needed since https://github.com/PyO3/maturin-action/pull/429 has been merged. * :technologist: Install riscv64 python wheels from extra index and make the RISC-V pytest checks run natively without going through QEMU. * :alien: Use riseproject-dev/setup-python to install Python 3.13 on riscv Get RISC-V builds of Python from https://github.com/riseproject-dev/python-versions, to get Python 3.13 instead of Python 3.12 system fallback on runner. * :bug: Fix PIP_EXTRA_INDEX_URL, set PIP_PRE=1 for riscv64 matrix build Patches 2bc61d1f3006ea2b31d838e40dfb6676da45267e, got the order swapped. Also set PIP_PRE=1 to try and get `numpy-2.5.0.dev0-cp313-cp313-linux_riscv64.whl` from the extra-index-url. * :truck: Switch to alternative extra-index-url Find a source where libopenblas is packaged inside the numpy wheel. Xref https://riseproject.gitlab.io/python/wheel_builder/packages/numpy.html * :lock: Fix a pedantic template expansion Xref https://docs.zizmor.sh/audits/#template-injection.
main
16 days ago
Latest Branches
CodSpeed Performance Gauge
0%
:arrow_up: Bump pyo3 from 0.27.1 to 0.28.3, numpy from 0.27.1 to 0.28.0
#92
1 day ago
294e9dd
pyo3-0.28
CodSpeed Performance Gauge
0%
:bookmark: Changelog entry for v0.1.0b2
#91
13 days ago
f6469ac
release/v0.1.0b2
CodSpeed Performance Gauge
0%
:memo: More docs for nvTIFF/CUDA backend install and usage
#90
13 days ago
1caa65a
doc/cuda
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs