Skip to content

Releases: lance-format/lance-data-viewer

v0.2.0

16 Apr 16:45
cdb8b3a

Choose a tag to compare

What's Changed

  • Fix viewing vector data by @gordonmurray in #1
  • Fix horizontal scrolling by @gordonmurray in #4
  • Move the existing web folder to web/vanilla and update Dockerfile. by @ayao227 in #8
  • Add generic serialize_value by @ayao227 in #9
  • feat: add lancedb 0.29.2 support by @gordonmurray in #15
  • fix: decode binary fields as UTF-8 text when possible by @gordonmurray in #16
  • fix: use native LanceDB pagination instead of full table load by @gordonmurray in #18
  • fix: use semantic version comparison instead of string comparison by @gordonmurray in #34
  • fix: use entrypoint.sh in Dockerfile for startup validation by @gordonmurray in #35
  • feat: configurable port via PORT environment variable by @gordonmurray in #36
  • docs: update README for 0.29.2 and correct registry references by @gordonmurray in #37
  • docs: add docker-compose example to README by @gordonmurray in #38
  • feat/fix: Support for FixedSizeList vectors, nested schemas, and UI text wrapping by @mattiabonzi in #14
  • docs: add CONTRIBUTING.md documenting design philosophy and constraints by @gordonmurray in #43
  • fix: replace hardcoded "images" dataset check with generic corruption handling by @gordonmurray in #40
  • docs: add GitHub issue templates for bug reports and feature requests by @gordonmurray in #45
  • chore: centralize app version and add CHANGELOG by @gordonmurray in #47

New Contributors

Full Changelog: v0.1.0...v0.2.0