Pixeltable

Latest version: v0.3.6

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

Scan your dependencies

Page 1 of 6

0.3.6

What's Changed
* [OpenAI/Anthropic] Support multiple invocations of the same tool in tool calling logic by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/496


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.3.5...v0.3.6

0.3.5

What's Changed
* Test suite improvement: Use pytest fixtures for Hugging Face embedding models by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/483
* PXT-0126: Enable view creation from dataframes which include a select clause by WildCard932 in https://github.com/pixeltable/pixeltable/pull/479
* Add user and additional_md fields to metadata structs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/485
* Update llama_cpp version and disable in non-Linux CI by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/486
* Fix documentation for the stored attribute on computed columns. by WildCard932 in https://github.com/pixeltable/pixeltable/pull/487
* Update to Poetry 2.x by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/488
* Add mintlify by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/424
* Readme update with developer-focused content by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/490
* [OpenAI] Determine completion token upper bounds on a per-model basis by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/493
* Update pyav to 14.2 and WhisperX to 3.3.1 by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/492
* Improvements to handling of UDF calls in computed columns by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/481
* Data sharing: logic for publishing snapshots by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/484
* Add audio file by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/500
* PXT-279: Refactor import methods, add functionality. by WildCard932 in https://github.com/pixeltable/pixeltable/pull/489
* Deepseek integration by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/498
* Properly handle relative pathnames and filenames with unusual characters by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/499
* Release script fixes for poetry 2.0 by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/501


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.3.4...v0.3.5

0.3.4

What's Changed
* Test resiliency improvements by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/476
* A packager for table data by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/471
* PXT-0456: Allow numpy.ndarray arrays to be used a Literal constants by WildCard932 in https://github.com/pixeltable/pixeltable/pull/478
* Support OpenAI reasoning models by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/477
* Update postgres to 16.8 and pgvector to 0.8.0 by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/480


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.3.3...v0.3.4

0.3.3

What's Changed
* Apply formatting by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/463
* Converting more udfs to async by mkornacker in https://github.com/pixeltable/pixeltable/pull/455
* fix for notebook test failure by mkornacker in https://github.com/pixeltable/pixeltable/pull/464
* Fix add_computed_column() syntax in pxtf.huggingface docs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/465
* Add export_parquet to docs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/467
* PXT-405 AudioSplitter support by amithadke in https://github.com/pixeltable/pixeltable/pull/451
* Update README.md by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/474
* Replace deprecated add_computed_column() syntax in docs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/468
* PXT-0455: Enable computed columns of all types to be unstored. by WildCard932 in https://github.com/pixeltable/pixeltable/pull/470
* [SHOW] PXT-0416: Enable variable parameter in query limit() clause by WildCard932 in https://github.com/pixeltable/pixeltable/pull/454
* Tables as UDFs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/475


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.3.2...v0.3.3

0.3.2

What's Changed
* dealing with unexpected behavior of AsyncConnectionPool by mkornacker in https://github.com/pixeltable/pixeltable/pull/447
* PXT-407 Migrate sample apps to new query syntax by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/441
* PXT 401/PXT-402 Add verbose system config option by amithadke in https://github.com/pixeltable/pixeltable/pull/442
* Pxt-401 Add newline when printing to stdout by amithadke in https://github.com/pixeltable/pixeltable/pull/448
* Run tmate in detached mode in pytest action by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/453
* Support generalized arrays (unparameterized or with only a dtype) by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/450
* Archive Pixeltable logs from every test run by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/456
* Remove unused code from arrow.py by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/460
* Pxt 429 missing tiktoken by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/459
* upgrade httpcore by mkornacker in https://github.com/pixeltable/pixeltable/pull/461


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.3.1...v0.3.2

0.3.1

What's Changed
* fastAPI bug fixed by 2pk03 in https://github.com/pixeltable/pixeltable/pull/440
* Update Gemini version to 0.8.4 by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/444
* PXT-0244: Correct validity of col error properties by WildCard932 in https://github.com/pixeltable/pixeltable/pull/443
* PXT-396 Treat collections with all constants as Literals. by amithadke in https://github.com/pixeltable/pixeltable/pull/430
* Type checking for `tests` package by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/445
* Phase 1 of parallel execution by mkornacker in https://github.com/pixeltable/pixeltable/pull/418
* fix for test_tool_invocations() by mkornacker in https://github.com/pixeltable/pixeltable/pull/446

New Contributors
* 2pk03 made their first contribution in https://github.com/pixeltable/pixeltable/pull/440
* WildCard932 made their first contribution in https://github.com/pixeltable/pixeltable/pull/443
* amithadke made their first contribution in https://github.com/pixeltable/pixeltable/pull/430

**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.3.0...v0.3.1

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.