1. 22 Nov, 2021 6 commits
  2. 21 Nov, 2021 3 commits
  3. 19 Nov, 2021 1 commit
    • Philip Meier's avatar
      add prototype utilities to read arbitrary numeric binary files (#4882) · 8dcb5b81
      Philip Meier authored
      * add FloReader datapipe
      
      * add NumericBinaryReader
      
      * revert unrelated change
      
      * cleanup
      
      * cleanup
      
      * add comment for byte reversal
      
      * use numpy after all
      
      * appease mypy
      
      * use .astype() with copy=False
      
      * add docstring and cleanuo
      
      * reuse current _read_flo and revert MNIST changes
      
      * cleanup
      
      * revert demonstration
      
      * refactor
      
      * cleanup
      
      * add support for mutable memory
      
      * add test
      
      * add comments
      
      * catch more exceptions
      
      * fix mypy
      
      * fix variable names
      
      * hardcode flow sizes in test
      
      * add fix dtype docstring
      
      * expand comment on different reading modes
      
      * add comment about files in update mode
      
      * add tests for fromfile
      
      * cleanup
      
      * cleanup
      8dcb5b81
  4. 18 Nov, 2021 4 commits
  5. 17 Nov, 2021 5 commits
  6. 16 Nov, 2021 6 commits
  7. 15 Nov, 2021 2 commits
  8. 14 Nov, 2021 1 commit
  9. 12 Nov, 2021 8 commits
  10. 11 Nov, 2021 4 commits