Add surface-matplotlib config option to pypiezo.
[pypiezo.git] / pypiezo / config.py
2012-08-17 W. Trevor KingAdd surface-matplotlib config option to pypiezo.
2012-05-11 W. Trevor KingRan update-copyright.py.
2012-03-15 W. Trevor KingSet the default ChannelConfig range index to 0.
2012-03-14 W. Trevor KingAdd analog reference to ChannelConfig (forgotten earlier?).
2012-03-14 W. Trevor KingMove wiggle options to WiggleConfig and allow easy...
2012-03-14 W. Trevor KingFix Convigure -> Configure typo in ChannelConfig's...
2012-02-16 W. Trevor KingRun update-copyright.py.
2011-09-15 W. Trevor KingRemove unused sys import from pypiezo.config.
2011-09-08 W. Trevor KingAdd pypiezo.test.get_piezo_config and fix ConfigSetting...
2011-07-29 W. Trevor KingConvert to use nested Configs from h5config.
2011-07-28 W. Trevor KingAdd _clear_class and _backed_subclasses to PackageConfig.
2011-07-28 W. Trevor KingConvert to use new h5config package.
2011-04-20 W. Trevor KingSpecial case for '/' group in h5_create_group.
2011-04-20 W. Trevor KingReturn the group created in h5_create_group().
2011-04-20 W. Trevor KingSplit out h5_create_group so it can be used by other...
2011-04-19 W. Trevor KingBetter solution to overwriting preexisting datasets.
2011-04-19 W. Trevor Kingdataset.value has been deprecated since h5py version...
2011-04-19 W. Trevor KingClean up and convert to my Cython-based pycomedi implem...