h5config.git
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).