Pixeltable

Latest version: v0.3.4

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.2.23

What's Changed
* Test infrastructure improvements by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/353
* Relocate DISCUSSION_TEMPLATE and rename yml files by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/358
* Code cleanup: Lowercase Dict/List/Set/Tuple/Type by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/357
* Add tests and a tutorial notebook for Ollama by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/360
* PXT-334 - Add columns property to the table handle by anushas in https://github.com/pixeltable/pixeltable/pull/359
* Two new documentation notebooks by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/349
* CachePrefetchNode now fetches asynchronously by mkornacker in https://github.com/pixeltable/pixeltable/pull/354
* Add support for Hugging Face Speech2TextForConditionalGeneration models by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/362
* Various API changes by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/351
* PXT-274 - Use GPUs for sentence_transformers when available by anushas in https://github.com/pixeltable/pixeltable/pull/361
* Standalone Next.JS and FastAPI Application to demonstrate how to use Pixeltable as backend. by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/348
* Update .examples/README.md with corrected paths by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/364

New Contributors
* anushas made their first contribution in https://github.com/pixeltable/pixeltable/pull/359

**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.22...v0.2.23

0.2.22

What's Changed
* Docs-fixed by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/330
* Update .md and .ipynb files to use new type hint pattern by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/336
* Fixes for working-with-huggingface notebook by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/338
* Switch `FrameIterator` to use PyAV instead of OpenCV by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/340
* Update Whisper library version by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/341
* Ollama and llama_cpp integrations by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/342
* Add CONTRIBUTING.md by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/346
* Replicate adapter by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/334
* Support XML document type by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/343
* Fix Replicate notebook to work with external URLs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/350
* Type-checking correctness for remaining Pixeltable packages by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/339
* Ensure FunctionCall return types have correct nullability by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/347
* Voxel51 Integration by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/337
* Add generate() and embed() functions for ollama by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/352
* Media validation on read by mkornacker in https://github.com/pixeltable/pixeltable/pull/328


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.21...v0.2.22

0.2.21

What's Changed
* A few updates to CI + Makefile by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/317
* Update macos-12 to macos-13 in github actions configs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/321
* Streamline the create_view API, and update docstrings for globals.py and table.py by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/318
* Limit use of ubuntu-arm64 and ubuntu-x64-t4 to scheduled runs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/326
* Allow query to be redefined if in __main__ (notebook) scope by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/325
* Type-checking correctness for several additional packages. by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/319
* Converting aggregate FunctionCalls to SQL by mkornacker in https://github.com/pixeltable/pixeltable/pull/320
* Custom type hints for all Pixeltable types by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/314
* Raise an exception if an error occurs during add_column() by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/327
* Add Image.point() to API by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/331
* Back out changes to BtreeIndex.str_filter and mark as `staticmethod` by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/333
* Update documentation and display for new type hint pattern by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/332


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.20...v0.2.21

0.2.20

What's Changed
* Support loading Huggingface datasets that contain images by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/306
* LRU eviction in FileCache by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/276
* Allow `__getitem__` syntax in JSON paths by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/308
* Fix Together AI image endpoint by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/315
* Allow Nones as input to iterators (and skip over rows with Nones) by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/307


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.19...v0.2.20

0.2.19

What's Changed
* Add documentation for `ext` package to mkdocs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/287
* Add min_iou parameter to eval_detections() and improve docstrings by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/285
* Reformatting code cells to fit display width by mkornacker in https://github.com/pixeltable/pixeltable/pull/288
* Inline expression fixes by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/280
* Improve handling of spacy dependency & fix audio-transcriptions demo by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/289
* CI Enhancements by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/290
* Add retries to Together APIs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/292
* Implement HF ViTForImageClassification models by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/291
* Mark certain tests as 'expensive' and run them only once by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/293


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.18...v0.2.19

0.2.18

What's Changed
* Initial support for converting FunctionCalls to SQL by mkornacker in https://github.com/pixeltable/pixeltable/pull/278
* Computed columns tutorial by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/275
* Time Zone Support by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/250
* Type-checking correctness for `catalog`, `functions`, and `ext` packages by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/277
* Make `mistune` an optional dependency by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/282
* Fix circularity in DB migration for schema version 19 -> 20 by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/283
* Doc fix by mkornacker in https://github.com/pixeltable/pixeltable/pull/286
* Mistral AI Integration by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/284


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.17...v0.2.18

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.