Releases: scikit-hep/awkward
Releases · scikit-hep/awkward
Version 2.4.10
Version 2.4.9
New Features
- feat: add
to_buffer
and helper methods in layout builder by @ManasviGoyal in #2766 - feat: add helper methods to
utils.h
by @ManasviGoyal in #2771 - feat!: rework ufunc type promotion handling by @agoose77 in #2767
- feat: extend
to_layout
options by @agoose77 in #2763
Bug Fixes and Performance
- fix: add
highlevel
,behavior
arguments to composite reducers by @agoose77 in #2754 - fix: export
nan
variants by @agoose77 in #2758 - fix: update
__class__
for bothlayout
andbehavior
consistently by @agoose77 in #2759 - fix: support all-
None
index inawkward_Index_nones_as_index.cpp
by @agoose77 in #2769 - fix: handle unhashable behaviour type by @ianna in #2770
- fix: protect RecordForm against len(fields) != len(contents) by @jpivarski in #2776
- fix: drop lengths recursively by @agoose77 in #2775
- fix:
ak.num
should always return a useful (non-unknown length) type by @agoose77 in #2785 - fix: remove old argument from
broadcast_and_apply
by @agoose77 in #2790 - fix: don't preserve unexpected option for is_in by @agoose77 in #2792
- fix: support scalar strings in
fill_none
by @agoose77 in #2793 - fix: support arbitrary ufuncs with respect to NEP-50 by @agoose77 in #2799
Other
- chore: add trove classifier to awkward-cpp by @agoose77 in #2729
- chore: update pre-commit hooks by @pre-commit-ci in #2733
- chore: set
pyupgrade
version by @agoose77 in #2756 - chore: prepare for ruff-format by @henryiii in #2773
- chore: move to Ruff-format by @henryiii in #2777
- chore: run mypy in CI by @agoose77 in #2789
- chore: run mypy on
ak.types
by @agoose77 in #2791 - ci: fix oldest-supported-dependencies test workflow by @agoose77 in #2783
- refactor: drop
behavior
broadcasting by @agoose77 in #2761 - refactor: introduce parametrised nplike types by @agoose77 in #2795
- chore(deps): bump amannn/action-semantic-pull-request from 5.3.0 to 5.4.0 by @dependabot in #2796
Full Changelog: v2.4.6...v2.4.8
Version 2.5.0rc0
Version 2.4.6
New Features
- feat!: revert breaking component of
asarray
PR by @agoose77 in #2752* fix: update cppyy module by @ianna in #2747
Bug-fixes and performance
- fix: update cppyy version by @ianna in #2748
- fix: don't call asarray on
Index
objects internally by @agoose77 in #2749
Other
Full Changelog: v2.4.5...v2.4.6
Version 2.4.5
New features
- feat: add
recursive
argument toexpected_from_buffers
by @agoose77 in #2724 - feat: infer unknown lengths from context in
from_buffers
by @agoose77 in #2732
Bug-fixes and performance
- fix: don't use
np.asarray
onIndex
orContent
objects by @agoose77 in #2740 - fix: swap names for
__dlpack__
by @agoose77 in #2741 - fix:
__array__
accepts positional arguments by @agoose77 in #2744
Other
- test: add dask-awkward to at least one of our tests. by @jpivarski in #2739
- chore(deps): bump pypa/cibuildwheel from 2.16.1 to 2.16.2 by @dependabot in #2736
- ci: improve deployment environment UX by @agoose77 in #2742
Full Changelog: v2.4.4...v2.4.5
Version 1.10.5
What's Changed
- fix: update backport for changes in Numba, NumExpr, Arrow, and RDataFrame by @ianna and @jpivarski in #2735
Basically, third-party libraries have been changing. This backport brings Awkward 1.x up to speed with them.
Full Changelog: v1.10.4...v1.10.5
Version 2.4.4
New features
Bug-fixes and performance
- fix: catch cases in which fields required by a JSON schema are not in the JSON object by @jpivarski in #2712
- fix: support concrete buffers in
TypeTracer.frombuffer
by @agoose77 in #2718 - fix: make the examples consistent with the changes in #2553 by @ManasviGoyal in #2725
- fix: reduction with
axis=None
,keepdims=True
by @agoose77 in #2728
Other
- chore: update pre-commit hooks by @pre-commit-ci in #2722
- chore(deps): bump pypa/cibuildwheel from 2.15.0 to 2.16.0 by @dependabot in #2716
- chore(deps): bump amannn/action-semantic-pull-request from 5.2.0 to 5.3.0 by @dependabot in #2721
- chore(deps): bump pypa/cibuildwheel from 2.16.0 to 2.16.1 by @dependabot in #2723
Full Changelog: v2.4.3...v2.4.4
Version 2.4.3
New features
- feat: add ak_to_feather and ak_from_feather functions by @zbilodea in #2683
- feat: expose simplification from
ak.from_buffers
by @agoose77 in #2713
Bug-fixes and performance
- fix: unpickling of
unknown_length
by @agoose77 in #2710 - fix: support placeholders in
from_buffers
by @agoose77 in #2714
Other
- chore: try to reintroduce Python 3.12, now that NumPy has released a beta. by @jpivarski in #2644
- chore: update pre-commit hooks by @pre-commit-ci in #2705
- chore: update pre-commit hooks by @pre-commit-ci in #2715* chore(deps): bump aws-actions/configure-aws-credentials from 3 to 4 by @dependabot in #2706
- chore(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 by @dependabot in #2707
- docs: update obsolete comment in docs (relevant only in v1). by @jpivarski in #2699
New Contributors
Full Changelog: v2.4.2...v2.4.3
Version 2.4.2
Bug-fixes and performance
- fix: support placeholder arrays in
ArrayModuleNumpyLike.frombuffer
by @agoose77 in #2693 - fix: drop zero-cost views of
ak.Array
by @agoose77 in #2697
Other
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #2689
- chore: update pre-commit hooks by @pre-commit-ci in #2692
Full Changelog: v2.4.1...v2.4.2