diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e0013..4a1d65c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to TurboLoader will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.35.0] - 2026-07-12 Cleanliness sprint: a three-lens adversarial audit (dead code / duplication / user ergonomics) confirmed 24 findings; every one is fixed here. diff --git a/docs/GPU_ACCELERATION.md b/docs/GPU_ACCELERATION.md index 92b7abc..2cda67f 100644 --- a/docs/GPU_ACCELERATION.md +++ b/docs/GPU_ACCELERATION.md @@ -115,9 +115,9 @@ consumer stressing the output ring) — every async batch matched a distinct ref ### Build (on a real CUDA box; needs `nvcc` + toolkit, gcc 10+ for C++20) > **Prebuilt CUDA wheel (no compile):** Linux x86_64 / Python 3.10 / CUDA 13.x runtime — -> attached to the [GitHub Release](https://github.com/ALJainProjects/TurboLoader/releases/tag/v2.34.1): +> attached to the [GitHub Release](https://github.com/ALJainProjects/TurboLoader/releases/tag/v2.35.0): > ```bash -> pip install https://github.com/ALJainProjects/TurboLoader/releases/download/v2.34.1/turboloader-2.34.1+cu13-cp310-cp310-linux_x86_64.whl +> pip install https://github.com/ALJainProjects/TurboLoader/releases/download/v2.35.0/turboloader-2.35.0+cu13-cp310-cp310-linux_x86_64.whl > pip install nvidia-nvimgcodec-cu12 > ``` > Other Pythons/CUDA versions: build from source below. diff --git a/docs/installation.md b/docs/installation.md index 9c5d2b0..bf369ef 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -174,9 +174,9 @@ work without PyTorch installed. ### GPU image loader (NVIDIA CUDA) — build from source > **Prebuilt CUDA wheel (no compile):** Linux x86_64 / Python 3.10 / CUDA 13.x runtime — -> attached to the [GitHub Release](https://github.com/ALJainProjects/TurboLoader/releases/tag/v2.34.1): +> attached to the [GitHub Release](https://github.com/ALJainProjects/TurboLoader/releases/tag/v2.35.0): > ```bash -> pip install https://github.com/ALJainProjects/TurboLoader/releases/download/v2.34.1/turboloader-2.34.1+cu13-cp310-cp310-linux_x86_64.whl +> pip install https://github.com/ALJainProjects/TurboLoader/releases/download/v2.35.0/turboloader-2.35.0+cu13-cp310-cp310-linux_x86_64.whl > pip install nvidia-nvimgcodec-cu12 > ``` > Other Pythons/CUDA versions: build from source below.