Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Mar 17, 2019
1 parent 2c99b77 commit 8db62fc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
## [Unreleased]

#### Changes from the previous release: ([diff](https://github.com/alphatwirl/alphatwirl/compare/v0.24.2...master))
- updated `concurrently`
- moved `HTCondorJobSubmitter` from `HTCondorJobSubmitter.py` to
`condor/submitter.py`
- moved `submit_jobs()`, `query_status_for()`, `change_job_priority()`
`terminate_jobs()` from `HTCondorJobSubmitter.py` to `condor/commands.py`
- moved `exec_util.py` to `condor/`
- `TaskPackage`
- made it callable
- moved it to `CommunicationChannel.py`
- stopped importing it to `concurrently`
- removed outdated script `example_submit_htcondor.py`
- updated docstring, tests
- cleaned code

## [0.24.2] - 2019-03-17

Expand Down

0 comments on commit 8db62fc

Please sign in to comment.