Mirar

Latest version: v0.20.0

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

Scan your dependencies

Page 2 of 7

0.15.0

Big change: fix bug in sextractor running in parallel (925)

What's Changed
* Allow compression for image saving by robertdstein in https://github.com/winter-telescope/mirar/pull/914
* Bump setuptools from 69.5.1 to 70.0.0 by dependabot in https://github.com/winter-telescope/mirar/pull/921
* Bump torch from 2.2.2 to 2.3.0 by dependabot in https://github.com/winter-telescope/mirar/pull/922
* Fix inconsistency by setting max_n_cpu=1 for Sextractor by saarahhall in https://github.com/winter-telescope/mirar/pull/925
* Add dither info and gal coordinates to db by robertdstein in https://github.com/winter-telescope/mirar/pull/926
* v0.15.0 by robertdstein in https://github.com/winter-telescope/mirar/pull/927
* Actually update version by robertdstein in https://github.com/winter-telescope/mirar/pull/928


**Full Changelog**: https://github.com/winter-telescope/mirar/compare/v0.14.0...v0.15.0

0.14.0

PR with many small changes. One breaking change to winterdb (916 ). Other major change: fixed docs and automatic pipeline flowcharts.

What's Changed
* More robust candidate broadcasting by robertdstein in https://github.com/winter-telescope/mirar/pull/898
* Update docs by robertdstein in https://github.com/winter-telescope/mirar/pull/902
* Bump pylint from 3.2.1 to 3.2.2 by dependabot in https://github.com/winter-telescope/mirar/pull/903
* Bump torch from 2.2.2 to 2.3.0 by dependabot in https://github.com/winter-telescope/mirar/pull/904
* Revamp Candidates by robertdstein in https://github.com/winter-telescope/mirar/pull/901
* Do not attempt PDF by robertdstein in https://github.com/winter-telescope/mirar/pull/905
* Check class setup for processors/pipelines by robertdstein in https://github.com/winter-telescope/mirar/pull/906
* Flowify by robertdstein in https://github.com/winter-telescope/mirar/pull/909
* Add set up function for pipelines. by robertdstein in https://github.com/winter-telescope/mirar/pull/912
* Update path by robertdstein in https://github.com/winter-telescope/mirar/pull/911
* Test autodocs by robertdstein in https://github.com/winter-telescope/mirar/pull/913
* More clear image rebatching by robertdstein in https://github.com/winter-telescope/mirar/pull/910
* Include q3c docs by robertdstein in https://github.com/winter-telescope/mirar/pull/915
* Check mirror cover by robertdstein in https://github.com/winter-telescope/mirar/pull/916
* Fix logging level by robertdstein in https://github.com/winter-telescope/mirar/pull/917
* Broaden WINTER Cal Requirements by robertdstein in https://github.com/winter-telescope/mirar/pull/918
* Bump version by robertdstein in https://github.com/winter-telescope/mirar/pull/919

**Full Changelog**: https://github.com/winter-telescope/mirar/compare/v0.13.7...v0.14.0

0.13.7

Latest update, mainly WINTER-focussed. ReadTheDocs now works again. Big changes: Add rb score for WINTER, and breaking winter DB changes: `rbversion` changes from int to string and adds `sent` field to track IPAC broadcasting.

What's Changed
* Make readthedocs work again by robertdstein in https://github.com/winter-telescope/mirar/pull/890
* Add support for CLI stacking by robertdstein in https://github.com/winter-telescope/mirar/pull/891
* use dither flats by robertdstein in https://github.com/winter-telescope/mirar/pull/892
* RB for WINTER by robertdstein in https://github.com/winter-telescope/mirar/pull/893
* lower rb cut by robertdstein in https://github.com/winter-telescope/mirar/pull/894
* Add broadcast status to DB by robertdstein in https://github.com/winter-telescope/mirar/pull/895
* Bump version by robertdstein in https://github.com/winter-telescope/mirar/pull/896


**Full Changelog**: https://github.com/winter-telescope/mirar/compare/v0.13.6...v0.13.7

0.13.6

Lots of recent changes, including a pipeline for WASP, integration with parquet, backup catalogues for Gaia, reorganising WINTER code and updated installation documentation.

Important change: fix batching error for WINTER related to `DITHGRP` keyword.

What's Changed
* WASP pipeline plus parquet integration by robertdstein in https://github.com/winter-telescope/mirar/pull/833
* Add Gaia ARI server by robertdstein in https://github.com/winter-telescope/mirar/pull/866
* Bump pyarrow from 15.0.2 to 16.0.0 by dependabot in https://github.com/winter-telescope/mirar/pull/867
* Bump black from 24.4.1 to 24.4.2 by dependabot in https://github.com/winter-telescope/mirar/pull/868
* Bump coveralls from 3.3.1 to 4.0.0 by dependabot in https://github.com/winter-telescope/mirar/pull/874
* Bump sqlalchemy from 2.0.29 to 2.0.30 by dependabot in https://github.com/winter-telescope/mirar/pull/875
* Bump astropy from 6.0.1 to 6.1.0 by dependabot in https://github.com/winter-telescope/mirar/pull/876
* Log but remove flats by robertdstein in https://github.com/winter-telescope/mirar/pull/873
* SEDM-KP imsub configuration by saarahhall in https://github.com/winter-telescope/mirar/pull/861
* Log WFCam errors and bump swarp memory by robertdstein in https://github.com/winter-telescope/mirar/pull/884
* Reorganise WINTER generator, sort errors, remove DITHGRP by robertdstein in https://github.com/winter-telescope/mirar/pull/885
* Update install instructions by robertdstein in https://github.com/winter-telescope/mirar/pull/886
* WINTER config for stack of stacks by robertdstein in https://github.com/winter-telescope/mirar/pull/887
* v0.13.6 by robertdstein in https://github.com/winter-telescope/mirar/pull/888


**Full Changelog**: https://github.com/winter-telescope/mirar/compare/v0.13.5...v0.13.6

0.13.5

Major changes for WINTER - Add vista support, change namer to assign names and insert into db (fixes race condition/no history for simultaneously-processed fields problem), swap from Gaia to Vizier and move to DR3 (apply SNR > 3 cut by default).

What's Changed
* Bump urllib3 from 1.26.18 to 2.2.1 by dependabot in https://github.com/winter-telescope/mirar/pull/844
* Bump photutils from 1.11.0 to 1.12.0 by dependabot in https://github.com/winter-telescope/mirar/pull/845
* Bump black from 24.3.0 to 24.4.0 by dependabot in https://github.com/winter-telescope/mirar/pull/843
* Bump setuptools from 69.2.0 to 69.5.1 by dependabot in https://github.com/winter-telescope/mirar/pull/846
* Refactor catalogs, introduce backup Gaia via Vizier by robertdstein in https://github.com/winter-telescope/mirar/pull/849
* Fix pylint setting for astropy v6.0.1 by robertdstein in https://github.com/winter-telescope/mirar/pull/852
* Little bug fixes for Y/H/southern images by robertdstein in https://github.com/winter-telescope/mirar/pull/855
* Vista by virajkaram in https://github.com/winter-telescope/mirar/pull/850
* Swap Zenodo reference to latest by robertdstein in https://github.com/winter-telescope/mirar/pull/857
* Bump sphinx-mdinclude from 0.5.4 to 0.6.0 by dependabot in https://github.com/winter-telescope/mirar/pull/859
* Swap Tap to use Gaia DR3 by robertdstein in https://github.com/winter-telescope/mirar/pull/854
* Fix history/naming by robertdstein in https://github.com/winter-telescope/mirar/pull/858
* v0.13.5 by robertdstein in https://github.com/winter-telescope/mirar/pull/860

**Full Changelog**: https://github.com/winter-telescope/mirar/compare/v0.13.4...v0.13.5

0.13.4

Major changes: added support for .env files, added Zenodo DOI for mirar, added new columns for readout mode/version to WINTER database.

What's Changed
* Postgres db additional settings by jamiesoon in https://github.com/winter-telescope/mirar/pull/803
* Bump black from 24.2.0 to 24.3.0 by dependabot in https://github.com/winter-telescope/mirar/pull/821
* Add dynamic DOI for mirar by robertdstein in https://github.com/winter-telescope/mirar/pull/823
* Load environment variables from .env file by jamiesoon in https://github.com/winter-telescope/mirar/pull/825
* Boardid 6 by virajkaram in https://github.com/winter-telescope/mirar/pull/826
* Bump pre-commit to python3.11 by jamiesoon in https://github.com/winter-telescope/mirar/pull/828
* Bump astroplan from 0.9.1 to 0.10 by dependabot in https://github.com/winter-telescope/mirar/pull/829
* Bump matplotlib from 3.8.3 to 3.8.4 by dependabot in https://github.com/winter-telescope/mirar/pull/830
* Bump scipy from 1.12.0 to 1.13.0 by dependabot in https://github.com/winter-telescope/mirar/pull/831
* Add sgscore and filter isdiffpos by robertdstein in https://github.com/winter-telescope/mirar/pull/837
* Catch corrupted images, and add readoutm/readoutv to db by robertdstein in https://github.com/winter-telescope/mirar/pull/838
* v0.13.4 version bump by robertdstein in https://github.com/winter-telescope/mirar/pull/839


**Full Changelog**: https://github.com/winter-telescope/mirar/compare/v0.13.3...v0.13.4

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.