Pixeltable

Latest version: v0.3.10

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

Scan your dependencies

Page 2 of 7

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

0.3.0

Important
This release contains a few breaking API changes. The most significant change is that the deprecated syntax for adding columns has been removed. This will now generate an error:
python
t['my_col'] = ...

Instead, do the following:
python
t.add_computed_column(my_col=...)

Please refer to the Pixeltable documentation (https://pixeltable.readme.io/) for additional details.

What's Changed
* PXT-179 Add a if_exists parameter to add_* APIs by anushas in https://github.com/pixeltable/pixeltable/pull/422
* Add a section on UDAs to the UDF feature guide by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/437
* Various API changes for version 0.3.0 by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/426
* Terminology: use 'aggregate' in place of 'aggregator' in UDF docs by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/438
* Support tool choice in OpenAI and Anthropic by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/436


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

0.2.30

What's Changed
* Add multimodal chat sample app by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/419
* Windows Support: Update Makefile to enforce file creation with -Force option by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/420
* Update hf datasets version by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/425
* `pixeltable.functions.math` module by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/427
* Sample Apps: AI-Based Trading Chrome Extension by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/428
* PXT-373 - Add if_not_exists parameter to drop_* APIs by anushas in https://github.com/pixeltable/pixeltable/pull/423
* Tool calling by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/416


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.2.29...v0.2.30

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.