New v0.6.0 release. One big change is the transition to using a directory as a cache for image data, rather than storing everything in RAM. This should ensure processing is much more scalable e.g on a laptop. Another big change is that processors can run in parallel by default, speeding up back processing. Finally, this release includes enforced coding style, usint `black`, `isort` and `pylint`, to ensure consistency across the project. See the full log for more minor chages.
What's Changed
* Bump to v0.5.0 by robertdstein in https://github.com/winter-telescope/winterdrp/pull/207
* Remove sextractor redundancy in reference by virajkaram in https://github.com/winter-telescope/winterdrp/pull/209
* Bump pandas from 1.5.1 to 1.5.2 by dependabot in https://github.com/winter-telescope/winterdrp/pull/210
* Bump setuptools from 65.5.1 to 65.6.3 by dependabot in https://github.com/winter-telescope/winterdrp/pull/211
* Download summer images from winter machine by robertdstein in https://github.com/winter-telescope/winterdrp/pull/212
* Carefully check/enforcing typing in data objects by robertdstein in https://github.com/winter-telescope/winterdrp/pull/213
* Bump to v0.5.1 by robertdstein in https://github.com/winter-telescope/winterdrp/pull/214
* Enforce Headers for Image objects by robertdstein in https://github.com/winter-telescope/winterdrp/pull/216
* Transfer metadata to sourcelist from parent image by robertdstein in https://github.com/winter-telescope/winterdrp/pull/217
* Unify error reports and propagate processing history to sourcelists by robertdstein in https://github.com/winter-telescope/winterdrp/pull/218
* Every Processor is a Parallel Processor by robertdstein in https://github.com/winter-telescope/winterdrp/pull/220
* Update docs with contributing guide by robertdstein in https://github.com/winter-telescope/winterdrp/pull/225
* Code with Style by robertdstein in https://github.com/winter-telescope/winterdrp/pull/224
* Lint and document base data structure by robertdstein in https://github.com/winter-telescope/winterdrp/pull/226
* Write ErrorLog for __main__.py by robertdstein in https://github.com/winter-telescope/winterdrp/pull/227
* Rename Gihtub Action jobs by robertdstein in https://github.com/winter-telescope/winterdrp/pull/228
* Fix __main__ date format, and add try/except by robertdstein in https://github.com/winter-telescope/winterdrp/pull/229
* Fix CalHunter loading function by robertdstein in https://github.com/winter-telescope/winterdrp/pull/230
* Linitify errors by robertdstein in https://github.com/winter-telescope/winterdrp/pull/232
* Lintify BaseProcessor by robertdstein in https://github.com/winter-telescope/winterdrp/pull/234
* Bump photutils from 1.5.0 to 1.6.0 by dependabot in https://github.com/winter-telescope/winterdrp/pull/236
* Lintify CSVlog/Fritz by robertdstein in https://github.com/winter-telescope/winterdrp/pull/237
* Close 197, use cache to massively reduce RAM by robertdstein in https://github.com/winter-telescope/winterdrp/pull/231
**Full Changelog**: https://github.com/winter-telescope/winterdrp/compare/v0.5.0...v0.6.0