What's Changed
* CLI:
* Common tasks reference --> https://pipelime-python.readthedocs.io/en/v1.0.3/cli/common_tasks.html
* Short names: `-c` for `--config` and `-x` for `--context`
* Multiple config and context files accepted
* Context auto-loading
* New command `zip`
* Custom entry point for user projects --> https://pipelime-python.readthedocs.io/en/v1.0.3/advanced/entry_points.html
* Piper:
* Improved dag drawing, including fixed length names and path anonymization
* Fixed Choixe loops with one-element sequences
* Items and Samples:
* Allow creation of items with incorrect extension
* Bug fixed: serializing an Item to the same source may delete the data
* `Sample.deep_set` now creates an Item if it does not exist yet
**Full Changelog**: https://github.com/eyecan-ai/pipelime-python/compare/v1.0.2...v1.0.3