| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-03 | 1.1 kB | |
| v0.4.0 source code.tar.gz | 2026-08-03 | 9.1 MB | |
| v0.4.0 source code.zip | 2026-08-03 | 9.5 MB | |
| Totals: 3 Items | 18.6 MB | 0 | |
What's Changed
ChartGPU v0.4.0 keeps full raw series under sampling: 'none' across zoom (including modular ring / FIFO data), so the renderer changes the viewport without a redundant CPU visible-range slice.
Bug Fixes
- Preserve
sampling: 'none'series during zoom — stop the secondary CPU visible-range slice after zoom for non-candlestick/OHLC Cartesian series. Full raw (including ring-backed) data stays resident; only the viewport updates. Candlestick/OHLC slicing is unchanged; error-bar and impulse preservation stays explicit. Includes a public-API regression test after ring wrap. by @Sirius1994 in https://github.com/ChartGPU/ChartGPU/pull/220
Other Changes
- chore: bump version to 0.4.0 by @hunterg325 in https://github.com/ChartGPU/ChartGPU/pull/221
New Contributors
- @Sirius1994 made their first contribution in https://github.com/ChartGPU/ChartGPU/pull/220
Full Changelog: https://github.com/ChartGPU/ChartGPU/compare/v0.3.10...v0.4.0