-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fill out the array-fetching interface. (#18)
* Fill out the array-fetching interface. * Pandas merging. * Try using conda without a custom action. * Explicitly 'conda init bash'. * Use Henry's suggested syntax. * See if it will install awkward1. * Reading JaggedArrays (as NumPy). * Fix flake8 error and take Henry's suggestion on build-test.yml. * Jagged arrays in Awkward and Pandas. * Works for std::vectors (i.e. jagged arrays with byte headers). * Implemented but have not tested TTree.arrays. * Tested TTree.arrays with a mixture of flat and jagged arrays. * Default behavior is to not zip them. * Aliases and cache work. * Before rename 'interpret' -> 'interpretation'. * Renamed 'interpret' -> 'interpretation'. * Computable names (for fAliases) work.
- Loading branch information
Showing
19 changed files
with
2,566 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
pytest | ||
flake8 | ||
scikit-hep-testdata | ||
pandas | ||
awkward1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.