hooke.git
2012-02-16 W. Trevor KingUpdate docs to point to Git repository.
2012-02-16 W. Trevor KingRename REAMDE -> README in test/data/vclamp_mfp3d.
2012-02-16 W. Trevor KingRun update-copyright.py.
2012-02-16 W. Trevor KingTransition to my external update-copyright package.
2012-01-08 W. Trevor KingRan update_copyright.py.
2012-01-08 W. Trevor KingSimplify ALIASES and add email addresses to AUTHOR_HACK...
2012-01-08 W. Trevor KingAdd .mailmap to standardize author names and emails...
2012-01-08 W. Trevor KingChange VCS from Mercurial to Git in update_copyright.py.
2012-01-08 W. Trevor KingConvert .hgignore to .gitignore now that I'm versioning...
2011-11-14 W. Trevor KingRemove debugging *.dat file output from curve plugin.
2011-11-11 W. Trevor KingMove everything except `GUI` from `hooke.ui.gui` to...
2011-11-11 W. Trevor KingRemove nominal wxWidgets 2.8 support.
2011-11-11 W. Trevor KingExpand ~ in the glob path of 'glob curves to playlist'.
2011-11-11 W. Trevor KingAdd 'scaled column addition' command.
2011-11-11 W. Trevor KingInitial work transitioning to wxWidgets 2.9.
2011-11-10 W. Trevor KingTemporary fix to hooke/driver/wtk.py now that data_logg...
2011-11-10 W. Trevor KingUse sys.stderr.write instead of the deprecated 'print...
2011-11-10 W. Trevor KingAdjust NoteIndexList._index in .index() if it falls...
2011-11-10 W. Trevor KingCall 'remove curve from playlist' when deleting curves...
2011-11-10 W. Trevor KingFix 'remove curve from playlist' implementation.
2011-11-09 W. Trevor KingAdd GUI postprocessing for 'name playlist' so the new...
2011-11-09 W. Trevor KingDon't delete curve files through the GUI's delete function.
2011-11-09 W. Trevor KingStandardize playlist path expansion in hooke/playlist.py.
2011-10-11 W. Trevor KingAdd motivational blurb to command_stack docstring.
2011-10-11 W. Trevor KingFix citating -> citing typo in doc/analysis.txt.
2011-05-15 W. Trevor KingRemove more invalid loop syntax from hooke/plugin/multi...
2011-05-15 W. Trevor KingFix invalid loop syntax in hooke/plugin/multifit.py.
2011-04-28 W. Trevor KingAdjust fit-parameter handling for the polymer_fit plugin.
2011-04-28 W. Trevor KingClean up and adjust names of commands requiring curve...
2011-04-28 W. Trevor KingRan update_copyright.py.
2011-04-28 W. Trevor KingAdapt to handle scipy.optimize.leastsq for scipy >...
2011-04-21 W. Trevor KingInitial attempt at PicoForce 0x05120005 support.
2011-04-19 W. Trevor KingAdd Mercurial URL to README and use README as long_desc...
2010-12-14 W. Trevor KingMerge Veeco -> Bruker and NumPy/SciPy doc guide patches.
2010-12-14 W. Trevor KingUpdate URL for NumPy/SciPy documentation guide.
2010-11-19 W. Trevor KingVeeco -> Bruker since sale of metrology wing this August.
2010-11-13 W. Trevor KingBetter contact point detection now handles some initial...
2010-11-11 W. Trevor KingActually, filtering the copy directly is *almost* ok.
2010-11-11 W. Trevor KingUse hooke.command_by_name[...] in hooke.plugin.*.
2010-11-11 W. Trevor KingOnly shallow copy when filtering a playlist.
2010-11-11 W. Trevor King.`_setup_item` -> `._setup_item` in hooke.playlist...
2010-11-10 W. Trevor KingAdjust playlist curve setup to load curves after YAML...
2010-11-10 W. Trevor KingAdd yaml load test to hooke.curve.Data.
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'.
next