Pipelime-python

Latest version: v2.0.0

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

Scan your dependencies

Page 2 of 4

1.6.2

What's Changed
* hotfix: 🚑️ Missing imports


**Full Changelog**: https://github.com/eyecan-ai/pipelime-python/compare/v1.6.1...v1.6.2

1.6.1

What's Changed
* build: 📦️ Missing css files in output package


**Full Changelog**: https://github.com/eyecan-ai/pipelime-python/compare/v1.6.0...v1.6.1

1.6.0

What's Changed
* 🚸 A new incredible wizard for our CLI! --> just type `pipelime <command>`
* 🧑‍💻 Write DAG as python code --> extend `DagBaseCommand` to start
* 🚸 New commands:
* free temporary folders with `tmp`
* set custom metadata with `set-meta`
* copy root/shared items with `copy-shared-items`
* remove duplicated samples with `filter-duplicates`
* 🚸 Load an image folder tree as SamplesSequence with `from_images`
* 🚸 New stages:
* `crop-and-pad-images`
* `resize-images`
* `set-meta`
* `share-items`
* `sample-hash`
* 🐛 Notable bug fixes and other improvements:
* the progress bar is now adaptive
* XConfig can parse non-dict inputs
* new `--command-outputs` CLI option

**Full Changelog**: https://github.com/eyecan-ai/pipelime-python/compare/v1.5.0...v1.6.0

1.5.0

What's Changed
* 🧑‍💻 new temp folder management, checkout the tutorial --> https://pipelime-python.readthedocs.io/en/v1.5.0/tutorials/temp_data/toc.html
* ➕ replaced `multiprocessing` with `billiard`
* ✨ new command and stage `set-meta` to add or change metadata
* ✨ new `XConfig.unsafe_process()` to generate any object from `XConfig`
* 🐛 fixed Choixe bugs: string bundles unparsing, no-case $switch
* 🐛 `skip_empty` option on input dataset now working in multiprocessing
* 🐛 `pipelime --output-ctx` now works as expected
* 🐛 fixed `shell` command output
* 🚸 show a clear error message in case of context recursion, eg, `myvar=myvar`


**Full Changelog**: https://github.com/eyecan-ai/pipelime-python/compare/v1.4.1...v1.5.0

1.4.1

What's Changed
* ✨ New GLTFModel3DItem to handle GLTF scene in datasets
* ✨ New piper listener writing progress to yaml/json
* 🚸 When `exists_ok` is `False`, the check is now performed before actually running the pipelime command
* ✨ Faster and more reliable progress tracking when watching from the same shell of the running DAG


**Full Changelog**: https://github.com/eyecan-ai/pipelime-python/compare/v1.3.0...v1.4.1

1.3.0

What's Changed
* 💻 New `slice` command to (optionally) shuffle and extract a subset from a dataset
* 🧑‍💻 Optionally run the garbage collector immediately after a command; you either set it as a command feature, ie, `command(force_gc=True)` or `class MyCommand(PipelimeCommand, force_gc=True)`, or use the `+gc` option when calling `pipelime run`
* 🦺 `from_underfolder` now checks the existence of the `data` subfolder when `must_exist` is `True`
* 🥅 Better error reporting when building a pipe
* 🚸 Fixed bugs dealing with ZMQ connections

**Full Changelog**: https://github.com/eyecan-ai/pipelime-python/compare/v1.2.0...v1.3.0

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.