v0.5.0 Release
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
- Bump to v0.4.3 by @robertdstein in #180
- Better test coverage by @robertdstein in #181
- Create LICENSE by @robertdstein in #183
- Test errors and monitor by @robertdstein in #184
- Pipeline Visualisation by @robertdstein in #187
- Add test for pipeline visualisation by @robertdstein in #188
- Remove unnecessary files by @virajkaram in #186
- remove psfex.xml in summer pipe by @virajkaram in #189
- Bump docker from 6.0.0 to 6.0.1 by @dependabot in #190
- Bump matplotlib from 3.6.1 to 3.6.2 by @dependabot in #192
- Bump setuptools from 65.5.0 to 65.5.1 by @dependabot in #191
- Reorganise error code by @robertdstein in #199
- Update testdata on request by @robertdstein in #200
- Bump numpy from 1.23.4 to 1.23.5 by @dependabot in #201
- Add Docs by @robertdstein in #203
- Document install, contributing, usage by @robertdstein in #204
- Data Objects by @robertdstein in #196
Full Changelog: v0.4.3...v0.5.0