All notable changes to this project will be documented in this file. Note that changes below pertain primarily to the core python module, as opposed to the analysis/lstbin pipelines and workflows.
- Support for HTCondor batch submission system.
- Use
setuptools_scm
for package versioning.
- Change handling of time pre-requisites in the config file API. See the docs for an updated set of keywords.
- Support for striding through files in time, rather than processing all files.
time_prereqs
renamed toprereqs
. Other changes to config files are noted in thedocs
folder.- Use
flake8
instead ofpycodestyle
for style checks.
- Support for polarization broken out into separate files.
- HTCondor added as a batch system.
- Script for launching an RTP daily workflow added.
- Slurm added as a batch system.
setup
andteardown
step features added.- Script for automatically launching workflows for a series of JDs added.
- Support for python 3 added.
- Add option to specifying a job timeout.
- Support for LST-binning pipeline added.
- Drop support for python2.
black
formatting applied to repo.- Change how errors logs for jobs are handled.
- Fix support for handling of PBS options.
- Codebase supports python3 only.
- Continuous integration support using TravisCI added.
- A bug in output script naming was fixed.
- Initial versioned release. Earlier changes available in git history.