Version 0.9.0
What's Changed
Features
- Implements deltaRapidityPhi and deltaRapidityPhi2. by @jpivarski in #175
- Remove underscores by @Saransh-cpp in #192
- feat: add git archive support by @Saransh-cpp in #244
Fixes
- fix bad values for high (abs) eta by @bfis in #172
- Add custom reprs to awkward coordinate classes by @Saransh-cpp in #212
- Explicitly set posinf and neginf in nan_to_num so they stay infinite. by @jpivarski in #173
- Add type checks in constructors by @Saransh-cpp in #210
Documentation
- Add Conda and Zenodo badges to the README by @eduardo-rodrigues in #183
- Tests and docs for deltaRapidityPhi by @raymondEhlers in #187
- docs: fix intro notebook, and submodule and subpackage index by @Saransh-cpp in #191
- docs: add codecov badge to README by @Saransh-cpp in #203
- docs: fix warnings by @Saransh-cpp in #193
- docs: add docstrings in the
backends.numpy
module by @Saransh-cpp in #195 - docs: add docstrings in the
backends.object
module by @Saransh-cpp in #201 - docs: improve the landing page and API docs structure by @Saransh-cpp in #204
- docs: add docstrings in the
backends.awkward
module by @Saransh-cpp in #207 - Implement doctests in CI by @Saransh-cpp in #211
- docs: Add CITATION.cff Citation File Format file by @matthewfeickert in #243
- docs: update changelog by @Saransh-cpp in #248
Maintenance
- chore: wheel not required for setuptools PEP 517 (all-repos) by @henryiii in #176
- fix: bump black to 22.3.0 due to click 8.1 release by @henryiii in #181
- ci: fix a test and update CI to catch errors regularly by @Saransh-cpp in #199
- chore: fix conda badge and update dependabot by @Saransh-cpp in #213
- docs: render module level docstrings in documentation by @Saransh-cpp in #218
- chore: pass repo review by @Saransh-cpp in #219
- chore: migrate to hatchling by @Saransh-cpp in #223
- chore: add
codecov.yml
by @Saransh-cpp in #229 - chore: add
pyproject-fmt
pre-commit hook by @Saransh-cpp in #230 - chore: remove redundant
tool.check-manifest
frompyproject.toml
by @Saransh-cpp in #235 - chore: support
awkward
v1
andv2
together by @Saransh-cpp in #226 - chore: build and test on Python
3.10
and3.11-dev
by @Saransh-cpp in #252
New Contributors
- @bfis made their first contribution in #172
- @eduardo-rodrigues made their first contribution in #183
- @raymondEhlers made their first contribution in #187
- @Saransh-cpp made their first contribution in #191
- @matthewfeickert made their first contribution in #243
Full Changelog: v0.8.5...v0.9.0