README: Don't unpack v1.0 after downloading v0.3 ;)
[pyafm.git] / 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-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 KingMake .load_from_config explicit and optional (don't...
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 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-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-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 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-15 W. Trevor KingRestructure and convert to new, nestable h5config. v0.3