Releases: cihga39871/Pipelines.jl
Releases · cihga39871/Pipelines.jl
v0.11.1
v0.11.0
-
Feat/Breaking: new method
auto_change_directory(b::Bool)
. It is necessary because changing directory is not thread-safe in Julia. It was set tofalse
in v0.11.0. To make your code compatible with previous version, you can addPipelines.auto_change_directory(true)
at the beginning of your code, or use full paths through out your code (recommended). -
Fix: creating run id file under try catch block.
v0.10.6
Full Changelog: v0.10.5...v0.10.6
v0.10.5
Full Changelog: v0.10.2...v0.10.5
v0.10.2
Full Changelog: v0.10.1...v0.10.2
v0.10.1
Full Changelog: v0.10.0...v0.10.1
v0.10.0
Full Changelog: v0.9.10...v0.10.0
v0.9.10
Full Changelog: v0.9.8...v0.9.10
v0.9.8
Full Changelog: v0.9.7...v0.9.8
v0.9.7
Full Changelog: v0.9.5...v0.9.7