Releases: wcxve/elisa
Releases · wcxve/elisa
v0.2.2
v0.2.1
v0.2.0
What's Changed
- Supported Python version is 3.10 to 3.13
- Add more Bayesian posterior samplers, see docs for details
- Enhance plot customization (#224)
- Customizing LaTeX format of component parameters in plot (#253)
- Rebin data with existing grouping flags preserved (#233)
- Update XSPEC model API (#262)
Full Changelog: v0.1.17...v0.2.0
v0.1.17
What's Changed
Modeling Interface
- Improve handling of parameter bound (#206)
Model Comparison Interface
- Expose
batch_fitfor likelihood ratio test (#187)
Results Interface
- Add standard error
setoMLEFlux,MLELumin, andMLEEiso - Add standard error
setoConfidenceInterval - Add
mean,std, andmediantoPosteriorResult,PosteriorFlux,PosteriorLumin, andPosteriorEiso
MCMC Interface
- Add
post_warmup_stateparameter toNumPyroMCMC (#192) - Fix ensemble sampling (#193)
- Add
BarkerMHsampler (#196) - Add MCMC
thinningoption (#213) - Revamp Sample Adaptive MCMC (#214)
Xspec Models Interface
- Revamp
Xspecmodel API (#207)
Full Changelog: v0.1.16...v0.1.17
v0.1.16
v0.1.14
v0.1.13
v0.1.12
What's Changed
- feat: deviance and Pearson residuals of LOO version in #103
- fix: simulation number of boot/ppc in #105
- feat: run AIES in parallel in #106
- option to control number of parallel processes in #107
- fix:
BandEpalpha should be greater than -2 in #109 - refactor: eliminate unnecessary computation for residuals in #116
- chore: rename project name to
astro-elisa
Full Changelog: v0.1.11...v0.1.12