hooke.git
2010-11-10 W. Trevor Kingexpanduser() in hooke.playlist.load().
2010-11-09 W. Trevor KingDon't save digests in the playlist file.
2010-11-09 W. Trevor Kingdata_logger.normalize_logdir -> normalize_log_dir with...
2010-11-09 W. Trevor KingUpdate WTK driver links with git.php -> gitweb.cgi.
2010-11-09 W. Trevor KingUpdate test/wtk_driver.py for data_logger version 0.4.
2010-11-03 W. Trevor KingDon't use questions in the README section headings.
2010-11-03 W. Trevor KingFixup reStructuredText in README.
2010-11-03 W. Trevor KingExplain my Hooke ebuild in doc/install.txt.
2010-11-03 W. Trevor KingRan update_copyright.py, updating hooke/ui/gui/dialog...
2010-11-03 W. Trevor KingFix hg.py -> hk.py in setup.py.
2010-10-28 W. Trevor KingMerged `igorbinarywave.py --not-strict` and playlist...
2010-10-28 W. Trevor KingAdd -n/--not-strict to igorbinarywave.py (currently...
2010-09-29 W. Trevor KingMove some playlist-related expanduser() calls from...
2010-09-29 W. Trevor KingUpdate hooke.playlist.FilePlaylist doctests for explici...
2010-09-29 W. Trevor KingUpdate hooke.command_stack.CommandStack doctests for...
2010-09-29 W. Trevor KingCleanups so hooke/ui/gui/ passes unittests.
2010-09-29 W. Trevor KingLog errors when instantiation fails in hooke.util.plugg...
2010-09-29 W. Trevor KingRelax doctest constraints on hooke.util.fit.ModelFitter.
2010-09-29 W. Trevor KingAdd os.path.expanduser() wrappers to user-supplied...
2010-09-29 W. Trevor KingZip files use slashes (not os.path.sep) for their path...
2010-09-29 W. Trevor KingQuote backslash-containing arguments in doc/tutorial.py.
2010-09-15 W. Trevor Kingalbedomanu -> Manuel Gensler based on an email from...
2010-09-09 W. Trevor KingUse `with Closing(...) as f:` in JPKDriver._zip_segment().
2010-09-09 W. Trevor KingExtended test/jpk_driver.py to test .jpk-data1D file...
2010-09-09 W. Trevor KingExtent JPK driver to also read .jpk-data1D-file files.
2010-09-08 W. Trevor KingFix test/jpk_driver.py now that we can load each of...
2010-09-08 W. Trevor KingEnsure unique segment names in the JPK driver.
2010-09-08 W. Trevor KingFix distance_base_unit extraction in JPK driver for...
2010-09-08 W. Trevor KingFix JPK list field splitting for empty lists.
2010-09-08 W. Trevor KingOnly pass curve params out to segments if they exist.
2010-09-08 W. Trevor KingSkip some param translation in the JPK driver for chann...
2010-09-08 W. Trevor KingImprove handling of the base calibration slot units...
2010-09-08 W. Trevor KingI'm using the 0.12 specs for the JPK driver, so allow...
2010-09-08 W. Trevor KingAdjust unit extraction from the JPK file format.
2010-09-08 W. Trevor KingAdd support for raster and constant data to JPK driver.
2010-09-08 W. Trevor KingAdd support for {,u}int{16,32} segments in JPK driver.
2010-09-08 W. Trevor KingBreak JPK data block name extraction out into ._zip_seg...
2010-09-08 W. Trevor KingExtract 'z piezo sensitivity (m/V)' from JPK files...
2010-09-08 W. Trevor KingAccept version 0.2 (and similar?) JPK files with channe...
2010-09-08 W. Trevor KingMark block level spring constant as a hack in the JPK...
2010-09-08 W. Trevor KingDon't assume you know which sJPK egments will be created.
2010-09-08 W. Trevor KingAllow JPK file versions up to 0.12 (unfinished).
2010-09-08 W. Trevor KingAdd version 0.2 and 0.12 JPK file examples from Michael...
2010-09-08 W. Trevor KingMove hooke.driver.igorbinarywave to hooke.util.igorbina...
2010-09-07 W. Trevor KingUpdate test/ to pass after 8f1ebe298b48.
2010-09-07 W. Trevor KingDon't specify curve or data block types. See doc/stand...
2010-09-06 W. Trevor KingAdd information about JPKForceSpec.txt to hooke.driver...
2010-09-06 W. Trevor KingImprove error message for old (ASCII) JPK file formats.
2010-09-02 W. Trevor KingRemove 'results' panel from GUI. Use 'block info'...
2010-09-02 W. Trevor KingAdded --config option to bin/hk.py to override built...
2010-09-02 W. Trevor KingRemove hooke/plugin/export.py.
2010-09-02 W. Trevor KingRemove hooke/plugin/results.py.
2010-09-02 W. Trevor KingRemove hooke/plugin/procplots.py.
2010-09-02 W. Trevor KingRemove hooke/plugin/generalvclamp.py.
2010-09-02 W. Trevor KingRemove hooke/plugin/flatfilts*
2010-09-02 W. Trevor KingUpdate test/ with new 'block names' in 'curve info...
2010-09-02 W. Trevor KingAdd 'block names' argument to 'curve info'.
2010-09-02 W. Trevor KingAdd list of possible keys to 'block info' error for...
2010-09-02 W. Trevor KingUpdated test/ to match new pformated command line output.
2010-09-02 W. Trevor Kingpprint.pformat output dicts in ui.commandline.
2010-09-02 W. Trevor KingAdded 'block info' to retrieve and export portions...
2010-09-01 W. Trevor KingNote that unloaded curves will not have any Data or...
2010-09-01 W. Trevor KingRan update_copyright.py.
2010-09-01 W. Trevor KingAdd 'hg update wtk' to Mercurial installation directions.
2010-08-31 W. Trevor KingCheck data copying in Curve.__copy__ and .__deepcopy__...
2010-08-30 W. Trevor KingStore a copy of params in CurveCommand._add_to_command_...
2010-08-30 W. Trevor KingMaintain Curve._hooke setting during copy and deepcopy.
2010-08-29 W. Trevor KingFlesh out command line help messages.
2010-08-28 W. Trevor King.__setup_params() -> ._setup_params() in hooke/plugin...
2010-08-28 W. Trevor KingDon't distinguish between ASCII unicode and strings...
2010-08-28 W. Trevor KingDocument fit parameter extraction via PyYAML.
2010-08-28 W. Trevor KingDocument --ui in doc/gui.txt.
2010-08-28 W. Trevor KingAdded convenience --ui option to hooke.hooke.main().
2010-08-27 W. Trevor KingTrivial fixes to test/command_stack.py. Now test/...
2010-08-27 W. Trevor KingDon't load curves becore clearing their command stack.
2010-08-27 W. Trevor KingFix 'flat filter peaks' CommandMessage declaration...
2010-08-27 W. Trevor KingDon't fail if Playlist.unload() is called on an unloade...
2010-08-27 W. Trevor KingDouble initial guess for the surface kink position.
2010-08-27 W. Trevor KingKeep Playlist._loaded up to date on Curve.unload()...
2010-08-27 W. Trevor KingAdd 'command stack' to list of ignored commands in...
2010-08-27 W. Trevor KingAdded logging to hooke.util.callback's callback routines.
2010-08-27 W. Trevor KingOops, the CommandMessage.explicit_user_call, not Comman...
2010-08-27 W. Trevor KingAdded hooke.util.caller.caller_names() for minimal...
2010-08-27 W. Trevor KingAdded CommandStack.explicit_user_call to distinguish...
2010-08-24 W. Trevor KingMore robust guess for `zero surface contact point`...
2010-08-23 W. Trevor KingAdd PyYAML to doc/install.txt and doc/hacking.txt depen...
2010-08-23 W. Trevor KingExtend JPK v0.5 parsing back to 0.3 and 0.4 file formats.
2010-08-23 W. Trevor KingRemove ._on_notebook_page_close binding for the removed...
2010-08-23 W. Trevor KingRestore HookeFrame.select_plugin (was removed in 298662...
2010-08-22 W. Trevor KingCleaned non-folders-panel cruft methods out of hooke...
2010-08-22 W. Trevor KingUpdate view menu checkbox on pane-close button activity.
2010-08-22 W. Trevor KingShift function key accelerators down by one (from F5...
2010-08-22 W. Trevor KingAdd menu title hotkeys to the GUI.
2010-08-22 W. Trevor KingSave dtypes to YAML (now we only drop ndarrays).
2010-08-22 W. Trevor KingAdd hooke.util.yaml.data_constructor to rebuild hooke...
2010-08-22 W. Trevor KingSave nicely scaled WLC parameters to the fit dict in...
2010-08-22 W. Trevor KingUpdated test/ to match the new explicit YAML format.
2010-08-22 W. Trevor KingAdd `name playlist' command.
2010-08-22 W. Trevor KingUpgrade test/data/ playlists to new explicit YAML format.
2010-08-22 W. Trevor KingStay on top of Curve.set_hooke() so we can run CommandS...
next