Releases: LSSTDESC/rail_base
Releases · LSSTDESC/rail_base
v1.0.7: Minor changes since October.
What's Changed
- test python 3.12 by @eacharles in #157
- remove column that are not computed by the scipy functions by @ztq1996 in #165
- pass kwargs in testing_utils by @eacharles in #169
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Added config params for estimate to cli by @eacharles in #163
- Add COSMOS SEDs as additional template set #166 by @sschmidt23 in #167
Full Changelog: v1.0.5...v1.0.6
v1.0.5: Lots of minor changes to support switch between input data sets / catalogs
What's Changed
- Split out building stage instance in factories by @eacharles in #145
- add catalog_tag to estimate cli command addresses #148 by @sschmidt23 in #149
- Minor improvemetns to estimators by @eacharles in #143
- added a_env by @eacharles in #151
- Fix naive stack bootstraps by @eacharles in #147
- Issue/152/model by @eacharles in #153
- remove py39 from smoke tests by @eacharles in #156
- Issue/155/table handle size by @eacharles in #158
- Switch to using Param and SHARED_PARAMS as much as possible by @eacharles in #161
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Fix up use of chunk_size in var_inf to avoid overwriting config param… by @eacharles in #126
- Eac/fix stages by @hangqianjun in #132
- Issue/134/interfaces by @eacharles in #135
- Issue/124/mask summarizers by @eacharles in #130
- Issue/136/build pipeline by @eacharles in #137
- Issue/138/cli tool by @eacharles in #139
- numpy<2.0.0 by @ztq1996 in #140
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
What's Changed
- update project template, fix codecov by @hangqianjun in #111
- update PointEstimateMixin by @eacharles in #112
- remove the bit that overwrite limits for evaluators by @ztq1996 in #115
- Update add-issue-to-project-tracker.yml by @drewoldag in #118
- Fix mpi coverage in input_iterator by @grantmerz in #117
- Issue/113/test params by @eacharles in #114
- Put back a couple of includes that ruff removed b/c it though they we… by @eacharles in #123
- Issues/127/true nz by @eacharles in #129
New Contributors
- @grantmerz made their first contribution in #117
Full Changelog: v1.0.1...v1.0.2
v1.0.1 Evaluator upgrades...
v1.0.0
Full Changelog: v0.2.5...v1.0.0
v1.0 is released :)
v0.2.5
Change behavior of random number seed.
What's Changed
- added evaluation stage imports to rail.stages by @eacharles in #102
- Change behavior of
seed
inNoisifier
andSelector
by @drewoldag in #104
Full Changelog: v0.2.3...v0.2.4