summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
W. Trevor King [Thu, 28 Jul 2011 17:30:53 +0000 (13:30 -0400)]
Convert to use new h5config package.
W. Trevor King [Wed, 20 Apr 2011 20:31:56 +0000 (16:31 -0400)]
Special case for '/' group in h5_create_group.
W. Trevor King [Wed, 20 Apr 2011 20:09:56 +0000 (16:09 -0400)]
Return the group created in h5_create_group().
W. Trevor King [Wed, 20 Apr 2011 20:08:33 +0000 (16:08 -0400)]
Split out h5_create_group so it can be used by other modules.
W. Trevor King [Wed, 20 Apr 2011 18:49:59 +0000 (14:49 -0400)]
Use base_config throughout setup_base_config() for consistency.
W. Trevor King [Wed, 20 Apr 2011 18:28:21 +0000 (14:28 -0400)]
Fix typo return_all_params -> return_all_parameters.
W. Trevor King [Tue, 19 Apr 2011 23:06:28 +0000 (19:06 -0400)]
Better solution to overwriting preexisting datasets.
Remove them and start from scratch. The previous implementation did
things like
>>> dataset = 'no'
>>> dataset[...] = 'yes'
>>> dataset[...]
'ye'
W. Trevor King [Tue, 19 Apr 2011 22:55:34 +0000 (18:55 -0400)]
dataset.value has been deprecated since h5py version 1.3.
From http://mail.scipy.org/pipermail/scipy-user/2010-February/024364.html
[SciPy-User] [ANN] HDF5 for Python (h5py) 1.3.0 beta
Andrew Collette andrew.collette@gmail....
Tue Feb 23 15:52:12 CST 2010
...
- Dataset .value attribute is deprecated. Use dataset[...] or dataset[()].
...
W. Trevor King [Tue, 19 Apr 2011 20:22:26 +0000 (16:22 -0400)]
Add /posts/ to homepage URL in setup.py.
W. Trevor King [Tue, 19 Apr 2011 18:49:10 +0000 (14:49 -0400)]
Add pycomedi link to README.
W. Trevor King [Tue, 19 Apr 2011 17:11:31 +0000 (13:11 -0400)]
Add a method for extracting input channels by name.
W. Trevor King [Tue, 19 Apr 2011 15:13:29 +0000 (11:13 -0400)]
Add H5Py and PyYAML dependencies to README.
W. Trevor King [Tue, 19 Apr 2011 14:58:01 +0000 (10:58 -0400)]
Make matplotlib display errors nonfatal.
W. Trevor King [Tue, 19 Apr 2011 13:21:32 +0000 (09:21 -0400)]
Clean up and convert to my Cython-based pycomedi implementation.
W. Trevor King [Thu, 10 Mar 2011 13:59:52 +0000 (08:59 -0500)]
Add pypiezo.LOG to allow easy logging.
W. Trevor King [Thu, 10 Mar 2011 13:57:59 +0000 (08:57 -0500)]
--with-doctests -> --with-doctest in README nosetests example.
W. Trevor King [Tue, 8 Feb 2011 21:46:17 +0000 (16:46 -0500)]
Rename project piezo -> pypiezo and restructure.
W. Trevor King [Tue, 9 Nov 2010 19:57:30 +0000 (14:57 -0500)]
Update to depend on data_logger v0.4 (and bump to v0.3).
W. Trevor King [Fri, 19 Mar 2010 13:22:44 +0000 (09:22 -0400)]
Don't turn on PYLAB_VERBOSE by default (in case DISPLAY is not set)
Pull bilinear definition out of analyzeSurfPosData.
W. Trevor King [Wed, 17 Jun 2009 16:16:54 +0000 (12:16 -0400)]
Packaged with setuputils.
W. Trevor King [Thu, 8 Jan 2009 15:49:07 +0000 (10:49 -0500)]
Improved plotVerbose behaviour in wiggleForInterferenceMin()
W. Trevor King [Thu, 8 Jan 2009 15:46:44 +0000 (10:46 -0500)]
Updated to new data_logger log_dir $DEFAULT$ syntax for easier log_dir defs.
W. Trevor King [Mon, 15 Dec 2008 15:21:49 +0000 (10:21 -0500)]
Adjusted to new pycomedi setup.
Also added workaround for the pycomedi extra-point hack.
W. Trevor King [Wed, 26 Nov 2008 20:19:29 +0000 (15:19 -0500)]
Minor hack to z_piezo.py to support calibcant.config module.
W. Trevor King [Wed, 22 Oct 2008 19:05:38 +0000 (15:05 -0400)]
Began versioning