Releases: fjebaker/SpectralFitting.jl
Releases · fjebaker/SpectralFitting.jl
v0.5.15
What's Changed
- Replace deprecated LinearInterpolation by @Infinite-Improbability in #57
- feat: ffi updates by @fjebaker in #60
- Feat!: New dataset API by @fjebaker in #61
- Feat!: new parameter API by @fjebaker in #63
- fix: import order of update_model by @pxrwa in #65
- fix: response folding issues and uncertainties by @fjebaker in #66
- Supported for GZip file compression in model data by @fjebaker in #69
- Add data_mask to InjectiveData by @phajy in #71
- Add XS_Jet model to xspec-models by @phajy in #74
- Fix parsing errors in FITS types by @fjebaker in #78
- Fix
mul!
problems and bump Julia CI version by @fjebaker in #80 - More flexibility with OGIP datasets by @fjebaker in #81
- Typo in XS_Jet model specification by @phajy in #85
- Temporary fix to
prettyfloat
to work aroundInexactError
by @phajy in #87 - Cut-off power law model from XSPEC by @phajy in #88
- Fixing bind mapping with multiple models by @phajy in #90
- Remove OGIP config struct by @fjebaker in #93
- Fix variance calculations by @fjebaker in #94
- Residual plots by @phajy in #91
- Fixed a typo and bumped version by @phajy in #95
- Goodness by @fjebaker in #96
- Simulation by @fjebaker in #97
- Composite destructing by @fjebaker in #98
- Docs and walkthrough by @fjebaker in #99
- More simulation work by @fjebaker in #100
- Variance fixes in simulated spectra by @fjebaker in #101
- Fix surrogates by @fjebaker in #103
- Rework model API and reflection by @fjebaker in #104
- Cash money by @fjebaker in #105
- Add MCMC docs and result type stability by @fjebaker in #107
- Better surrogates by @fjebaker in #108
- Slightly better unit propagation by @fjebaker in #109
- Better plots and background by @fjebaker in #110
- Plot unfolded data and model by @phajy in #111
- Frozen parameters in parameter cache by @fjebaker in #116
- feat: model wrappers and AutoCache by @fjebaker in #117
- fix: bind parameters in models with frozen parameters by @phajy in #118
- Convolutions by @fjebaker in #122
- Copy by @fjebaker in #123
- Adding Optxagnf model by @GloriaRAH in #127
- Add XS_Kerrconv model to convolutional.jl by @GloriaRAH in #128
- Fix parameter bindings by @fjebaker in #129
- Document parameter binding by @fjebaker in #130
New Contributors
- @Infinite-Improbability made their first contribution in #57
- @pxrwa made their first contribution in #65
- @GloriaRAH made their first contribution in #127
Full Changelog: v0.4.2-alpha...v0.5.15
v0.4.2-alpha
Placeholders for simple-dataset background subtraction (#54) * Added .vscode to .gitignore * Added placeholders for simple dataset background subtraction