-
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.
AsObjects.simplify, leaf-lists, and test Double32. (#33)
* AsObjects.simplify, leaf-lists, and test Double32. * Refactor: AsString and AsStrings take length_bytes in ('1-5', '4'), rather than two booleans. * AsObject.simplify maps AsString -> AsStrings. * AsObject.simplify maps AsVector(dtype) -> AsJagged(AsDtype). * Strings in Awkward1. * Strings in Pandas. * Mapped leaflist onto Awkward RecordArrays. * Mapped leaflist onto Pandas columns. * Mapped fixed-size arrays onto Pandas columns. * Implemented Double32 and Float16, but truncated and Float16 are not being tested. * Implemented TLeafD32 and TLeafF16, but they're not reading back correctly yet. * Finished TLeafD32 and TLeafF16.
- Loading branch information
Showing
21 changed files
with
928 additions
and
160 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
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
Oops, something went wrong.