- 02 Mar, 2017 1 commit
-
-
Chris Smith authored
Changed loops over attributes to use iteritems Skip writing attribute if value is None
-
- 12 Jan, 2017 1 commit
-
-
Somnath, Suhas authored
-
- 15 Dec, 2016 1 commit
-
-
Chris Smith authored
-
- 14 Dec, 2016 1 commit
-
-
Chris Smith authored
-
- 12 Dec, 2016 2 commits
-
-
Chris Smith authored
-
Chris Smith authored
-
- 07 Oct, 2016 1 commit
-
-
Chris Smith authored
ioHDF5 checks values of attributes before writing. Attributes with values of None are skipped because HDF5 has no native equivalent.
-
- 05 Oct, 2016 1 commit
-
-
Chris Smith authored
-
- 29 Sep, 2016 2 commits
-
-
Chris Smith authored
After calling repack, code checks the last modification time vs the current time. Only proceeds to delete old file and move repacked file after 1s has passed.
-
Chris Smith authored
Works in Spyder and allows catching of repack error
-
- 28 Sep, 2016 1 commit
-
-
Chris Smith authored
Changed subprocess.call for repack to no longer send sys.stderr as stderr. This breaks in iPython because it overwrites the stderr with an ioStream that cannot be treated as a file.
-
- 21 Sep, 2016 1 commit
-
-
nlaanait authored
-
- 20 Sep, 2016 3 commits
-
-
Chris Smith authored
Moved the functions and fixed imports/calls in io
-
Somnath, Suhas authored
Words are split with an underscore now
-
Chris Smith authored
-
- 19 Sep, 2016 3 commits
-
-
Chris Smith authored
-
Somnath, Suhas authored
-
Somnath, Suhas authored
Added the MicroData, ioHDF5, and fixed the imports in the other files. Now, the IO is complete and ready for testing
-