Releases: VTDA-Group/superphot-plus
Releases · VTDA-Group/superphot-plus
v0.0.9
What's Changed
- Fixed all test cases for new package versions by @kdesoto-astro in #177
- Finished updating dependencies for next stable version by @kdesoto-astro in #178
- Test PR commit. by @delucchi-cmu in #176
- Major snapi refactor by @kdesoto-astro in #180
- Now binary + MLP + with redshift classification all works by @kdesoto-astro in #183
- Edits to reduced chisq degrees of freedom and generation of models fo… by @kdesoto-astro in #184
- minor numpyro sampler score type correction by @kdesoto-astro in #185
- Minor changes to numpyro_sampler by @kdesoto-astro in #186
Full Changelog: v0.0.8...v0.0.9
Semantic version fix
Merge pull request #175 from VTDA-Group/additional_small_changes Match local copy at time of paper submission
v0.0.6
Full Changelog: v0.0.5...v0.0.6
Changes pre-ANTARES filter
Full support for import of SuperRAENN, Superphot, and ParSNIP packages for other feature set generations.
What's Changed
- Small PR to allow manual input of sample means by @kdesoto-astro in #150
- Update README.md by @delucchi-cmu in #155
- Iminuit sampler by @hombit in #151
- Update paths to new git org. by @delucchi-cmu in #157
- light-curve package based sampler by @hombit in #152
- Benchmarks for licu and iminuit samplers by @hombit in #160
- hotfix to allow old LCs to be read by @kdesoto-astro in #161
- Add no-covers to fns calling alerce and antares by @OliviaLynn in #156
- Implement posteriors generator by @camposandro in #162
- Remove tests for python 3.8 by @delucchi-cmu in #165
- Major changes to accommodate addition of LightGBM to classifier suite by @kdesoto-astro in #168
- Additional small changes by @kdesoto-astro in #169
- Changed how groups of posterior features are stored for faster K-folds by @kdesoto-astro in #170
- small changes by @kdesoto-astro in #171
- Many object organization changes, finished incorporated external clas… by @kdesoto-astro in #172
- Fixed superraenn API and added PACMAP by @kdesoto-astro in #173
Full Changelog: v0.0.3...v.0.0.5
Test of new repo
What's Changed
- Merge recent changes by @delucchi-cmu in #100
- Fix some issues with the tutorial notebook by @hombit in #78
- Plotting refactor by @kdesoto-astro in #96
- Refactor and improve coverage of MLP class by @camposandro in #103
- Small bug fixes, added normalization info to ModelConfig by @kdesoto-astro in #108
- Added chi squared values to numpyro posterior cube by @kdesoto-astro in #109
- Add a small test by @jeremykubica in #112
- Add e2e benchmarks for sampling+classification by @camposandro in #110
- A few more small changes to increase coverage by @jeremykubica in #113
- More small increases to code coverage by @jeremykubica in #114
- Fix name of test by @jeremykubica in #115
- Fixed small errors, added small new plotting customizations by @kdesoto-astro in #117
- adding legends and markers for tutorial code by @dougbrn in #116
- Mechanical (mostly) application of black and isort by @delucchi-cmu in #119
- Add a debugging string opption by @jeremykubica in #122
- Add Some Accuracy Metrics by @jeremykubica in #120
- Create a manual benchmarking suite for the samplers by @jeremykubica in #126
- Update diff test for e2e and interactive mode by @OliviaLynn in #125
- Fix installation failing bc of antares/kafka dependency by @OliviaLynn in #132
- Address more pylint findings. by @delucchi-cmu in #121
- Restore diff test by @OliviaLynn in #135
- Hyperparameter tuning by @camposandro in #124
- Make the random seed for the numpyro sampler settable from the outside by @jeremykubica in #136
- Final changes from paper plot edits by @kdesoto-astro in #134
- Plot tuning metrics on Tensorboard by @camposandro in #137
- Added LSST Survey info by @kdesoto-astro in #139
- Move optional dependencies by @delucchi-cmu in #141
- Move benchmarks to asv by @camposandro in #138
- Add LSST LCs by @kdesoto-astro in #143
- Refactor to better isolate dependencies by @camposandro in #142
- Fix issue 147 by @jeremykubica in #148
- Changes to Lightcurve saving + SVI modularity by @kdesoto-astro in #145
New Contributors
Full Changelog: v0.0.2...v0.0.4
v0.0.3
What's Changed
- Merge recent changes by @delucchi-cmu in #100
- Fix some issues with the tutorial notebook by @hombit in #78
- Plotting refactor by @kdesoto-astro in #96
- Refactor and improve coverage of MLP class by @camposandro in #103
- Small bug fixes, added normalization info to ModelConfig by @kdesoto-astro in #108
- Added chi squared values to numpyro posterior cube by @kdesoto-astro in #109
- Add a small test by @jeremykubica in #112
- Add e2e benchmarks for sampling+classification by @camposandro in #110
- A few more small changes to increase coverage by @jeremykubica in #113
- More small increases to code coverage by @jeremykubica in #114
- Fix name of test by @jeremykubica in #115
- Fixed small errors, added small new plotting customizations by @kdesoto-astro in #117
- adding legends and markers for tutorial code by @dougbrn in #116
- Mechanical (mostly) application of black and isort by @delucchi-cmu in #119
- Add a debugging string opption by @jeremykubica in #122
- Add Some Accuracy Metrics by @jeremykubica in #120
- Create a manual benchmarking suite for the samplers by @jeremykubica in #126
- Update diff test for e2e and interactive mode by @OliviaLynn in #125
- Fix installation failing bc of antares/kafka dependency by @OliviaLynn in #132
- Address more pylint findings. by @delucchi-cmu in #121
- Restore diff test by @OliviaLynn in #135
- Hyperparameter tuning by @camposandro in #124
- Make the random seed for the numpyro sampler settable from the outside by @jeremykubica in #136
- Final changes from paper plot edits by @kdesoto-astro in #134
- Plot tuning metrics on Tensorboard by @camposandro in #137
- Added LSST Survey info by @kdesoto-astro in #139
- Move optional dependencies by @delucchi-cmu in #141
- Move benchmarks to asv by @camposandro in #138
- Add LSST LCs by @kdesoto-astro in #143
- Refactor to better isolate dependencies by @camposandro in #142
- Fix issue 147 by @jeremykubica in #148
- Changes to Lightcurve saving + SVI modularity by @kdesoto-astro in #145
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Add two missing dependencies by @jeremykubica in #40
- Scaffolding for readthedocs by @delucchi-cmu in #41
- Add new Lightcurve object by @jeremykubica in #42
- Improve mapping of supernovae class labels by @camposandro in #31
- Convert fit_numpyro to use Lightcurve by @jeremykubica in #43
- Add an approximate test for test_dynesty_single_file by @jeremykubica in #48
- Add unit test for import_labels_only method. by @delucchi-cmu in #45
- Update make_fake_spp_data.py by @villrv in #37
- Add diffing - unit tests and a (to-be e2e) diff_test.py by @OliviaLynn in #53
- Clean up project errors by @camposandro in #44
- Add unit test for chi sq calculation by @delucchi-cmu in #52
- Fix the band indexing in create_prior by @jeremykubica in #55
- Remove unneeded prints by @jeremykubica in #59
- Mechanical application of formatter by @jeremykubica in #60
- Reuse code to plot posterior samples by @camposandro in #57
- Improve coverage on oversampling using posteriors by @camposandro in #58
- Vectorize create_prior by @jeremykubica in #56
- Move alerce/antares data generation by @delucchi-cmu in #54
- Make classify_ztf.py modular, fix redundant chisq calculations by @kdesoto-astro in #51
- Updated tutorial for directory changes + classification functionality by @kdesoto-astro in #49
- Updated README.md by @kdesoto-astro in #69
- Added training labels by @kdesoto-astro in #67
- Mechanical application of black and isort. by @delucchi-cmu in #70
- Utility class to hold per-band curve priors. by @delucchi-cmu in #71
- Add detail to RTD index and fix notebook. by @delucchi-cmu in #72
- README: Footnote-style references by @hombit in #73
- README: add venv instructions by @hombit in #74
- Making code ELASTICC/multiband compatible PART 1 by @kdesoto-astro in #68
- Merge recent changes by @delucchi-cmu in #77
- Expanding instructions and adding badges. by @delucchi-cmu in #79
- Create a simple helper to find the max flux in a band by @jeremykubica in #82
- Use tmp_path pytest fixture for test output. by @delucchi-cmu in #83
- Move the lightcurve file functions into Lightcurve by @jeremykubica in #84
- Update comment by @jeremykubica in #85
- Add unit test for run_curve_fit; add multiband. by @delucchi-cmu in #76
- Provide helper functions for working with bands in Lightcurve by @jeremykubica in #86
- Make code multi band compatible PART 2 by @kdesoto-astro in #75
- Initial commit of samplers. by @delucchi-cmu in #89
- Unit tests for ZTF classifier by @camposandro in #90
- Multiband compatibility PART 3 by @kdesoto-astro in #87
- Mechanical application of black and isort. by @delucchi-cmu in #91
- Merge recent changes. by @delucchi-cmu in #92
- Address a handful of pylint findings by @delucchi-cmu in #93
- Move surveys to directory. Add yaml support. by @delucchi-cmu in #95
- Use tmp_path fixture by @delucchi-cmu in #98
- Move numpyro single mcmc to sampler object by @delucchi-cmu in #97
- Address some more pylint findings by @delucchi-cmu in #102
New Contributors
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial release of superphot-plus.