4.2.0 #560
jpivarski
started this conversation in
New releases
4.2.0
#560
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dropped support for Pythons 2.7 and 3.5: PR #525. From now on, Uproot only supports Python 3.6 and up.
@henryiii dropped Python2isms from the codebase: PR #526.
@jrueb made writing to Python file handles work (fixed a half-finished, forgotten implementation): PR #538.
@jpivarski fixed
cut
jagged-array corner-case inlibrary="pd"
. Fixed a case in which the instance version is 0, but the streamer version is not: PR #537. Fixeduproot.WritableTTree.extend
when the metadata needs to be rewritten: PR #547. When checking to see ifsomething
infile["name"] = something
is an Awkward Array or Pandas DataFrame for creating a TTree, also check for superclasses (the whole mro): PR #557.This discussion was created from the release 4.2.0.
Beta Was this translation helpful? Give feedback.
All reactions