Skip to content

Releases: pixeltable/pixeltable

v0.2.11

02 Jul 22:16
68548d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.10...v0.2.11

v0.2.10

29 Jun 15:11
3f055c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.2.10

v0.2.9

26 Jun 03:12
3511b87
Compare
Choose a tag to compare

Major Changes

  • New @pxt.query decorator for attaching stored query functions to a table
  • Enhanced Label Studio integration
  • New tutorials: RAG application demo; audio/video transcription demo
  • Better tab completion in Jupyter notebooks
  • Bugfixes

All Commites

Full Changelog: v0.2.8...v0.2.9

v0.2.8

09 Jun 00:30
8a01cbe
Compare
Choose a tag to compare

What's Changed

  • Update pgserver to 0.1.4 for compatibility with older MacOS versions by @aaron-siegel in #190

Full Changelog: v0.2.7...v0.2.8

v0.2.7

09 Jun 00:29
f99b389
Compare
Choose a tag to compare

Major Changes

  • Initial integration with the Label Studio annotations platform
  • Proper btree indexing of string fields for improved query performance
  • get_metadata udf for video metadata
  • WhisperX integration
  • Bugfixes

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

17 May 02:40
16d5ca1
Compare
Choose a tag to compare

Major Changes

  • New isin operator
  • pdf document support
  • similarity search
  • replace pxt.Client with module-level functions
  • conditional return types
  • improved colab experience
  • refactored iterator= pattern when creating a view
  • revised tutorial and howto notebooks
  • pxt.import_pandas, pxt.import_csv, and pxt.import_excel functions

All Commits

Full Changelog: v0.2.5...v0.2.6

v0.2.5

27 Apr 00:03
6cdece3
Compare
Choose a tag to compare
  • YOLOX integration
  • Updated tutorials
  • Bugfixes

v0.2.4

17 Apr 01:13
f54ba0c
Compare
Choose a tag to compare

Pixeltable now works on Python 3.12.

v0.2.3

08 Apr 22:55
8f26741
Compare
Choose a tag to compare

Pixeltable version 0.2.3.

v0.2.2

06 Apr 17:38
07e73e9
Compare
Choose a tag to compare

%pip install pixeltable now works properly in Google colab.