Releases: LSSTDESC/rail_bpz
v1.0.2
Update to no longer read filters from .columns file, now via a filter_list
configuration parameter
What's Changed
- remove dependencies on .columns file #53 by @sschmidt23 in #54
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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
- add check of f0 sum, norm if >1 #45 by @sschmidt23 in #46
- ran copier update, which changed testing action by @sschmidt23 in #50
- Update for ceci version 2 by @joezuntz in #52
- fix linting in bpz_lite, try bumping codecov workflow version by @sschmidt23 in #48
Full Changelog: v0.1.3...v1.0.1
v1.0.0
RAIL v1.0 stamp
Full Changelog: v0.1.3...v1.0.0
v0.1.3
v0.1.2
What's Changed
- Download tarfile from NERSC by @OliviaLynn in #38
- Updated to copier template v0.3 by @eacharles in #39
Full Changelog: v0.1.1...v0.1.2
API consistency improvements part 1
Implementing more consistent names throughout src/rail/estimation
Switch to rail_base
What's Changed
- Add demo notebook by @sschmidt23 in #21
- Eac/minimal by @eacharles in #27
Full Changelog: v0.0.9...v0.1.0
v0.0.9
What's Changed
- Lynn/rail directory match by @OliviaLynn in #22
- updated to use SHARED_PARAMS and moved package init by @eacharles in #25
New Contributors
- @OliviaLynn made their first contribution in #22
Full Changelog: v0.0.8...v0.0.9
v0.0.8
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
What's Changed
- Added RAIL_BPZ_DIR by @sschmidt23 in #13
- Move loading the flux templates into _initialize_run dir by @joezuntz in #11
- Issue/14/besttype by @sschmidt23 in #15
- Added RAIL_BPZ_DIR by @eacharles in #16
New Contributors
Full Changelog: v0.0.6...v0.0.7