Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@renecotyfanboy renecotyfanboy released this 13 Jan 11:03
· 4 commits to main since this release
4301c15

This new version brings a brand-new backend for the jaxspec model building tool. We are switching from haiku (which is now in maintenance mode) to nnx to handle the parameters in JAX. It brings some new breaking changes, but will help a lot for future maintenance.

Upgrades

  • Background model scaling has been fixed, there was an issue because the scaling factor was applied after folding while it should be before.
  • plot_ppc can now display multiple components in the model, see here
  • Codebase and documentation were cleaned a bit

Breaking changes

  • Model parameters are now all lower case and underscore use is forbidden for now. If you used components such as tbabs, be sure to change N_H to nh
  • Custom model components should be built using nnx. It changes a bit when compared to haiku, and has been updated accordingly in the documentation

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.2.0