Published August 23, 2022
| Version v0.96
Software
Open
LSSTDESC/RAIL: v0.96
Authors/Creators
- 1. UC Davis
- 2. University of Washington, Physics Dept.
- 3. University of Oxford
- 4. Ruhr-University Bochum
- 5. University of Washington
- 6. IJCLab(ex LAL),IN2P3,CNRS
- 7. LUPM, Université de Montpellier, IN2P3/CNRS
- 8. @cosmostat
Description
What's Changed
- Simple K nearest neighbor estimator #120 by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/121
- Issue/101/delight branch addressing #49 and #104 by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/122
- Added another silly name to the list! by @jfcrenshaw in https://github.com/LSSTDESC/RAIL/pull/124
- Renaming: "train" --> "inform" by @aimalz in https://github.com/LSSTDESC/RAIL/pull/127
- Eac dev by @eacharles in https://github.com/LSSTDESC/RAIL/pull/126
- fix issues in goldenspike nb by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/133
- clean up docstring in base classes by @eacharles in https://github.com/LSSTDESC/RAIL/pull/137
- Issue/141/simplereadme addresses #141 by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/142
- Issue/134/overviewdoc by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/139
- Issue/143/readthedocs by @eacharles in https://github.com/LSSTDESC/RAIL/pull/144
- Added stuff for dynamic versioning by @eacharles in https://github.com/LSSTDESC/RAIL/pull/147
- moving summarization and propagating to tests by @aimalz in https://github.com/LSSTDESC/RAIL/pull/152
- Issue/153/nondetect by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/156
- Issue/157/io nb by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/159
- Issue/161/testskip by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/162
- added render_nb.sh by @eacharles in https://github.com/LSSTDESC/RAIL/pull/155
- more conda doc stuff by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/160
- move data files and modify defaults for bpz and delight SED/FILTER by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/149
- move summarization text to estimation, reword a bit by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/167
- remove inaccurate language by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/166
- rename train --> inform by @aimalz in https://github.com/LSSTDESC/RAIL/pull/163
- Issue/168/base class names by @eacharles in https://github.com/LSSTDESC/RAIL/pull/169
- Issue/146/bpzinform by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/150
- fix prior_band in goldenspike_config.yml, also, make error message mo… by @eacharles in https://github.com/LSSTDESC/RAIL/pull/175
- U/sschmidt23/nzdir by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/170
- docs: fix typos in
docs/source/overview.rstby @vladdoster in https://github.com/LSSTDESC/RAIL/pull/180 - adding FitsHandle class by @torluca in https://github.com/LSSTDESC/RAIL/pull/178
- docs: fix typo in
docs/source/installation.rstby @vladdoster in https://github.com/LSSTDESC/RAIL/pull/179 - Issue/187/tables io fixes by @eacharles in https://github.com/LSSTDESC/RAIL/pull/188
- Issue/171/hsc degrader by @imoskowitz in https://github.com/LSSTDESC/RAIL/pull/172
- Updated docs by @eacharles in https://github.com/LSSTDESC/RAIL/pull/186
- Issue/72/bpz inform by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/191
- fix problem with RailStage help message by @eacharles in https://github.com/LSSTDESC/RAIL/pull/194
- Issue/193/common params by @eacharles in https://github.com/LSSTDESC/RAIL/pull/195
- Dealing with two issues found while using TXPipe by @joezuntz in https://github.com/LSSTDESC/RAIL/pull/199
- 138 add mpi capabilities to the estimation modules by @joselotl in https://github.com/LSSTDESC/RAIL/pull/196
- Fix PZFlow Seed by @joezuntz in https://github.com/LSSTDESC/RAIL/pull/205
- Move imports inside functions by @joezuntz in https://github.com/LSSTDESC/RAIL/pull/192
- issue/206/update-pzflow by @jfcrenshaw in https://github.com/LSSTDESC/RAIL/pull/207
- Update grid_selection.py by @imoskowitz in https://github.com/LSSTDESC/RAIL/pull/203
- Speed up Inform_BPZ_lite stage by @joezuntz in https://github.com/LSSTDESC/RAIL/pull/204
- Restricted python to >= 3.8. by @jfcrenshaw in https://github.com/LSSTDESC/RAIL/pull/212
- Convert Summarizer codes to return N samples rather than a single PDF distribution by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/210
- fix errors, remove old sz write, switch rng form by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/216
- Save zmean as well as zmode in BPZ_lite by @joezuntz in https://github.com/LSSTDESC/RAIL/pull/221
- fix typo by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/223
- Issue/129/hyperbolic mags by @jlvdb in https://github.com/LSSTDESC/RAIL/pull/213
- Issue/177/spec selection by @yanzastro in https://github.com/LSSTDESC/RAIL/pull/197
- add .readthedocs.yaml by @sschmidt23 in https://github.com/LSSTDESC/RAIL/pull/235
- @vladdoster made their first contribution in https://github.com/LSSTDESC/RAIL/pull/180
- @torluca made their first contribution in https://github.com/LSSTDESC/RAIL/pull/178
- @imoskowitz made their first contribution in https://github.com/LSSTDESC/RAIL/pull/172
- @joselotl made their first contribution in https://github.com/LSSTDESC/RAIL/pull/196
- @jlvdb made their first contribution in https://github.com/LSSTDESC/RAIL/pull/213
Full Changelog: https://github.com/LSSTDESC/RAIL/compare/v0.95...v0.96
Files
LSSTDESC/RAIL-v0.96.zip
Files
(12.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:d57b420fd4a605c0b7be4f678790f874
|
12.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/LSSTDESC/RAIL/tree/v0.96 (URL)