Skip to content

Commit

Permalink
Merge pull request #386 from lgray/ak_uproot_namechange
Browse files Browse the repository at this point in the history
Remove use of awkward0 in all coffea classes, minimize use of uproot3
  • Loading branch information
lgray committed Jan 1, 2021
2 parents 92f8cef + c292fe1 commit 24f542f
Show file tree
Hide file tree
Showing 89 changed files with 2,216 additions and 4,650 deletions.
137 changes: 80 additions & 57 deletions binder/applying_corrections.ipynb

Large diffs are not rendered by default.

208 changes: 115 additions & 93 deletions binder/histograms.ipynb

Large diffs are not rendered by default.

24 changes: 16 additions & 8 deletions binder/nanoevents.ipynb

Large diffs are not rendered by default.

68 changes: 41 additions & 27 deletions binder/processor.ipynb

Large diffs are not rendered by default.

17 changes: 3 additions & 14 deletions coffea/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,9 @@
warnings.warn('coffea only supports python3 as of 1 January 2020!')
warnings.warn('If you are using python2 and run into problems please submit a pull request to fix the issue!')

from . import (
hist,
lookup_tools,
analysis_objects,
jetmet_tools,
arrays,
util,
)
# control severity for utils.deprecate
deprecations_as_errors = False

__all__ = [
'hist',
'lookup_tools',
'analysis_objects',
'jetmet_tools',
'arrays',
'util',
'deprecations_as_errors'
]
8 changes: 0 additions & 8 deletions coffea/analysis_objects/JaggedCandidateArray.py

This file was deleted.

0 comments on commit 24f542f

Please sign in to comment.