Mirar

Latest version: v0.19.0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.6.0

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

0.5.1

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
* 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


**Full Changelog**: https://github.com/winter-telescope/winterdrp/compare/v0.5.0...v0.5.1

0.5.0

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


**Full Changelog**: https://github.com/winter-telescope/winterdrp/compare/v0.4.3...v0.5.0

0.4.3

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
* Bump v0.4.2 release by robertdstein in https://github.com/winter-telescope/winterdrp/pull/151
* Compress large files for email, run postprocess on one thread only by robertdstein in https://github.com/winter-telescope/winterdrp/pull/154
* Add timestamp to database by robertdstein in https://github.com/winter-telescope/winterdrp/pull/155
* Avrofields by virajkaram in https://github.com/winter-telescope/winterdrp/pull/158
* Save detrended and resampled images by virajkaram in https://github.com/winter-telescope/winterdrp/pull/162
* Add Skymapper catalog for u-band photcal by virajkaram in https://github.com/winter-telescope/winterdrp/pull/163
* Bump to sdss 16 by robertdstein in https://github.com/winter-telescope/winterdrp/pull/165
* Move to Poetry/toml by robertdstein in https://github.com/winter-telescope/winterdrp/pull/168
* Add dependabot by robertdstein in https://github.com/winter-telescope/winterdrp/pull/169
* Refactor Vizier Catalog, Check SDSS by robertdstein in https://github.com/winter-telescope/winterdrp/pull/166
* Add automerge by robertdstein in https://github.com/winter-telescope/winterdrp/pull/171
* Dehardcode and unify wirc by robertdstein in https://github.com/winter-telescope/winterdrp/pull/172
* Use toml for metadata by robertdstein in https://github.com/winter-telescope/winterdrp/pull/174
* Delete old files by robertdstein in https://github.com/winter-telescope/winterdrp/pull/176
* Close images properly in pyzogy, fix 112 by robertdstein in https://github.com/winter-telescope/winterdrp/pull/177
* Close images after opening them in psfex by robertdstein in https://github.com/winter-telescope/winterdrp/pull/179
* Non-deprecated slicing in zogy by robertdstein in https://github.com/winter-telescope/winterdrp/pull/178
* Bump numpy from 1.22.4 to 1.23.4 by dependabot in https://github.com/winter-telescope/winterdrp/pull/170
* RawPath to reflect stacking by robertdstein in https://github.com/winter-telescope/winterdrp/pull/160

New Contributors
* dependabot made their first contribution in https://github.com/winter-telescope/winterdrp/pull/170

**Full Changelog**: https://github.com/winter-telescope/winterdrp/compare/v0.4.2...v0.4.3

0.4.2

What's Changed
* Bump to v0.4.1 by robertdstein in https://github.com/winter-telescope/winterdrp/pull/118
* Aggregate errors in non-verbose summary by robertdstein in https://github.com/winter-telescope/winterdrp/pull/121
* Create multiple 'PhotometryError's by robertdstein in https://github.com/winter-telescope/winterdrp/pull/123
* Stop printing the astroquery/ldac tables by robertdstein in https://github.com/winter-telescope/winterdrp/pull/124
* Dbops by virajkaram in https://github.com/winter-telescope/winterdrp/pull/125
* Divide the various astrometry errors by robertdstein in https://github.com/winter-telescope/winterdrp/pull/126
* Force pipelines to have names by robertdstein in https://github.com/winter-telescope/winterdrp/pull/128
* Group errors by raising line by robertdstein in https://github.com/winter-telescope/winterdrp/pull/127
* Count affected images in error summary by robertdstein in https://github.com/winter-telescope/winterdrp/pull/129
* Require PROCFAIL, RAWPATH and BASENAME keys in headers by robertdstein in https://github.com/winter-telescope/winterdrp/pull/130
* Default pipeline configuration is now 'default' not None by robertdstein in https://github.com/winter-telescope/winterdrp/pull/131
* Postprocess Step by robertdstein in https://github.com/winter-telescope/winterdrp/pull/132
* Check file exists before email attaching by robertdstein in https://github.com/winter-telescope/winterdrp/pull/135
* Make midway processing less email-specific by robertdstein in https://github.com/winter-telescope/winterdrp/pull/138
* Convert obstype to string, handle corrupted headers by robertdstein in https://github.com/winter-telescope/winterdrp/pull/139
* Add Try/except and error report logging for monitor errors by robertdstein in https://github.com/winter-telescope/winterdrp/pull/140
* Also catch attributerror when loading summer images by robertdstein in https://github.com/winter-telescope/winterdrp/pull/141
* Add log configuration for summer by robertdstein in https://github.com/winter-telescope/winterdrp/pull/142
* Delete redundant code by robertdstein in https://github.com/winter-telescope/winterdrp/pull/143
* Multithreading, close 122 by robertdstein in https://github.com/winter-telescope/winterdrp/pull/145
* Add default of 300s for timeout on shell by robertdstein in https://github.com/winter-telescope/winterdrp/pull/147
* Reduce log spam by robertdstein in https://github.com/winter-telescope/winterdrp/pull/149
* Include software version in logs by robertdstein in https://github.com/winter-telescope/winterdrp/pull/150


**Full Changelog**: https://github.com/winter-telescope/winterdrp/compare/v0.4.1...v0.4.2

0.4.1

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
* bump version by robertdstein in https://github.com/winter-telescope/winterdrp/pull/102
* track processor errors by virajkaram in https://github.com/winter-telescope/winterdrp/pull/107
* Automatically pull latest test data then select correct tag by robertdstein in https://github.com/winter-telescope/winterdrp/pull/108
* Dualsextractorcheckimg by virajkaram in https://github.com/winter-telescope/winterdrp/pull/114
* Summer by robertdstein in https://github.com/winter-telescope/winterdrp/pull/115
* Set up Monitor by robertdstein in https://github.com/winter-telescope/winterdrp/pull/71


**Full Changelog**: https://github.com/winter-telescope/winterdrp/compare/v0.4.0...v0.4.1

Page 6 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.