Releases: LightForm-group/hpcflow
Releases · LightForm-group/hpcflow
v0.1.16
[0.1.16] - 2021.06.06
Fixed
- Fix warning from sqlalchemy in
hpcflow.models
. Fix #16.
v0.1.15
[0.1.15] - 2021.04.10
Fixed
- Lock Dropbox dependency for now at v10.1.2, until we can make changes to upgrade to Dropbox v11.
v0.1.14
[0.1.14] - 2021.02.05
Fixed
- Fix database lock issue in
api.set_task_start
and api.set_task_end
when there are a large number of tasks. Fixes #15.
- Fix problem with
Submission.write_submit_dirs
where use of floor
instead of round
was causing some working directories to be repeated and some to be missing in the working directory template files.
v0.1.13
[0.1.13] - 2021.01.18
Fixed
- Fix failure for variables of length 9 due to incorrect zero-padding of variable value directories (#13).
v0.1.12
[0.1.12] - 2020.12.16
Fixed
- Fix
kill
for partial iterations and stats jobs.
v0.1.11
[0.1.11] - 2020.08.25
Fixed
- Add missing allowed profile key
parallel_modes
, whose absence was resulting in failure when submitting from a profile file.
- Fix iterations.
v0.1.10
[0.1.10] - 2020.07.07
Fixed
- Use correct YAML library in
profiles.py
- Fix alternate scratch
- Allow using the same alternate scratch in different command groups
v0.1.9
[0.1.9] - 2020.06.09
Changed
- Improved Dropbox authorization flow.
v0.1.8
[0.1.8] - 2020.06.09
Changed
v0.1.7
[0.1.7] - 2020.05.12
Changed
- Removed a bunch of debugging
print
s.