Releases: LSSTDESC/rail_gpz_v1
Fixes a bug caused by numpy version change
What's Changed
- Switch equality check to size check for empty array, addresses #23 by @sschmidt23 in #24
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Release fixes a bug in the sigma calculation where previously it was using the variance rather than std dev, and thus PDF widths were underpredicted.
What's Changed
Full Changelog: v1.0.3...v1.1.0
v1.0.3
simple update to catch inf values in addition to nan values in the inputs
What's Changed
- check for inf as well as nan in mags and errors, addresses #20 by @sschmidt23 in #21
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
Changes:
Added a new configuration parameter replace_error_vals
, a list of the same length as the number of bands, that is the replacement value for any magnitude errors that are <0.0 or NaN in each band.
Updated the project template so that codecov is once again reporting properly.
What's Changed
- update project template, fix codecov by @hangqianjun in #15
- add mask replacement of nan and negative mag errors by @sschmidt23 in #18
New Contributors
- @hangqianjun made their first contribution in #15
Full Changelog: v0.1.6...v1.0.1
v1.0.0
RAIL v1.0 stamp
Full Changelog: v0.1.6...v1.0.0
v0.1.6
v0.1.5: Fix __init__ file
v0.1.4: added copier template
What's Changed
- fix init file path by @sschmidt23 in #8
- populate from copier template by @eacharles in #11
Full Changelog: v0.1.3...v0.1.4
API consistency improvements part 1
Implementing more consistent names throughout src/rail/estimation