Pixeltable

Latest version: v0.3.6

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

Scan your dependencies

Page 3 of 6

0.2.25

What's Changed
* Disable sentence_transformers tests on linux ARM by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/370
* Fix for backwards-incompatible Mistral API change by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/368
* Reusable retry script for CI by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/369
* PXT-330 Fix a bug in create_insert_plan by anushas in https://github.com/pixeltable/pixeltable/pull/372
* Update README.md by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/373
* Add Context-Aware Discord Bot with Semantic Search Capabilities by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/367
* PXT-290: Allow APIs to accept table/column handles by anushas in https://github.com/pixeltable/pixeltable/pull/371
* Partial bindings for `Function` by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/363
* Add config.md documenting configuration options by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/376
* TileIterator by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/375


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.24...v0.2.25

0.2.24

What's Changed
* Use torchaudio for preprocessing instead of librosa by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/366


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

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

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.