Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

3.7.2

Compare
Choose a tag to compare
@jpivarski jpivarski released this 25 Jun 13:04
· 450 commits to master since this release
358dfa5

Fixes #294 with #295: uproot.pandas.iterate assumes Python 3's absolute imports, so for Python 2 to work, we need

from __future__ import absolute_import

at the top of every file in uproot. (Thanks, @chrisburr!)