golars v0.1.3
golars v0.1.3
Pure-Go DataFrames built on Apache Arrow. Binaries below cover
linux / macOS / windows on amd64 + arm64.
Changelog
- f65ddf2: godoc: polars-style hover docs for the public API surface (@Gaurav-Gosain)
- 01f87e1: nvim-golars: ship tree-sitter queries at queries/golars/ for rtp pickup (@Gaurav-Gosain)
- c4f60b7: nvim-golars: syntax highlight + other commands added since v0.1.0 (@Gaurav-Gosain)
- 25a669a: tree-sitter-golars: commit generated src/ so nvim-treesitter can install (@Gaurav-Gosain)
- e5fbb4a: zed-golars: ship prebuilt extension package + curl install that just works (@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.3Direct download: grab the archive below for your os/arch,
extract, and drop golars / golars-mcp / golars-lsp on your
PATH.