1.1.0
- 🚀 [Python] Added thread support with
ThreadPipe
andThreadWait
. See README.md for more details. - ✨ [Python] Keep same
PipeStart
object throughout the pipe for improved performances - ✨ [Python] Added the
PipeStart.history
attribute to keep track of all its values (only in debug mode) - 🔧 [Python] Split logic into smaller modules: base.py, extras.py, threads.py
PR breakdown
- chore: keep same PipeStart object throughout the pipe by @Jordan-Kowal in #10
- Chore/clarify changelog by @Jordan-Kowal in #11
- feat: added pipe start history for debug mode to track values by @Jordan-Kowal in #12
- feat: added thread management with ThreadPipe and ThreadWait by @Jordan-Kowal in #13
- Chore/python file tree rework by @Jordan-Kowal in #14
- release: 1.1.0 by @Jordan-Kowal in #15
Full Changelog: 1.0.4...1.1.0