Don't ignore Curve.data in playlist serialization (now that we have hooke.util.yaml).
[hooke.git] / hooke /
2010-08-21 W. Trevor KingDon't ignore Curve.data in playlist serialization ...
2010-08-21 W. Trevor KingAdded command_stack option to all' default.
2010-08-21 W. Trevor KingClear NoteIndexList in .__setstate__ to avoid doubling...
2010-08-21 W. Trevor KingFix to plugin experiment checks after 8687bbf30e87.
2010-08-21 W. Trevor KingFix item -> items() bug in command_stack.py (now loaded...
2010-08-21 W. Trevor KingAdded hooke.util.yaml fixing YAML/NumPy type issues...
2010-08-21 W. Trevor KingTracked down problems saving playlists with loaded...
2010-08-21 W. Trevor KingDemonstrate issue 1062277 if you serialize the command...
2010-08-21 W. Trevor KingAdd doctests proving recursive curve->command_stack...
2010-08-21 W. Trevor KingRemove CommandStack.__getstate__ to avoid type ambiguit...
2010-08-21 W. Trevor KingOops, store the serialized Experiment in state not...
2010-08-21 W. Trevor KingSerialize hooke.experiment.Experiment instances in...
2010-08-21 W. Trevor KingAdd hooke.playlist.Playlists for better playlist serial...
2010-08-21 W. Trevor KingTransition from v0.1 XML playlists to v0.2 YAML playlists.
2010-08-20 W. Trevor KingName Hemingway data blocks so they may be viewed in...
2010-08-20 W. Trevor KingUse 'Indexes' to split MFP3D curves into blocks.
2010-08-20 W. Trevor KingFirst attempt at temperature extraction for MFP3D ...
2010-08-20 W. Trevor KingAttach raw info etc. to curve in MFP3D driver (used...
2010-08-20 W. Trevor KingConvert JPK deflection sign to follow Hooke convention.
2010-08-20 W. Trevor KingCommand line UI now handles EOF during request/response...
2010-08-20 W. Trevor KingRemove debugging printout from JPK driver
2010-08-20 W. Trevor KingConvert all channels to their default calibration in...
2010-08-20 W. Trevor KingSet filetype and experiment fields in JPK driver.
2010-08-20 W. Trevor KingPush GUI config setting changes to the engine process...
2010-08-20 W. Trevor KingRan update_copyright.py, which fixed some spellcheck...
2010-08-20 W. Trevor KingFlesh out command stack execution.
2010-08-19 W. Trevor King'new playlist' now puts the new playlist into outqueue...
2010-08-19 W. Trevor KingSet Curve._hooke after joining engine in HookeRunner...
2010-08-19 W. Trevor KingRemove duplicate Command arguments (e.g. help, stack...
2010-08-19 W. Trevor KingLog the troublesome command for command line option...
2010-08-19 W. Trevor KingPatch GUI to handle 'new playlist' and 'glob curves...
2010-08-19 W. Trevor KingAllow flattening of path-less playlists for command.
2010-08-19 W. Trevor KingCopy spring constant into block info in JPK driver.
2010-08-17 W. Trevor KingAdded 'save config'. Adjusted test/tutorial.py (and...
2010-08-17 W. Trevor KingUse 'simple' conversion handler to process 'file'-type...
2010-08-17 W. Trevor KingMake file-format-version=0.5 support explicit in JPKDriver
2010-08-17 W. Trevor KingConfirm big-endian binary data format for JPK files.
2010-08-17 W. Trevor KingAdd test/note.py and adjust playlist handling so NoteFi...
2010-08-16 W. Trevor KingAdded hooke.util.itertools with reverse_enumerate
2010-08-16 W. Trevor KingDon't save Curve._hooke when pickling or deepcopying.
2010-08-16 W. Trevor KingUpgraded hooke.plugin.polymer_fit commands to ColumnAdd...
2010-08-16 W. Trevor KingApply constant offset to contact region in 'polynomial...
2010-08-16 W. Trevor KingFix playlist filename preservation for 'load playlist...
2010-08-15 W. Trevor KingMove NoteFilterCommand from plugin.playlist to plugin...
2010-08-15 W. Trevor KingFix existing Driver.is_me's crashes if path is a directory.
2010-08-15 W. Trevor KingLog a warning (rather than raising a Failure) on glob...
2010-08-15 W. Trevor KingUse input name in 'new playlist' and 'load playlist...
2010-08-15 W. Trevor KingCleanups to playlist name handling in 'load playlist'.
2010-08-15 W. Trevor KingLowercase initial word in some log messages.
2010-08-15 W. Trevor KingAdd "or '.'" after dirname() calls in hooke.command_sta...
2010-08-14 W. Trevor KingAdded command stack saving and loading.
2010-08-14 W. Trevor KingReplace .config rather than reconstructing plugins...
2010-08-14 W. Trevor KingFix p name collision bug in plugin.playlist.LoadCommand...
2010-08-14 W. Trevor KingAdd logging import to hooke.ui
2010-08-14 W. Trevor KingUpdate (don't re-add) already loaded playlists in Hooke...
2010-08-14 W. Trevor KingDon't process unhandled arguments (e.g. 'driver') in...
2010-08-14 W. Trevor KingFix self.command.name -> command.name in gui.HookeFrame...
2010-08-14 W. Trevor KingFix toolbar -> self._c['toolbar'] in gui.panel.plot...
2010-08-13 W. Trevor KingFleshed out hooke.plugin.command_stack except for save...
2010-08-13 W. Trevor KingLowercase initial word in some log messages.
2010-08-13 W. Trevor KingConsolidate UI command submission to hooke.ui.UserInter...
2010-08-13 W. Trevor KingRemoved hooke.compat.forking since issue8534 can't...
2010-08-13 W. Trevor KingAdded log warnings on monkey patch imports
2010-08-13 W. Trevor KingUse the playlist's basename if it doesn't colide with...
2010-08-13 W. Trevor KingRemove PlaylistArgument from plugin.playlist.SaveComman...
2010-08-13 W. Trevor KingAdded hooke.plugin.playlist.ApplyCommandStack and relat...
2010-08-12 W. Trevor KingAdded nicer CommandMessage string-ification methods
2010-08-12 W. Trevor KingRename ./bin/hooke's --command-no-exit to --persist.
2010-08-12 W. Trevor KingFix .split() -> .strip() typo in 'output peak column...
2010-08-12 W. Trevor KingAdd hooke.compat.forking to fix Python's ImportError...
2010-08-12 W. Trevor KingAdd successful Curve.command_stack maintenance.
2010-08-12 W. Trevor KingMove LocalHelpCommand and LocalExitCommand from ui...
2010-08-12 W. Trevor KingAdd --save-config to bin/hooke and don't silently save...
2010-08-12 W. Trevor KingChange CommandMessage.command from Command instance...
2010-08-12 W. Trevor KingAdd --debug option to bin/hooke and log CommandEngine...
2010-08-12 W. Trevor KingAdded CurveEngine.run_command and reorganized CommandSt...
2010-08-12 W. Trevor KingInitial work on hooke.command_stack and hooke.playlist...
2010-08-12 W. Trevor KingRemove superfluous ..plugin from imports in hooke.plugin.*
2010-08-12 W. Trevor KingWe'll keep most command stack functionality in a new...
2010-08-12 W. Trevor KingMoved QueueMessage and subclasses from hooke.ui to...
2010-08-12 W. Trevor KingRemove superflous ~ from flatfilt docstring.
2010-08-12 W. Trevor KingRenamed hooke.plugin.macro -> hooke.plugin.command_stack
2010-08-12 W. Trevor KingRestored hooke.plugin.macro from revision a008bd5c28ca.
2010-08-11 W. Trevor KingUpdated FlatFilterCommand's argument handling.
2010-08-11 W. Trevor KingMore detailed misnamed column error in ColumnAccessComm...
2010-08-11 W. Trevor KingFix '@Sens. ZSensorSens' KeyError loading picoforce...
2010-08-11 W. Trevor KingUpdated FlatPeaksCommand to ColumnAddingCommand.
2010-08-11 W. Trevor KingUpdated vclamp to use new ColumnAddingCommand.
2010-08-11 W. Trevor KingAdd CurveCommand, BlockCommand, ColumnAccessCommand...
2010-08-11 W. Trevor KingRemove outdated type TODOs from hooke/command (conversi...
2010-08-11 W. Trevor KingPrint tutorial init message to stderr so it won't inter...
2010-08-11 W. Trevor KingAllow fallback to XeX notation for efor extreme powers...
2010-08-11 W. Trevor KingRemove post-fit L/N conversions from polymer_fit.py...
2010-08-11 W. Trevor KingAdd 'ignore index' argument to SurfaceContactCommand
2010-08-11 W. Trevor KingWe don't seem to need to guess the scale in SurfacePosi...
2010-08-11 W. Trevor KingUpdate ModelFitters in polymer_fit.py to match new...
2010-08-11 W. Trevor KingUpdate SurfacePositionModel to match new diag/scale...
2010-08-11 W. Trevor KingOops, correct my faulty interpretation of leastsq's...
2010-08-10 W. Trevor KingAdd TranslateFlatPeaksCommand.
2010-08-10 W. Trevor KingAdjust GUI initialization to handle already loaded...
next