commit | 3282a84e3068d2ff0ded5a683ceea0806da21ed6 | [log] [tgz] |
---|---|---|
author | Kevin Rose <kevin+gh@maypark.com> | Tue Aug 01 10:34:00 2017 -0500 |
committer | Wouter van Oortmerssen <aardappel@gmail.com> | Tue Aug 01 08:34:00 2017 -0700 |
tree | 5ca756f0045bad32e24a6130dfd1985ec86ee9a2 | |
parent | 89a68942acdeeb51ceb102d19153dcc23ba8c0dd [diff] |
[Python] (scalar) vector reading speedup via numpy (#4390) * Add numpy accessor to python flatbuffers scalar vectors * Update python tests to test numpy vector accessor * Update appveyor CI to run Python tests, save generated code as artifact * Update example generated python code * Add numpy info to python usage docs * Update test schema and python tests w/ multi-byte vector * did not mean to push profiling code * adding float64 numpy tests