What's Changed
This release adds support for duckdb 1.1.0, rendering of SymPy expressions, and includes a number of improvements and fixes.
- fix: pagination and sort in csv viewer in the file-explorer panel by @mscolnick in #2258
- test: test out of bounds page and offset in table tests by @mscolnick in #2259
- Adds SymPy expression rendering support (#1412) by @agostof in #2261
- example: unsloth (llama 3.1 8B LoRA + inference) by @akshayka in #2263
- fix: edge cases with errors and staleness by @akshayka in #2264
- perf: lazy imports when checking for datasets by @akshayka in #2262
- fix: fix detection of markdown language support by @mscolnick in #2268
- improvement: show dtype and column count in table by @mscolnick in #2270
- fixes: accordion styline for long text by @mscolnick in #2271
- fix: dataframe initial page_size by @mscolnick in #2275
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2280
- fix: support duckdb 1.1.0, update globals() for scanning by @mscolnick in #2279
- docs: configuration docs by @mscolnick in #2274
- 0.8.14 by @akshayka in #2281
New Contributors
Full Changelog: 0.8.13...0.8.14