igor: Bump to 0.3
[igor.git] / igor / binarywave.py
2012-08-20 W. Trevor KingFix DynamicLabelsField parsing algorithm.
2012-07-21 W. Trevor KingUse an explicit .array attribute to determine if fields...
2012-07-21 W. Trevor KingFixes to string/byte handling for Python 3 compatibility.
2012-07-21 W. Trevor KingUse integer division when calculating DynamicStringIndi...
2012-07-21 W. Trevor KingConvert buffer(...) -> bytes(...) for Python 3 compatib...
2012-07-21 W. Trevor KingRan update-copyright.py.
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 KingRead sIndices as uint32's in binarywave.load.
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 KingAPI cleanup for binarywave (loadibw->load, move checksu...
2012-07-17 W. Trevor KingSplit struct and util modules out of binarywave.
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.