Add ListSetting and IntegerListSetting types.
[h5config.git] / h5config / config.py
2012-03-15 W. Trevor KingAdd ListSetting and IntegerListSetting types.
2011-09-26 W. Trevor KingConsolidate de-numpy-ing in hdf5 module.
2011-09-25 W. Trevor KingAdjust ChoiceSetting.convert_from_text to handle numpy...
2011-09-25 W. Trevor KingChange attribute_name argument to the more flexible...
2011-09-23 W. Trevor KingFix item_name -> attribute_name KeyError in select_conf...
2011-09-08 W. Trevor KingAdd public Config.set_storage() method.
2011-09-08 W. Trevor KingAdd Config.select_config method and improve Config...
2011-09-08 W. Trevor KingFix nested dumping output (using prefix and nested...
2011-09-08 W. Trevor KingFix dumping for ConfigListSetting (a subclass of Config...
2011-09-08 W. Trevor KingFix arbitrart -> arbitrary typo in config.Setting.__doc__.
2011-09-08 W. Trevor KingLog a useful error message when trying to dump and...
2011-07-29 W. Trevor KingAdd ability to nest Configs.
2011-07-28 W. Trevor KingRemove lots of leading underscores, now that we're...
2011-07-28 W. Trevor KingBegin versioning (split out from the pypiezo package).