Skip to content

Releases: LSSTDESC/rail_gpz_v1

Fixes a bug caused by numpy version change

17 Jan 21:17
2a478c9
Compare
Choose a tag to compare

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

29 Aug 18:29
0b62771
Compare
Choose a tag to compare

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

26 Aug 19:15
5860497
Compare
Choose a tag to compare

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

17 Jul 08:47
a15ee8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Jun 20:44
766f70e
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.1.6...v1.0.1

v1.0.0

13 May 20:36
2654b74
Compare
Choose a tag to compare

RAIL v1.0 stamp

Full Changelog: v0.1.6...v1.0.0

v0.1.6

08 May 15:50
2654b74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5: Fix __init__ file

31 Oct 21:58
a26b66c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4: added copier template

31 Oct 21:12
79cbd20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

API consistency improvements part 1

14 Jul 23:54
7e40056
Compare
Choose a tag to compare

Implementing more consistent names throughout src/rail/estimation