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 3 of 4

1.2.0

What's Changed
* Switched from rich progress to tqdm: no more exceptions due to mixing Live contexts
* New `create_task()` method for pipelime commands to manually update the progress
* Task created with `track()` and `create_task()` can be mixed and nested as needed
* Now you can embed a DAG withing a parent DAG!
- in the parent DAG set a node with the command `run`
- set the `nodes` of the nested graph, eg, by `$import`-ing the sub-graph yaml
- `pipelime draw` will show you the sub-graph as a single block with its I/O ports
- the Piper Watcher will track the nodes in the sub-graph as usual (and the progress of the full graph as well!)
* Improved typing visualization for `pipelime help`: mappings, sequence, enums (even nested)
* Fixed using `Path` fields in commands: now they are always transformed to absolute paths in posix format, so they can be attached to other `Path`s or command interfaces
* `InputDatasetInterface` and `OutputDatasetInterface` can now be built from `Path` object (previously only mapping, strings or bytes)


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

1.1.3

What's Changed
* load any file with unknown extension and keep it
* run in multi-processing with `-m path/to/module.py`


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

1.1.2

What's Changed
* New `watch` command to track piper progress from a different process
* Default `zfill` for `filter` command
* Fixed self-referencing `choixe` context file loaded from CLI
* `choixe` `rand` now works with large values --> https://pipelime-python.readthedocs.io/en/latest/choixe/rand.html
* Fixed minor `choixe` parsing issues
* New doc theme, examples and more!! --> https://pipelime-python.readthedocs.io


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

1.1.1

What's Changed
* `pipelime_command` renamed just `command`
* `self_()` function to get parent class command in new function commands
* `NewPath` pydantic type to enforce non-existing file/folder
* Simpler importing of python module from file path
* Many bugs fixed


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

1.1.0

What's Changed
* Create a full pipelime CLI from any global function or module with PipelimeApp
* Faster stage implementation with automatic parsing and validation with Entities and Actions

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

1.0.6

What's Changed
* New! Model3DItem hierarchy to handle 3D data (STL, OBJ, PLY, OFF, GLB)
* New! sequence repetition with interleaved samples (AABBCCDD instead of ABCDABCD)
* New! random number generation in Choixe --> https://pipelime-python.readthedocs.io/en/latest/choixe/rand.html
* New! conditional mapping of stages --> https://pipelime-python.readthedocs.io/en/latest/get_started/operations.html#conditional-mapping
* New! timeit command to benchmark your pipelines --> https://pipelime-python.readthedocs.io/en/latest/cli/common_tasks.html?highlight=timeit#utilities
* More examples in the CLI cheatsheet --> https://pipelime-python.readthedocs.io/en/latest/cli/common_tasks.html
* Cleaner CLI and easier config writing

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

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.