golars v0.1.2
golars v0.1.2
Pure-Go DataFrames built on Apache Arrow. Binaries below cover
linux / macOS / windows on amd64 + arm64.
Changelog
- cf1e52f: cmd/golars-lsp: render probe preview table in inlay tooltip (@Gaurav-Gosain)
- 6fb90ba: cmd/golars-lsp: return probe preview on hover (works in every LSP client) (@Gaurav-Gosain)
- 5569fcf: cmd/golars: --preview-format markdown for LSP hover tooltips (@Gaurav-Gosain)
- 927018e: cmd/golars: escape | \ newlines in markdown cells to preserve table structure (@Gaurav-Gosain)
- 0acfd01: editors: zed API bump, nvim remote install, tree-sitter gitignore (@Gaurav-Gosain)
- 9ccac4b: examples/script: restructure + new scripts + transpiled/ mirror (@Gaurav-Gosain)
- 66f0f57: feat(ci): adds issue claim workflow via comments (#2) (@cr2007)
- d5db9e7: script/exprparse: drop redundant bool comparison (staticcheck S1002) (@Gaurav-Gosain)
- da1ecef: script:
.with NAME = EXPRreal expression language for .glr (@Gaurav-Gosain) - aba8dba: script: add
golars transpile+ shared predicate parser (@Gaurav-Gosain)
Install
Homebrew (macOS/Linux):
brew install Gaurav-Gosain/tap/golarsgo install (any platform with Go 1.25+):
go install github.com/Gaurav-Gosain/golars/cmd/golars@v0.1.2Direct download: grab the archive below for your os/arch,
extract, and drop golars / golars-mcp / golars-lsp on your
PATH.