Skip to content

Releases: deepmodeling/dflow

v1.5.3

19 Sep 03:24
dfac6d4

Choose a tag to compare

1.5.3 (2022-09-19)

Bug Fixes

  • support for any private key file name (ded49c9)

v1.5.2

18 Sep 07:27
5a2faf9

Choose a tag to compare

1.5.2 (2022-09-18)

Bug Fixes

  • add parallelism for sliced step (e620285)
  • support dag of sliced tasks in debug mode (bddfbac)
  • support debug mode for executor (2cfc37b)
  • use process instead of thread (2612f6e)
  • wait process by queue.get() (ff27daf)

v1.5.1

16 Sep 08:52
a28e4ae

Choose a tag to compare

1.5.1 (2022-09-16)

Bug Fixes

  • mixed mode for lebesgue executor (9fe9490)

v1.5.0

07 Sep 12:21
d7e2bce

Choose a tag to compare

1.5.0 (2022-09-07)

Features

  • syntax-sugar: Offer with context syntax for workflow, dag. (898d4e3)

Bug Fixes

  • can set slices for PythonOPTemplate after initialization (81a1f43)
  • pass save_as_aritfact for value_from_expression (26cb790)
  • remove duplicate export class: S3Artifact (5f4198d)
  • restore availability of download_sliced_output_artifact (9441971)

v1.4.0

04 Sep 09:11
8778552

Choose a tag to compare

1.4.0 (2022-09-04)

Features

  • expose plugin dependencies class and utils for better extensibility (5a0c349)

Bug Fixes

  • a bug of handling multiple big parameters (e8c35c1)
  • add parallelism to steps and dag (dc3ec98)
  • avoid double rendering of output parameter which refers to the input parameter of the same template (96a4e2e)
  • decrease time cost of query keys (d546ad5)

v1.3.1

01 Sep 07:09
552b3fb

Choose a tag to compare

1.3.1 (2022-09-01)

Bug Fixes

  • getitem of ArgoVar handle non-string items (08f4336)
  • add method render_script to PythonOPTemplate (8b2cb4d)
  • add pod GC strategy (4b85f90)
  • skip uploading non-existing files in dispatcher executor (65b7730)

v1.3.0

10 Aug 01:40
f40f8b8

Choose a tag to compare

1.3.0 (2022-08-10)

Features

  • Init Container: Support init_container in op_template. (77264b2)
  • Ray Executor: Ray executor with dependencies settings. (7695ad8)

Bug Fixes

  • mkdir return 0 and upload failed (71bd31b)
  • update latest yaml (be88142)

v1.2.7

07 Aug 06:30
db6b865

Choose a tag to compare

1.2.7 (2022-08-07)

Bug Fixes

  • add image_pull_policy for util images (d08c0ac)

v1.2.6

05 Aug 07:03
b24351b

Choose a tag to compare

1.2.6 (2022-08-05)

Bug Fixes

  • add sub_path and slice to download_artifact (de9148b)
  • data persistent for minio (de9148b)
  • handle big parameters of failed step (de9148b)

v1.2.5

03 Aug 07:40
dd268ee

Choose a tag to compare

1.2.5 (2022-08-03)

Bug Fixes

  • add envs to script op template (8ef468a)
  • add workflow actions: terminate, delete, resubmit, resume, retry, stop, suspend (8ef468a)