Version 2.3.1
This release is the same as v2.3 but with a fix to the deployment. I've copied the v2.3 release notes below. In this release, awkward1 and awkward2 are now supported, but only awkward2 jagged arrays will be broadcast. For awkward1, users will still need to flatten arrays before passing to evaluate()
calls.
What's Changed
- Drop python 3.6 by @nsmith- in #167
- Release GIL in veval by @nsmith- in #168
- Fix all C++ compilation warnings in gcc 12.2 and clang 15 by @eguiraud in #179
- Add UniformBinning to schemav2 by @eguiraud in #186
- CI maintenance by @nsmith- in #195
- Update install.md by @nsmith- in #190
- Remove some unneeded build dependencies. by @tjni in #197
- feat: allow awkward arrays as input by @lgray in #188
- Fix py3.6 wheel test by @nsmith- in #200
Full Changelog: v2.3.0...v2.3.1