Releases: pfackeldey/evermore
Releases · pfackeldey/evermore
v0.3.5
What's Changed
- feat: Accelerate discrete inv_cdf search by @riga in #51
- add fisher info matrix & cramer rao uncertainties by @pfackeldey in #79
- fix roundtrippable treescope rendering by @pfackeldey in #80
- chore: update pre-commit hooks by @pre-commit-ci[bot] in #78
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- chore: update pre-commit hooks by @pre-commit-ci[bot] in #76
- Bump the actions group with 2 updates by @dependabot[bot] in #77
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- chore: update pre-commit hooks by @pre-commit-ci[bot] in #69
- chore: update pre-commit hooks by @pre-commit-ci[bot] in #70
- chore: update pre-commit hooks by @pre-commit-ci[bot] in #71
- add mutable arrays support; enhance typing; update docs by @pfackeldey in #72
- chore: update pre-commit hooks by @pre-commit-ci[bot] in #73
- chore: update pre-commit hooks by @pre-commit-ci[bot] in #74
- update mutable array; improve partitioning; add pytree filter system by @pfackeldey in #75
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- chore: update pre-commit hooks by @pre-commit-ci in #65
- improve tree_stack by @pfackeldey in #66
- jax.lax.scan -> jax.vmap for true vectorization by @pfackeldey in #67
- chore: update pre-commit hooks by @pre-commit-ci in #68
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- require jax>=0.4.25 in pyproject.toml by @felixzinn in #22
- make repo-review as happy as possible :) by @pfackeldey in #23
- Forgot to update readthedocs.yaml by @pfackeldey in #24
- fix: auto cast param values to float by @pfackeldey in #25
- feat: add
.prob
to all PDFs by @pfackeldey in #26 - chore: update pre-commit hooks by @pre-commit-ci in #27
- feat: add parameter transformations by @pfackeldey in #28
- chore: update pre-commit hooks by @pre-commit-ci in #29
- Fix typo in binned likelihood docs. by @riga in #30
- chore: update pre-commit hooks by @pre-commit-ci in #32
- feat: Remove threshold from StatErrors by @riga in #33
- chore: update pre-commit hooks by @pre-commit-ci in #34
- chore: update pre-commit hooks by @pre-commit-ci in #35
- fix: Defer prior init for NormalParameter. by @riga in #38
- chore: update pre-commit hooks by @pre-commit-ci in #37
- Bump astral-sh/setup-uv from 5 to 6 in the actions group by @dependabot in #36
- refactor: update staterrors by @pfackeldey in #39
- feat: Add option to shift mode in Poisson pdf. by @riga in #40
- feat: Move scaling to PDFs by @riga in #41
- feat: Move to pure gaussians in StatErrors, add back global threshold. by @riga in #42
- chore: update pre-commit hooks by @pre-commit-ci in #43
- feat: Pass-through shape to pdf sampling. by @riga in #44
- refactoring evermore's internals into a new project structure by @pfackeldey in #45
- feat: Split Poisson by @riga in #46
- add cdf and inv_cdf by @pfackeldey in #47
- feat: Use ruff in preview mode by @riga in #48
- fix: mypy type checks by @riga in #49
- feat: Compute flat correlation. by @riga in #50
- chore: update pre-commit hooks by @pre-commit-ci in #52
- add pypi updates for dependabot by @pfackeldey in #53
- chore: update pre-commit hooks by @pre-commit-ci in #55
- chore: update pre-commit hooks by @pre-commit-ci in #56
- chore: update pre-commit hooks by @pre-commit-ci in #57
- simplify staterrors (for now) by @pfackeldey in #58
- Some improvements by @pfackeldey in #59
- docs: staterror typo fix by @pfackeldey in #60
- feat: add sampling from cov matrix by @pfackeldey in #61
- fix docs for sampling by @pfackeldey in #62
- improve tree_at and docs by @pfackeldey in #63
- resolve duplicate compute cov matrix implementation by @pfackeldey in #64
New Contributors
- @pre-commit-ci made their first contribution in #27
- @riga made their first contribution in #30
Full Changelog: v0.2.10...v0.3.0
v0.2.10
What's Changed
- fix toy generation example by @felixzinn in #19
- [fix] add sum over Poisson.log_prob in loss function by @felixzinn in #20
- check for finite parameter bounds with eqx.error_if by @felixzinn in #21
Full Changelog: v0.2.9...v0.2.10
v0.2.9
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- update evermore visualization with penzai by @felixzinn in #15
- Syntax changes/poisson pdf by @felixzinn in #16
- move to penzai V2 API and independent treescope package by @felixzinn in #17
New Contributors
- @felixzinn made their first contribution in #15
Full Changelog: v0.2.7...v0.2.8
v0.2.7
increase version