h5config.git
2012-03-15 W. Trevor KingAdd ListSetting and IntegerListSetting types.
2012-03-04 W. Trevor KingOops, use 'v' instead of '' for download URL in setup.py.
2012-03-02 W. Trevor KingLog useful debugging info when you can't read a data...
2012-02-22 W. Trevor KingUpdate URLs from einstein to tremily.
2011-09-27 W. Trevor KingRework de-numpy-ing in hdf5 module (now also de-numpy...
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 KingMerging is still unimplemented, so raise an exception...
2011-09-08 W. Trevor KingStandardize indentation in HDF5_Storage._save.
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 KingEnsure that dumping doesn't crash for populated ConfigS...
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 KingFix v -> value typo in YAML storage loader.
2011-07-29 W. Trevor KingNumeric types are now stored in native format (vs....
2011-07-29 W. Trevor KingAdd ability to nest Configs.
2011-07-28 W. Trevor KingSplit out h5_create_group so it can be used by other... v0.1
2011-07-28 W. Trevor KingPackageConfig should automatically add LOG to namespace.
2011-07-28 W. Trevor KingFix name -> package_name typo in logger creation.
2011-07-28 W. Trevor KingRemove lots of leading underscores, now that we're...
2011-07-28 W. Trevor KingFix reStructuredText typos in README.
2011-07-28 W. Trevor KingAdd missing comma in setup.py.
2011-07-28 W. Trevor KingBegin versioning (split out from the pypiezo package).