Recent Releases of Pippin
Pippin - DES-SN5YR
DES-SN5YR Pippin Release
Release version used in the DES-SN5YR Analysis & Data Release
What's Changed
- Update paper.md by @arfon in https://github.com/dessn/Pippin/pull/3
- Pa test by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/34
- Prioritise replaceing REPLACE_* by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/36
- Added batchsize, numlayers, and hidden_dim to Supernnova. Removed s… by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/37
- extra_cov by @djbrout in https://github.com/dessn/Pippin/pull/40
- extra_cov by @djbrout in https://github.com/dessn/Pippin/pull/41
- add scone classifier by @helenqu in https://github.com/dessn/Pippin/pull/42
- add scone to classifier factory, manager.py; add scone_gpu env by @helenqu in https://github.com/dessn/Pippin/pull/43
- fix docstring, write predictions.csv file by @helenqu in https://github.com/dessn/Pippin/pull/44
- Supernnova input yml by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/47
- Unhardcoded dataprep by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/54
- add PHOTFLAG_MSKREJ key by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/55
- Added check to abort on train mode with PerfectClassifier, UnityClass… by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/56
- Issue59 by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/60
- Added -S (--syntax) command line option. by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/62
- Added $HOSTNAME to config by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/63
- Cleaning up old comments by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/64
- Fixed -S option to tell you the tasks if no task is specified by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/65
- Changed how batch headers are read, added BATCH_FILE option to specif… by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/66
- Changed COSMOMC to COSMOFIT to allow for more cosmological fitters to… by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/73
- Updated and sped up -S option by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/74
- Fixing Analyse Task by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/77
- Added EXTERNAL_MAP key, allowing many-to-one relationships to be more… by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/86
- Update legacy keys and allow excluding of cosmomc directory by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/88
- Added functionality for including external anchors by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/90
- Issue #91: Implemented a MERGE_CLASSIFIER key to AGGREGATION to allow… by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/94
- Don't fail if simfile/varname not defined by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/95
- Added compressing and uncompression functionality. Disabled by defaul… by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/96
- scone changes by @helenqu in https://github.com/dessn/Pippin/pull/97
- fix some scone bugs by @helenqu in https://github.com/dessn/Pippin/pull/99
- scone: set gpu header if desired, fix bug arising from not indexing t… by @helenqu in https://github.com/dessn/Pippin/pull/100
- scone: read in types from simulation if available by @helenqu in https://github.com/dessn/Pippin/pull/101
- scone: make sure types is a dict, make sure snid is first col of pred… by @helenqu in https://github.com/dessn/Pippin/pull/103
- Scone: use slurm dependencies to submit heatmaps and model jobs simultaneously by @helenqu in https://github.com/dessn/Pippin/pull/104
- scone: fix silly syntax error by @helenqu in https://github.com/dessn/Pippin/pull/105
- Issue102 by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/106
- Ensure num_errs is never None by @benjaminrose in https://github.com/dessn/Pippin/pull/109
- scone: various fixes by @helenqu in https://github.com/dessn/Pippin/pull/110
- CVE-2007-4559 Patch by @TrellixVulnTeam in https://github.com/dessn/Pippin/pull/112
- scone: fix wrong output log location, cast all types to ints by @helenqu in https://github.com/dessn/Pippin/pull/113
- scone: change job time, memory limits by @helenqu in https://github.com/dessn/Pippin/pull/114
- Allow tasks to know their dependents. Only compress if you have no de… by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/115
- scone: stop asking for 8 cpus, only change pred column name once by @helenqu in https://github.com/dessn/Pippin/pull/117
- Add new redshift options to supernnova by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/120
- Move createcov over to submitbatch by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/121
- Move create cov over to submit batch by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/123
- Moved CreateCov over to submit_batch by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/124
- Allow BATCH_REPLACE in GLOBAL by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/126
- Allow BATCHREPLACE commands for submitbatch tasks by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/127
- Update classification.yml by @helenqu in https://github.com/dessn/Pippin/pull/133
- Update README.md by @helenqu in https://github.com/dessn/Pippin/pull/134
- add classifier combine functionality by @helenqu in https://github.com/dessn/Pippin/pull/135
- make all classifiers that don't support new COMBINE_MASK functionality raise a warning if it looks like it might be being used by @helenqu in https://github.com/dessn/Pippin/pull/136
- add docs about combine_mask functionality by @helenqu in https://github.com/dessn/Pippin/pull/141
- SCONE: change default to no GPU, remove dessn account to sbatch header by @helenqu in https://github.com/dessn/Pippin/pull/142
- Update classification.yml by @helenqu in https://github.com/dessn/Pippin/pull/144
- Update README.md by @helenqu in https://github.com/dessn/Pippin/pull/143
- Add SIMFILEBIASCORFITOPTS and SIMFILECCPRIORFITOPTS keys to BIASCOR by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/147
- prevent predicting on SIM_FRACTION < 1 for classifiers by @helenqu in https://github.com/dessn/Pippin/pull/152
- SCONE: make slurm memory a user-facing option by @helenqu in https://github.com/dessn/Pippin/pull/153
- change scone location by @helenqu in https://github.com/dessn/Pippin/pull/160
- add REFACTORED and LEGACY options to scone for debugging refactor by @helenqu in https://github.com/dessn/Pippin/pull/161
- Scone refactor integration by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/168
- Update README.md by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/170
- Update documentation and README by @OmegaLambda1998 in https://github.com/dessn/Pippin/pull/171
New Contributors
- @arfon made their first contribution in https://github.com/dessn/Pippin/pull/3
- @OmegaLambda1998 made their first contribution in https://github.com/dessn/Pippin/pull/34
- @helenqu made their first contribution in https://github.com/dessn/Pippin/pull/42
- @benjaminrose made their first contribution in https://github.com/dessn/Pippin/pull/109
- @TrellixVulnTeam made their first contribution in https://github.com/dessn/Pippin/pull/112
Full Changelog: https://github.com/dessn/Pippin/compare/v0.2.0...v1.0
Scientific Software - Peer-reviewed
- Python
Published by OmegaLambda1998 over 1 year ago
Pippin - JOSS Release
Updating documentation and usability of the software for JOSS.
Scientific Software - Peer-reviewed
- Python
Published by Samreay almost 6 years ago
Pippin - Improved early failure model
Adding extra checks to abort as early as possible, before any jobs enter the HPC queue.
Scientific Software - Peer-reviewed
- Python
Published by Samreay about 6 years ago
Pippin - DES_Midway_Deployment
Scientific Software - Peer-reviewed
- Python
Published by Samreay about 6 years ago