v0.9.0 – 2023-07-20
release-drafter
released this
20 Jul 12:03
·
147 commits
to refs/heads/main
since this release
Below are the merged pull requests, for the more detailed changelog see:
https://pyirf.readthedocs.io/en/latest/changelog.html#pyirf-0-9-0-2023-07-20
What's Changed since v0.8.1
- master -> main (#248) @maxnoe
- Render changelog for 0.9 (#246) @maxnoe
- Remove nonsensical condition from relative_sensitivity (#241) @maxnoe
- Have ComponentEstimators sort input in increasing order for 1D-grids (#245) @RuneDominik
- MomentMorphNearestSimplexExtrapolator for Discretized PDF Components (#237) @RuneDominik
- Fix nearest simplex finding (#240) @RuneDominik
- Update author_email (#244) @maxnoe
- Update python to >= 3.9 (#243) @RuneDominik
- Update .github workflows (#242) @RuneDominik
- Extrapolator Structure and NearestSimplexExtrapolator for Parametrized Components (#236) @RuneDominik
- Correct GridDataInterpolator Testfile (#235) @RuneDominik
- Use importlib resources instead of deprecated pkg_resources (#233) @maxnoe
- Add Nearest Neighbor Searcher as Alternative for Inter-/Extrapolation (#232) @RuneDominik
- Fill n_events in angular_resolution (#231) @maxnoe
- Add Moment Morph Interpolation (#229) @RuneDominik
- Refactor interpolation structure (#228) @RuneDominik
- Use nanmedian by default for energy_bias_resolution (#223) @maxnoe
- Update readthedocsconfig (#220) @maxnoe
Contributors
@RuneDominik and @maxnoe