pypiezo.git
2012-07-22 W. Trevor KingBump to version 0.7. 0.7
2012-07-12 W. Trevor KingAdd explanatory message to analyze_surface_position_dat...
2012-07-12 W. Trevor KingStandardize matplotlib rendering on figure.canvas.draw...
2012-07-12 W. Trevor KingRemove unnecessary line wrap in analyze_surface_positio...
2012-07-12 W. Trevor KingRemove matplotlib.pyplot.show call from analyze_surface...
2012-05-11 W. Trevor KingRan update-copyright.py.
2012-05-11 W. Trevor King.update-copyright.conf should not be executable.
2012-05-11 W. Trevor KingAUTHORS should not be version controlled (generated...
2012-05-11 W. Trevor KingChange my email address from drexel.edu to tremily.us.
2012-03-30 W. Trevor KingDon't cast extreme values to ints in analyze_surface_po...
2012-03-30 W. Trevor KingFix ususes -> uses typo in analyze_surface_position_data().
2012-03-26 W. Trevor KingAdd Piezo.zero().
2012-03-21 W. Trevor KingAdd trailing slash to Gentoo overlay link in README.
2012-03-18 W. Trevor KingMake .load_from_config explicit and optional (don't...
2012-03-16 W. Trevor King'enumerate' is not subscriptable in the soft jump code.
2012-03-16 W. Trevor KingFix move_just_onto_surface() for limited axes.
2012-03-16 W. Trevor KingPositions are allowed to be floats, so don't format...
2012-03-16 W. Trevor KingFix delection -> current_deflection typo in AFMPiezo...
2012-03-16 W. Trevor KingFix soft-jump bailout logic when we don't know the...
2012-03-15 W. Trevor KingMake base.load_device public (so that external modules...
2012-03-15 W. Trevor KingOptional config-based-setup for the main Piezo class.
2012-03-15 W. Trevor KingSet the default ChannelConfig range index to 0.
2012-03-15 W. Trevor KingOptional config-based-setup for PiezoAxis, OutputChanne...
2012-03-15 W. Trevor KingFix soft jump handling for unknown `last_output`.
2012-03-15 W. Trevor KingBump version to 0.6. 0.6
2012-03-15 W. Trevor KingWe depend on pycomedi >= 0.4 for deepcopy-able AREF...
2012-03-15 W. Trevor KingFix out -> output typo in wiggle_for_interference().
2012-03-15 W. Trevor KingOops, fix up figure/axes/plot argument passing in pypie...
2012-03-15 W. Trevor KingOops, replace `n` with `config['samples']` in _run_wigg...
2012-03-15 W. Trevor KingOops, pass all possible arguments to pypiezo.wiggle...
2012-03-15 W. Trevor KingOops, add output argument to pypiezo.wiggle._setup_plot().
2012-03-15 W. Trevor KingAdd missing numpy import to pypiezo.wiggle.
2012-03-15 W. Trevor KingAdd missing _base import to pypiezo.wiggle.
2012-03-15 W. Trevor KingFix peizo -> piezo typo in pypiezo.wiggle._setup_config().
2012-03-15 W. Trevor KingAdd missing _package_config import to pypiezo.wiggle.
2012-03-15 W. Trevor KingSplit AFMPiezo.wiggle_for_interference() into it's...
2012-03-15 W. Trevor KingAdd new 'analog-reference' config option to doctest...
2012-03-15 W. Trevor KingOops, setup analog-reference with an AREF value, not...
2012-03-15 W. Trevor KingUgly hack to flush plots to the screen as they are...
2012-03-15 W. Trevor KingRemove debugging slope prints from surface-detection...
2012-03-14 W. Trevor KingRaise SurfaceError if surface position data only has...
2012-03-14 W. Trevor KingAdd amplitude and max values to the "no room for wiggle...
2012-03-14 W. Trevor KingAdd analog reference to ChannelConfig (forgotten earlier?).
2012-03-14 W. Trevor KingMove wiggle options to WiggleConfig and allow easy...
2012-03-14 W. Trevor KingFix Convigure -> Configure typo in ChannelConfig's...
2012-03-14 W. Trevor KingAdd `steps` and `sleep` options for gentler `jump()`s.
2012-03-14 W. Trevor KingIf neither the wavelength or amplitude are given for...
2012-02-22 W. Trevor KingUpdate URLs from einstein to tremily.
2012-02-16 W. Trevor KingRun update-copyright.py.
2012-02-16 W. Trevor KingTransition to my external update-copyright package.
2012-01-23 W. Trevor KingFix channel reference in AFMPiezo.move_to_pos_or_def.
2012-01-23 W. Trevor KingMove position and deflection initialization before...
2012-01-17 W. Trevor KingAdd 'direction' keyword to Piezo.read_inputs' call...
2012-01-17 W. Trevor KingAdd frequency option to AFMPiezo.move_to_pos_or_def.
2012-01-13 W. Trevor KingAdd default position, deflection, and step to AFMPiezo...
2011-09-30 W. Trevor KingMove surface-related logging from debug to info (debug...
2011-09-26 W. Trevor KingFix up ,select_config usage; now unit tests pass.
2011-09-25 W. Trevor KingConvert to h5config's new get_attribute option for...
2011-09-15 W. Trevor KingRemove unused sys import from pypiezo.config.
2011-09-08 W. Trevor KingUse select_config in AFMPiezo's doctests.
2011-09-08 W. Trevor KingUse PEP-8-suggested double space between class definiti...
2011-09-08 W. Trevor KingAdd select_config example to get_piezo_config's doctest.
2011-09-08 W. Trevor KingAdd pypiezo.test.get_piezo_config and fix ConfigSetting...
2011-07-29 W. Trevor KingOops, forgot the ['channel'].
2011-07-29 W. Trevor Kingaxis_channel_config -> config['channel'] in surface.py.
2011-07-29 W. Trevor KingFix InputChannelConfig reference and remove debugging...
2011-07-29 W. Trevor KingDebugging printouts in AFMPiezo doctest.
2011-07-29 W. Trevor KingFix doctest config-dump output in base.py.
2011-07-29 W. Trevor KingRemove debugging name-logger now that axis names are...
2011-07-29 W. Trevor King`name` is a ChannelConfig setting, not an AxisConfig...
2011-07-29 W. Trevor KingTemporary debugging instrumentation.
2011-07-29 W. Trevor KingAssorted typo fixes turned up by test suite.
2011-07-29 W. Trevor KingQuote 'name' in AFMPiezo doctest.
2011-07-29 W. Trevor KingFix foramt -> format typo in setup.py.
2011-07-29 W. Trevor KingConvert to use nested Configs from h5config.
2011-07-28 W. Trevor KingCleanup setup.py.
2011-07-28 W. Trevor KingRemove crufty logging imports from pypiezo/__init__.py.
2011-07-28 W. Trevor KingFix Curses-ckeck-... -> Curses-check typo in README.
2011-07-28 W. Trevor KingFix base_config -> package_config reference in surface.py. 0.5
2011-07-28 W. Trevor KingRemove underscores from config classes in doctests.
2011-07-28 W. Trevor KingAdd _clear_class and _backed_subclasses to PackageConfig.
2011-07-28 W. Trevor KingConvert to use new h5config package.
2011-04-20 W. Trevor KingSpecial case for '/' group in h5_create_group.
2011-04-20 W. Trevor KingReturn the group created in h5_create_group().
2011-04-20 W. Trevor KingSplit out h5_create_group so it can be used by other...
2011-04-20 W. Trevor KingUse base_config throughout setup_base_config() for...
2011-04-20 W. Trevor KingFix typo return_all_params -> return_all_parameters.
2011-04-19 W. Trevor KingBetter solution to overwriting preexisting datasets.
2011-04-19 W. Trevor Kingdataset.value has been deprecated since h5py version...
2011-04-19 W. Trevor KingAdd /posts/ to homepage URL in setup.py.
2011-04-19 W. Trevor KingAdd pycomedi link to README.
2011-04-19 W. Trevor KingAdd a method for extracting input channels by name.
2011-04-19 W. Trevor KingAdd H5Py and PyYAML dependencies to README.
2011-04-19 W. Trevor KingMake matplotlib display errors nonfatal.
2011-04-19 W. Trevor KingClean up and convert to my Cython-based pycomedi implem...
2011-03-10 W. Trevor KingAdd pypiezo.LOG to allow easy logging.
2011-03-10 W. Trevor King--with-doctests -> --with-doctest in README nosetests...
2011-02-08 W. Trevor KingRename project piezo -> pypiezo and restructure. 0.4
2010-11-09 W. Trevor KingUpdate to depend on data_logger v0.4 (and bump to v0.3). 0.3
2010-03-19 W. Trevor KingDon't turn on PYLAB_VERBOSE by default (in case DISPLAY... 0.2
next