Releases: LSSTDESC/rail_flexzboost
Releases · LSSTDESC/rail_flexzboost
v1.0.1
What's Changed
- update project template, fix codecov by @hangqianjun in #42
- Update for ceci version 2 by @joezuntz in #43
New Contributors
- @hangqianjun made their first contribution in #42
- @joezuntz made their first contribution in #43
Full Changelog: v0.2.0...v1.0.1
v1.0.0
RAIL v1.0 stamp
Full Changelog: v0.2.0...v1.0.0
v0.2.0
v0.1.4: fix __init__ file
v0.1.3: Applied project template
What's Changed
- Respect the
calculated_point_estimates
config parameter by @drewoldag in #34 - Fix bug in conditional by @drewoldag in #36
- populate copier template by @eacharles in #38
Full Changelog: v0.1.2...v0.1.3
API consistency improvements part 1
Implementing more consistent names throughout src/rail/estimation
Switching back to main
What's Changed
- add retrain_full config param to retrain with all training data by @sschmidt23 in #29
- Eac/minimal by @eacharles in #30
Full Changelog: v0.0.11...v0.1.1
Test-release for moving to rail-base
What's Changed
- add retrain_full config param to retrain with all training data by @sschmidt23 in #29
Full Changelog: v0.0.11...v0.1.0
v0.0.11
What's Changed
Removed the duplication of the PDF grid calculation when using the interp
method, this saves both computation and memory when running with the interp
configuration.
- switch mode to argmax in interp for speed by @sschmidt23 in #27
Full Changelog: v0.0.10...v0.0.11
v0.0.10
Three changes:
-modify storage of specz_data so that array works with pandas as well as OrderedDict inputs.
-refactor non-detection replacements
-move hard coded seed to config param
What's Changed
- Issue/21/pandas by @sschmidt23 in #22
- make seed a config param by @sschmidt23 in #25
Full Changelog: v0.0.9...v0.0.10