Pixeltable

Latest version: v0.3.10

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

Scan your dependencies

Page 1 of 7

0.3.10

What's Changed
* Introduce `pxtf.map()` as a replacement for >> to create JsonMappers by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/514
* PXT-384 Support string concatenation operations(+ and *) in Arithmeti… by amithadke in https://github.com/pixeltable/pixeltable/pull/529
* restructure docs by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/541
* Fix event loop debug logging by mkornacker in https://github.com/pixeltable/pixeltable/pull/544
* Fold import operations into table_create and insert methods. by jpeterson-pxt in https://github.com/pixeltable/pixeltable/pull/522
* PXT-336: Add access method for embedding indices. by jpeterson-pxt in https://github.com/pixeltable/pixeltable/pull/526
* remove versions from docs by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/546
* Use pixeltable-yolox by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/543
* Documentation updates by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/548
* Add unit tests for QueryTemplateFunction in JsonMapper by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/542
* Add table ids to pixeltable mds. by amithadke in https://github.com/pixeltable/pixeltable/pull/547
* rename extensions to libraries by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/550


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.3.9...v0.3.10

0.3.9

What's Changed
* PXT-499 Add create_parents option to create_dir to create missing ele… by amithadke in https://github.com/pixeltable/pixeltable/pull/525
* Jw/fix syntax error by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/531
* Concurrent directory operations by mkornacker in https://github.com/pixeltable/pixeltable/pull/510
* adding pixelagent page by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/536
* PXT-512 Update the together.ai examples notebook to use the newer mod… by amithadke in https://github.com/pixeltable/pixeltable/pull/537
* Bugfix when drop_dir() is the first operation after a catalog load by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/539
* Fixing log output of paths. by mkornacker in https://github.com/pixeltable/pixeltable/pull/538
* Bugfix related to chained tool calling by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/534
* Bugfix involving `pxt.query` instances whose parameters have default values by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/540


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.3.8...v0.3.9

0.3.8

What's Changed
* add async support to udfs and column casting to table operations by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/518
* Jw/docs move mcp server docs by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/519
* Fix broken link + chatbot by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/520
* adding jfk mcp server by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/515
* Update changelogs and added Deepseek to Integration Tab by pierrebrunelle in https://github.com/pixeltable/pixeltable/pull/523
* remove default values from udf args in docs by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/527
* Load jfk index on MCP initialization by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/528
* Linting for `ext`, `func`, `share`, and `utils` packages by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/517
* Fix bug in JsonPath serialization by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/532
* replace get_view with get_table by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/533


**Full Changelog**: https://github.com/pixeltable/pixeltable/compare/v0.3.7...v0.3.8

0.3.7

What's Changed
* remove mentions of [''] notation by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/504
* Catalog changes to prepare for concurrency by mkornacker in https://github.com/pixeltable/pixeltable/pull/497
* update configurations page to match api reference by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/505
* Introduce linting by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/482
* add video index to cookbook by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/507
* Fail gracefully when a backwards incompatibility is detected in a computed column UDF call by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/494
* Docs/update vision search example by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/508
* Add MCP to docs by jacobweiss2305 in https://github.com/pixeltable/pixeltable/pull/509
* Refactor Config into a separate abstraction distinct from Env by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/511
* Use just-in-time initialization for spaCy, speeding up pxt.init() by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/513
* Update Label Studio job to Python 3.10 in nightly CI by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/516
* Bugfixes by aaron-siegel in https://github.com/pixeltable/pixeltable/pull/512


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

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

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.