Releases: fjebaker/SpectralFitting.jl
Releases · fjebaker/SpectralFitting.jl
v0.7.3
What's Changed
These are the automatically generated GitHub summaries.
- Remove LibXSPEC_jll dependency by @fjebaker in #134
- fix: allow even more complex bindings by @fjebaker in #133
- Use IOContext properly for styled printing. by @fjebaker in #146
- BremsStrahlung Julia implementation by @fjebaker in #147
- added tbabs xspec model as XS_NeutralHydrogenAbsorption by @DariusMichienzi in #149
- fixed the issues with reversed data when interpolating by @DariusMichienzi in #153
- Table Models by @fjebaker in #151
- Create dependabot.yml by @abhro in #155
- Update codecov-action version by @abhro in #158
- Use shell option in test.yml by @abhro in #159
- Update documentation by @abhro in #157
- Fix docs CI by @fjebaker in #162
- Major Rework by @fjebaker in #165
- fix: typos and XS_Gaussian wavelength -> energy in text label by @phajy in #166
- fix: use typeof model when finding normalisation field name by @fjebaker in #167
- test: enable xspec model tests on CI by @fjebaker in #168
- Refactor invoke and wrapper interface by @fjebaker in #170
- Fix: wrapping composite models by @fjebaker in #171
- feat: add ParameterPatch by @fjebaker in #172
- FitParam fixes + parameter patching info by @fjebaker in #173
- Re-Enable AutoCache by @fjebaker in #174
- Paramater binding bug fixes by @DariusMichienzi in #176
- Fix update_model! by @fjebaker in #178
- Fix simulation API by @fjebaker in #180
- Domain extensions by @fjebaker in #181
- Unfolding by @fjebaker in #182
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #183
- Multiplicative constant model by @phajy in #184
- Reading "flat" responses where the matrix is a vector by @phajy in #194
- Fix XSPECModel invokes by @fjebaker in #195
New Contributors
- @DariusMichienzi made their first contribution in #149
- @abhro made their first contribution in #155
- @dependabot[bot] made their first contribution in #183
Full Changelog: v0.5.15...v0.7.3
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
prettyfloatto work aroundInexactErrorby @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