igor: Bump to 0.3
[igor.git] / igor / packed.py
2012-07-21 W. Trevor KingAdd igor.packed.walk for traversing a packed experiment...
2012-07-21 W. Trevor KingConvert buffer(...) -> bytes(...) for Python 3 compatib...
2012-07-21 W. Trevor KingRan update-copyright.py.
2012-07-21 W. Trevor KingAdd 'not enough data...' errors to packed.load().
2012-07-20 W. Trevor KingInitial merge with igor.py, still need to integrate...
2012-07-20 W. Trevor KingRework igor.struct to support dynamic structures.
2012-07-19 W. Trevor KingUse variable names to store variables in the filesystem...
2012-07-19 W. Trevor KingStore wave, bin_info, and wave_info separately in WaveR...
2012-07-19 W. Trevor KingImplement the folder records and filesystem reconstruction.
2012-07-19 W. Trevor KingSplit record handling into modules and implement Variab...
2012-07-18 W. Trevor KingExtend igor.struct.Structure and .Field to support...
2012-07-17 W. Trevor KingWaveRecord now loads waves as WaveRecord.wave.
2012-07-17 W. Trevor KingStub out packed experiment (.pxp) reading.