pyafm.git
2013-05-27 W. Trevor KingREADME: Don't unpack v1.0 after downloading v0.3 ;) master
2013-05-27 W. Trevor KingREADME: Fix 'sci-physics/pyafm' -> 'sci-libs/pyafm...
2013-05-24 W. Trevor KingBump to version 0.5 v0.5
2013-05-24 W. Trevor Kingstorage: Add 'load_config()' for those that don't want...
2013-01-19 W. Trevor Kingafm: Optionally return stepper_approach data with ...
2012-09-12 W. Trevor Kingconfig: TemperatureConfig's max-current should be a...
2012-08-02 W. Trevor KingAFM.stepper_approach should only call figure.show if...
2012-07-22 W. Trevor KingBump to version 0.4. v0.4
2012-07-12 W. Trevor KingAdd matplotlib config option and stepper_approach plot.
2012-07-12 W. Trevor KingShow stepper position when commenting about steps in...
2012-05-11 W. Trevor KingRan update-copyright.py.
2012-05-11 W. Trevor KingAdd .update-copyright.conf.
2012-05-11 W. Trevor KingAUTHORS should not be version controlled (generated...
2012-04-18 W. Trevor KingChange my email address from drexel.edu to tremily.us.
2012-03-26 W. Trevor KingUse a dummy write function for Stepper until we've...
2012-03-18 W. Trevor KingOops, fix `return =` syntax in load_afm().
2012-03-18 W. Trevor KingCorrect indentation and add h5config dependency comment...
2012-03-18 W. Trevor KingAdd load_from_config() call after load_afm() in the...
2012-03-18 W. Trevor KingMake .load_from_config explicit and optional (don't...
2012-03-16 W. Trevor KingFlesh out the README (and use 2-space indents).
2012-03-16 W. Trevor KingRemove "critical" debugging loggers from Temperature...
2012-03-16 W. Trevor KingFix log string formatting in AFM.move_toward_surface().
2012-03-16 W. Trevor KingOops, build DigitalPort.write_mask with |= instead...
2012-03-16 W. Trevor KingReplace AFM.main_axis with AFM.config['main-axis'].
2012-03-16 W. Trevor KingActually load the config from storage in load_afm().
2012-03-16 W. Trevor KingUpdate README and setup.py with new dependency information.
2012-03-16 W. Trevor KingUse scipy's C2K instead of hardcoding temperature conve...
2012-03-15 W. Trevor KingAdd AFM.move_toward_surface() and fix AFM.move_away_fro...
2012-03-15 W. Trevor KingStrip trailing whitespace from pyafm.storage.
2012-03-15 W. Trevor KingRemove h5py import from pyafm.storage, since it only...
2012-03-15 W. Trevor KingMove calibcant.calibrate.move_far_from_surface -> pyafm...
2012-03-15 W. Trevor KingMerge calibcant/calibrate.py (for utility functions).
2012-03-15 W. Trevor KingDon't initialize devices explicitly in doctests.
2012-03-15 W. Trevor KingAdd `default-temperature` option to AFMConfig.
2012-03-15 W. Trevor KingAdd pyafm.storage module with save_afm and load_afm.
2012-03-15 W. Trevor KingAdd DigitalPort, Stepper, and Temperature classes.
2012-03-15 W. Trevor KingMerge TemperatureConfig and related constants from...
2012-03-15 W. Trevor KingMerge calibcant/config.py (for temperature config options).
2012-03-15 W. Trevor KingMerge temperature.py from my unfold_protein repository.
2012-03-15 W. Trevor KingAdd `steps` and `sleep` options to `move_just_onto_surf...
2012-03-02 W. Trevor KingUse stepper.single_step instead of stepper.step_relativ...
2012-02-28 W. Trevor KingFix deflection channel config extraction in AFM.move_ju...
2012-02-28 W. Trevor KingFix tremily -> blog.tremily in homepage URL in setup.py.
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 KingRun update-copyright.py.
2012-01-23 W. Trevor KingComplete setpoint removal started with 1139d17967014ca0...
2012-01-23 W. Trevor KingDon't force integer formatting in AFM._check_target_def...
2012-01-23 W. Trevor KingAFM._check_target_deflection doesn't have access to...
2012-01-23 W. Trevor KingFinish target_deflection -> deflection conversion start...
2012-01-23 W. Trevor KingOops, ._deflection_channel is an AFMPiezo method.
2012-01-23 W. Trevor KingChange AFM._check_target_deflection argument name to...
2012-01-23 W. Trevor KingOops, remove trailing colon from `max_def = defc.get_ma...
2012-01-23 W. Trevor KingOops, `def` is a reserved word in Python. Use `defc...
2012-01-23 W. Trevor KingAdd AFM._check_target_deflection to avoid approaching...
2012-01-23 W. Trevor KingOops, fix min_slope_position/min_slope_postion -> min_s...
2012-01-23 W. Trevor KingAdd min_slope_ratio argument to AFM.move_just_onto_surface.
2012-01-23 W. Trevor KingAdd min-slope-ratio option to BumpConfig.
2012-01-23 W. Trevor KingRemove buggy self argument from Temperature self()...
2012-01-17 W. Trevor KingMerge irrelevant "Update to data_logger v0.4." by dropp...
2012-01-17 W. Trevor KingUpdate to use new h5config, pycomedi, etc.
2012-01-17 W. Trevor KingBreak AFM.stepper_approach out of ._stepper_approach_again.
2012-01-13 W. Trevor KingFix get -> get_temperature typo in AFM.get_temperature.
2011-09-30 W. Trevor KingFix problems with the transition to the new nested...
2011-09-30 W. Trevor KingFix problems with the transition to the new nested...
2011-09-30 W. Trevor KingImport missing SurfaceError from pypiezo.surface.
2011-09-27 W. Trevor KingImport missing FlatFit from pypiezo.surface.
2011-09-27 W. Trevor KingUpdate config arguments to bit/volt/meter conversion...
2011-09-27 W. Trevor KingAdd bit/volt/meter converter imports to pyafm.afm.
2011-09-27 W. Trevor KingRemove unneccessary inputs from pyafm.afm.
2011-09-27 W. Trevor KingUpdate setup.py to reflect the fact that we're no longe...
2011-09-15 W. Trevor KingRestructure and convert to new, nestable h5config. v0.3
2011-09-15 W. Trevor KingConvert calibcant to the new, nestable h5config.
2011-09-15 W. Trevor KingConvert calibcant to the new, nestable h5config.
2011-09-08 W. Trevor Kingconvert to H5config and bump to v0.7.
2011-09-08 W. Trevor Kingconvert to H5config and bump to v0.7.
2011-06-17 W. Trevor KingCorrect vibrationss -> vibrations typo in calib_save...
2011-06-17 W. Trevor Kingvibs -> vibrations in calib_save() keyword call from...
2011-06-17 W. Trevor KingTs -> temperatures in calib_save() keyword call from...
2011-04-21 W. Trevor KingMassive rewrite (v 0.6) to base everything on Cython...
2011-04-21 W. Trevor KingMassive rewrite (v 0.6) to base everything on Cython...
2011-04-20 W. Trevor KingClarify stepper motion during additional surface locati...
2011-04-20 W. Trevor KingDon't set handler log level; just use the logger log...
2011-04-20 W. Trevor KingFix typo target_def -> target_deflection.
2011-04-20 W. Trevor KingCatch FlatFit errors from all .get_surface_position...
2011-04-19 W. Trevor KingAdd optional temperature controller attribute.
2011-04-19 W. Trevor KingFix typos pyiezo -> piezo.
2011-04-19 W. Trevor KingAdd self to _stepper_approach_again arguments :p.
2011-04-19 W. Trevor KingAdd /posts/ to homepage URL in setup.py.
2011-04-19 W. Trevor KingMinor rewrite of README intro section.
2011-04-19 W. Trevor KingMinor rewrite of README intro section.
2011-04-19 W. Trevor KingCorrect setpoint -> target_deflection typo.
2011-04-19 W. Trevor KingCorrect axis.channel_config -> axis.axis_channel_config...
2011-04-19 W. Trevor KingSet `axis = ...` earlier in AFM.move_just_onto_surface().
2011-04-19 W. Trevor KingFix LOG formatting error.
2011-04-19 W. Trevor KingFix pymodules typo in setup.py.
2011-04-19 W. Trevor KingBegin versioning. 0.1
2011-01-28 W. Trevor KingCleaned up README and package with pure distutils ...
2011-01-28 W. Trevor KingCleaned up README and package with pure distutils ...
2010-11-09 W. Trevor KingUpdate to piezo v0.3 (based on data_logger 0.4) and...
next