Skip to content

Releases: LSSTDESC/rail_bpz

v1.0.2

20 Sep 23:22
deefe81
Compare
Choose a tag to compare

Update to no longer read filters from .columns file, now via a filter_list configuration parameter

What's Changed

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

v1.0.1

31 Jul 20:20
d3306df
Compare
Choose a tag to compare

Fixed a potential normalization issue in the inform stage, update for ceci 2.0 compatibility, got codecov uploading properly again, and some minor linting.

What's Changed

Full Changelog: v0.1.3...v1.0.1

v1.0.0

13 May 19:53
7ee9e42
Compare
Choose a tag to compare

RAIL v1.0 stamp

Full Changelog: v0.1.3...v1.0.0

v0.1.3

08 May 20:27
7ee9e42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

27 Oct 19:17
2d51caa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

API consistency improvements part 1

14 Jul 23:54
13719c7
Compare
Choose a tag to compare

Implementing more consistent names throughout src/rail/estimation

Switch to rail_base

13 Jun 20:02
18ce27e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.1.0

v0.0.9

04 May 05:25
66e8174
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

01 May 22:20
4d9c440
Compare
Choose a tag to compare

The major changes with this release are removing the global dictionary from the prior calculation that could cause errors in multiple runs of BPZ with different priors, as well as a switch in how fluxes are passed internally that enables the use of rail_bpz with input data in a pandas dataframe/parquet file in addition to the usual HDF5/numpy dictionary.

What's Changed

  • add a new parameter for unobserved magnitudes by @joezuntz in #18
  • Switch prior to remove global dict, fix few bugs in fraction computation by @sschmidt23 in #20
  • Move flux computation to dict to enable use with both pandas/parquet and hdf5/numpy dict by @sschmidt23 in #24

Full Changelog: v0.0.7...v0.0.8

Better version of RAIL_BPZ_DIR, more loading the flux templates into _initialize_run

20 Mar 18:12
5207456
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7