Skip to content

Releases: cihga39871/Pipelines.jl

v0.11.1

18 Sep 14:48
Compare
Choose a tag to compare
  • Fix: use tryisfile(f) instead of isfile(f) in cmd_to_run_id_lines because the latter might cause name too long error.

v0.11.0

27 Aug 20:15
497d755
Compare
Choose a tag to compare
  • Feat/Breaking: new method auto_change_directory(b::Bool). It is necessary because changing directory is not thread-safe in Julia. It was set to false in v0.11.0. To make your code compatible with previous version, you can add Pipelines.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

10 Apr 14:49
Compare
Choose a tag to compare

Full Changelog: v0.10.5...v0.10.6

v0.10.5

04 Jan 16:47
Compare
Choose a tag to compare

Full Changelog: v0.10.2...v0.10.5

v0.10.2

29 May 16:30
Compare
Choose a tag to compare

Full Changelog: v0.10.1...v0.10.2

v0.10.1

11 May 16:42
Compare
Choose a tag to compare

Full Changelog: v0.10.0...v0.10.1

v0.10.0

05 Apr 14:48
Compare
Choose a tag to compare

Full Changelog: v0.9.10...v0.10.0

v0.9.10

26 Jan 23:20
Compare
Choose a tag to compare

Full Changelog: v0.9.8...v0.9.10

v0.9.8

20 Jan 14:19
Compare
Choose a tag to compare

Full Changelog: v0.9.7...v0.9.8

v0.9.7

05 Jan 15:02
41653bd
Compare
Choose a tag to compare

Full Changelog: v0.9.5...v0.9.7