Skip to content

Commit 0a76aeb

Browse files
dfa1claude
andcommitted
docs(changelog): 0.7.1 — lazy vortex.constant, Windows TUI fix, fresh top-N benches
Twelve commits on top of 0.7.0 — one new lazy encoding (`LazyConstantXxxArray`), an actionable Windows Git Bash / MinTTY error for the TUI, a small CLI / reader cleanup batch, and a fresh round of top-N read benchmarks at 80M rows for the README. Linked to commits. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 3edf6e8 commit 0a76aeb

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.1] — 2026-06-16
11+
12+
Cleanup release on top of 0.7.0 — one more lazy encoding, a Windows TUI usability fix, and a fresh round of read benchmarks.
13+
14+
### Added
15+
16+
- `vortex.constant` lazy decode — seven metadata-only `LazyConstantXxxArray` records (Long / Int / Double / Float / Short / Byte / Bool) replace the one-element broadcast buffer; the per-element broadcast-modulo path is gone ([3edf6e8c](https://github.com/dfa1/vortex-java/commit/3edf6e8c))
17+
- Top-N read benchmarks (N=10, 100) + README table, refreshed 80M-row numbers ([c00fdf7f](https://github.com/dfa1/vortex-java/commit/c00fdf7f), [33714d7b](https://github.com/dfa1/vortex-java/commit/33714d7b), [a6fd92fc](https://github.com/dfa1/vortex-java/commit/a6fd92fc))
18+
19+
### Changed
20+
21+
- CLI: `schema` prints per-row column listing ([9b3fe4b5](https://github.com/dfa1/vortex-java/commit/9b3fe4b5))
22+
- CLI: `Terminal.readKey` takes `Duration` instead of `long ms` ([2942a4da](https://github.com/dfa1/vortex-java/commit/2942a4da))
23+
- Reader: extract `TimeDtype` + `TimestampDtype` shared metadata helpers ([8f1b9feb](https://github.com/dfa1/vortex-java/commit/8f1b9feb))
24+
25+
### Fixed
26+
27+
- CLI: actionable error on Git Bash / MinTTY — `GetConsoleMode` failure now points users at `winpty` / Windows Terminal / PowerShell instead of dead-ending on the raw error ([6ec42288](https://github.com/dfa1/vortex-java/commit/6ec42288))
28+
- Reader: `ArraySegments.of(arr)` typed-accessor fallback for lazy arrays ([74ec207b](https://github.com/dfa1/vortex-java/commit/74ec207b))
29+
30+
### CI
31+
32+
- Drop `sonar.cpd.exclusions` ([cde845bf](https://github.com/dfa1/vortex-java/commit/cde845bf))
33+
34+
[0.7.1]: https://github.com/dfa1/vortex-java/compare/v0.7.0...v0.7.1
35+
1036
## [0.7.0] — 2026-06-16
1137

1238
**pco encoder** (Classic + Consecutive delta + IntMult mode, 4-way tANS, multi-chunk, all 8 ptypes),

0 commit comments

Comments
 (0)