h5config.git
2013-04-28 W. Trevor Kingconfig: Fix 'settubg -> 'setting' typo master
2013-04-28 W. Trevor KingREADME: Fix 'conviniently' -> 'conveniently' typo
2013-03-19 W. Trevor KingBump to version 0.3 v0.3
2013-01-19 W. Trevor Kingstorage:hdf5: Add support for dtype(object) and 0d...
2012-10-20 W. Trevor King.update-copyright.conf: update to pipe separators.
2012-09-12 W. Trevor Kingstorage:hdf5: convert int/float lists to builtin Python...
2012-07-22 W. Trevor KingFlesh out .gitigore with build files.
2012-07-22 W. Trevor KingAdd MANIFEST.in to distribute COPYING.
2012-07-22 W. Trevor KingBump to version 0.2. v0.2
2012-05-11 W. Trevor King.update-copyright.conf should not be executable.
2012-05-11 W. Trevor KingRan update-copyright.py.
2012-05-11 W. Trevor KingAdd .update-copyright.conf.
2012-05-11 W. Trevor KingChange my email address from drexel.edu to tremily.us.
2012-03-30 W. Trevor KingMore Python 3 fixes, mostly about string/byte/unicode...
2012-03-30 W. Trevor KingIncrease Python 3 compatibility (`print()` and `except...
2012-03-16 W. Trevor KingDon't try and create a directory with a blank string.
2012-03-16 W. Trevor KingImprove prettyprint message for empty HDF5 files.
2012-03-16 W. Trevor KingAlso adjust HDF5_Storage._load and ._save to work with...
2012-03-16 W. Trevor KingAllow HDF5_Storage to be initialized without a filename.
2012-03-16 W. Trevor KingOops, forgot to import os and os.path for FileStorage...
2012-03-16 W. Trevor KingCreate missing ~/.config directory (and other) if neces...
2012-03-16 W. Trevor KingWhile we're shaking things up, move ~/.PKGrc.yaml ...
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).