Pixeltable

Latest version: v0.2.27

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

Scan your dependencies

Page 1 of 5

0.2.27

What's Changed
* Update index.md by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/392
* Gemini adapter by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/391
* PXT-345 Add .txt support for DocumentType by anushas in https://github.com/pixeltable/pixeltable/pull/389
* fix: use != instead of 'is not' for string comparison by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/396

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

**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.26...v0.2.27

0.2.26

What's Changed
* Refactor the `docs` and `examples` folders by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/378
* Move examples/ to docs/sample-apps/ by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/379
* Readme Update: Added sample apps to table by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/381
* Python 3.13 Support by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/382
* Test utility to verify query results after catalog reload by mkornacker in https://github.com/pixeltable/pixeltable/pull/365
* Lock av version in dev environment by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/385
* Update pyproject.toml by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/386
* Fix handling of Optional vs. Required in astype() by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/387
* Friendlier `repr` output for Tables, DataFrames, and Expressions by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/384
* Update Ollama integration for ollama 0.4.0 by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/390
* Feature guide for time zones by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/388
* PXT-288 - Provide pxt.io.export_parquet API by anushas in https://github.com/pixeltable/pixeltable/pull/374
* PXT-352 gracefully error when using a catalog.Table after it is dropped by anushas in https://github.com/pixeltable/pixeltable/pull/383
* Basic joins by mkornacker in https://github.com/pixeltable/pixeltable/pull/377


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

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

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.