- Fix warning from sqlalchemy in
hpcflow.models
. Fix #16.
- Lock Dropbox dependency for now at v10.1.2, until we can make changes to upgrade to Dropbox v11.
- Fix database lock issue in
api.set_task_start
andapi.set_task_end
when there are a large number of tasks. Fixes #15. - Fix problem with
Submission.write_submit_dirs
where use offloor
instead ofround
was causing some working directories to be repeated and some to be missing in the working directory template files.
- Fix failure for variables of length 9 due to incorrect zero-padding of variable value directories (#13).
- Fix
kill
for partial iterations and stats jobs.
- Add missing allowed profile key
parallel_modes
, whose absence was resulting in failure when submitting from a profile file. - Fix iterations.
- Use correct YAML library in
profiles.py
- Fix alternate scratch
- Allow using the same alternate scratch in different command groups
- Improved Dropbox authorization flow.
- Latest dev branch merge
- Removed a bunch of debugging
print
s.
- Specify
six
version to ensure successfuldropbox
installation.
- Added
__init__.py
toarchive
sub-package and nested sub-packages. - Fixed a typo in the console scripts that was causing installation to fail.
- Fixed issue where submission would fail if a directory that is not the current working directory was passed to
make_workflow
orsubmit_workflow
.
- Added
author_email
,long_description
and moreclassifiers
tosetup.py
script.
- Initial functioning release. Not released on PyPI.