Pipelime 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
withbilliard
- β¨ new command and stage
set-meta
to add or change metadata - β¨ new
XConfig.unsafe_process()
to generate any object fromXConfig
- π 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: v1.4.1...v1.5.0