Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

c2numpy 1.0

Compare
Choose a tag to compare
@jpivarski jpivarski released this 04 Aug 15:40
· 25 commits to master since this release

Pure C, no C++, works in artificial cases.

Wish list items (NOT in this release):

  • Add convenience function to calculate number of rows for a target file size.
  • Compressed (.npz) files.
  • System independence (currently assumes little endian with 32-bit int and 64-bit size_t).
  • Faster guessing of header size and column types.
  • Float16 and complex numbers.
  • Distinct return values for different errors and documentation of those errors.
  • Optional C++ API.