Version 2.0.4 #2037
jpivarski
started this conversation in
New releases
Version 2.0.4
#2037
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This follows quickly on https://github.com/scikit-hep/awkward/releases/tag/v2.0.3, which removed a feature and a function argument. Removing the feature is still the right thing to do (see the 2.0.3 release notes), but the function argument needs to go through a deprecation cycle, since libraries like dask-awkward pass arguments through to Awkward. Removing
flatten_records
as an argument introduces an error, even if the surviving case offlatten_records=False
is desired.This will also be a good exercise of the deprecation schedule in 2.x.
New features
(none!)
Bug-fixes and performance
flatten_records
instead of hard-deprecation by @agoose77 in fix: soft-deprecateflatten_records
instead of hard-deprecation #2036Other
(none!)
Full Changelog: v2.0.3...v2.0.4
This discussion was created from the release Version 2.0.4.
Beta Was this translation helpful? Give feedback.
All reactions