Skip to content

Releases: winter-telescope/mirar

v0.6.0

13 Dec 20:38
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.6.0

v0.5.1

29 Nov 00:02
Compare
Choose a tag to compare

This is the v0.5.1 release. The major change with the previous version is a bug fix for CalHunter involving returning nested Image batches. This release also contains much more extensive data type checks, to prevent similar mistakes happening in future.

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0 Release

23 Nov 05:29
Compare
Choose a tag to compare

The release of v0.5.0. The big (breaking) change here is the introduction of DataBlock objects for processors to work on (see #196 ), replacing the old numpy arrays/headers/dataframe style.

This release also includes documentation for the first time: https://winterdrp.readthedocs.io/en/latest/, and expanded tests.

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3 Release

03 Nov 20:11
Compare
Choose a tag to compare

New v0.4.3 release. Beyond general bugfixes, the main change is a transition to poetry for handling installation/dependency management. There is now a pyproject.toml, and no setup.py or requirements.txt. Automated vpackage updates have now been configured using dependabot. There are several other minor improvements detailed below.

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2 Release

22 Sep 15:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1 Release

01 Sep 18:14
Compare
Choose a tag to compare

New v0.4.1 release. The big change is the introduction of the Monitor class, which can take a pipeline and watch for new images/reduce those images in realtime. It can be activated most easily with python -m winterdrp --monitor -p pipelinenamegoeshere.

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0 release

30 Aug 00:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.1 Release

02 Aug 04:06
Compare
Choose a tag to compare

v0.3.1 Release. Biggest change from v0.3.0 is the introduction of unit tests for summer, and then the implementation of coveralls to track code coverage.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0 Release

02 Aug 02:47
Compare
Choose a tag to compare

v0.3.0 Release contains many changes. The biggest milestone is the completion of CI set up. Each PR will now run unit tests to ensure code remains functional.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0 Release

02 Aug 02:40
Compare
Choose a tag to compare

v0.2.0 Release. The major change is the inclusion of image subtraction.

What's Changed

Full Changelog: v0.1.0...v0.2.0