Skip to content

Releases: deepmodeling/dflow

v1.8.92

14 Sep 09:41
ffc08fd
Compare
Choose a tag to compare

1.8.92 (2024-09-14)

Bug Fixes

  • support HTTPArtifact as input artifact (f76a60e)

v1.8.91

11 Sep 07:54
84cba15
Compare
Choose a tag to compare

1.8.91 (2024-09-11)

Bug Fixes

  • optimize memory usage in HDF5Dataset (3fa4046)

v1.8.90

04 Sep 07:55
7edb39a
Compare
Choose a tag to compare

1.8.90 (2024-09-04)

Bug Fixes

  • HDF5Datasets with pool_size (357918e)
  • with_param=range with group_size (357918e)

v1.8.89

04 Sep 07:20
db31800
Compare
Choose a tag to compare

1.8.89 (2024-09-04)

Bug Fixes

  • slices of HDF5Datasets (b12a8e7)
  • sub_path slices with with_sequence (b12a8e7)

v1.8.88

03 Sep 02:40
3a4cc41
Compare
Choose a tag to compare

1.8.88 (2024-09-03)

Bug Fixes

  • decode string for HDF5Dataset (f0945d2)
  • redefine NestedDict (f0945d2)

v1.8.87

02 Sep 09:50
54f542e
Compare
Choose a tag to compare

1.8.87 (2024-09-02)

Bug Fixes

  • add HDF5Datasets type Artifact (28e855a)

v1.8.86

30 Aug 04:37
fa3201f
Compare
Choose a tag to compare

1.8.86 (2024-08-30)

Bug Fixes

  • multiprocessing in debug mode (fe6fdd2)
  • process pool hang when a task in DAG fails (c779c5c)
  • support continue_on_success_ratio and continue_on_num_success for DAG (c779c5c)

v1.8.85

06 Aug 02:55
09fb5d2
Compare
Choose a tag to compare

1.8.85 (2024-08-06)

Bug Fixes

  • handle sub_path slices of artifact list for debug mode (0d9e1a0)
  • unpicklable function OP in debug mode (0d9e1a0)

v1.8.84

05 Aug 10:01
d502bd4
Compare
Choose a tag to compare

1.8.84 (2024-08-05)

Bug Fixes

  • copy scope before submit (1fb7293)

v1.8.83

05 Aug 08:44
89b3778
Compare
Choose a tag to compare

1.8.83 (2024-08-05)

Bug Fixes

  • modify self after all processes have finished to avoid competition (f542d3f)