igor.git
2012-07-19 W. Trevor Kingfix record.base
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 KingRead sIndices as uint32's in binarywave.load.
2012-07-19 W. Trevor KingImplement the folder records and filesystem reconstruction.
2012-07-19 W. Trevor KingImplement the plain-text ProcedureRecord.
2012-07-19 W. Trevor KingImplement the plain-text HistoryRecord, RecreationRecor...
2012-07-19 W. Trevor KingSplit record handling into modules and implement Variab...
2012-07-18 W. Trevor Kingstruct: Add support for zero-count Fields.
2012-07-18 W. Trevor KingExtend igor.struct.Structure and .Field to support...
2012-07-17 W. Trevor KingMove need_to_reorder_bytes from binarywave to util.
2012-07-17 W. Trevor KingWaveRecord now loads waves as WaveRecord.wave.
2012-07-17 W. Trevor KingAPI cleanup for binarywave (loadibw->load, move checksu...
2012-07-17 W. Trevor KingStub out packed experiment (.pxp) reading.
2012-07-17 W. Trevor KingSplit struct and util modules out of binarywave.
2012-07-17 W. Trevor KingAdd the test suite that's been driving today's changes.
2012-07-17 W. Trevor KingPreliminary support for dependent formula waves.
2012-07-17 W. Trevor KingAdd support for text waves.
2012-07-17 W. Trevor KingAdd support for zero-length waves.
2012-07-16 W. Trevor KingRestore native byte order before running need_to_reorde...
2012-07-16 W. Trevor KingPull null-buffer check out into its own function: binar...
2012-07-16 W. Trevor KingUpgrade to Python 2.7+ string formatting.
2012-07-16 W. Trevor KingSplit igorbinarywave.py off of Hooke into its own package.
2012-07-16 W. Trevor KingAdd -n/--not-strict to igorbinarywave.py (currently... v0.1
2012-07-16 W. Trevor KingMove hooke.driver.igorbinarywave to hooke.util.igorbina...
2012-07-16 W. Trevor KingRan update_copyright.py
2012-07-16 W. Trevor KingAdded post-data optional field processing to igorbinary...
2012-07-16 W. Trevor KingAutomatically split version 5 Igor wave files into...
2012-07-16 W. Trevor KingRan update_copyright.py on igorbinarywave.py
2012-07-16 W. Trevor KingAdd hooke.driver.igorbinarywave so Hooke can read Igor...
2012-07-16 W. Trevor KingSplit IGOR handling out into its own repository.