Skip to content

Releases: wcxve/elisa

v0.2.2

09 Dec 18:56

Choose a tag to compare

What's Changed

  • fix: parameter's LaTeX formatting in #279

Full Changelog: v0.2.1...v0.2.2

v0.2.1

03 Sep 21:05

Choose a tag to compare

What's Changed

  • Fix package versioning

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Sep 19:56
4af4db9

Choose a tag to compare

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

07 May 17:40

Choose a tag to compare

What's Changed

Modeling Interface

  • Improve handling of parameter bound (#206)

Model Comparison Interface

  • Expose batch_fit for likelihood ratio test (#187)

Results Interface

  • Add standard error se to MLEFlux, MLELumin, and MLEEiso
  • Add standard error se to ConfidenceInterval
  • Add mean, std, and median to PosteriorResult, PosteriorFlux, PosteriorLumin, and PosteriorEiso

MCMC Interface

  • Add post_warmup_state parameter to NumPyro MCMC (#192)
  • Fix ensemble sampling (#193)
  • Add BarkerMH sampler (#196)
  • Add MCMC thinning option (#213)
  • Revamp Sample Adaptive MCMC (#214)

Xspec Models Interface

  • Revamp Xspec model API (#207)

Full Changelog: v0.1.16...v0.1.17

v0.1.16

21 Feb 18:31

Choose a tag to compare

What's changed

  • Implement more additive models in #161
  • Handle sparse matrix reading for big-endian byte order in #163

Full Changelog: v0.1.14...v0.1.16

v0.1.14

03 Jan 17:01

Choose a tag to compare

What's Changed

  • fix: positive definite covariance matrix (#130)
  • feat: calculate confidence/credible intervals of arbitrary functions (#137)
  • Support Python 3.12 (#146)
  • Update jaxns dependency (#147)

Full Changelog: v0.1.13...v0.1.14

v0.1.13

09 Oct 17:28

Choose a tag to compare

What's Changed

  • feat: add sampler ESS and SA in #120
  • feat: serialization of FitResult in #123
  • fix warnings and remove deprecated API

Full Changelog: v0.1.12...v0.1.13

v0.1.12

20 Sep 04:25

Choose a tag to compare

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: BandEp alpha 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

v0.1.11

31 Jul 03:40

Choose a tag to compare

What's Changed

  • fix: axis ticks' labels with linlog plotting scale in #97

Full Changelog: v0.1.10...v0.1.11

v0.1.10

18 Jul 12:14

Choose a tag to compare

What's Changed

  • fix: scientific notation

Full Changelog: v0.1.9...v0.1.10