1. 20 Sep, 2009 4 commits
  2. 19 Sep, 2009 1 commit
  3. 11 Sep, 2009 3 commits
    • Davis King's avatar
      made a release · 8aa8a27f
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403205
      8aa8a27f
    • Davis King's avatar
      updated the docs · 15c6f305
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403204
      15c6f305
    • Davis King's avatar
      Renamed the two parameters in the probabilistic_decision_function from a and b · 0c1117df
      Davis King authored
      to alpha and beta.  This is to avoid any possibility of a probabilistic_decision_function
      being accidentally passed into templated code that is looking for the bias (the b element)
      term of a decision_function.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403203
      0c1117df
  4. 10 Sep, 2009 2 commits
  5. 09 Sep, 2009 5 commits
  6. 08 Sep, 2009 2 commits
  7. 07 Sep, 2009 8 commits
  8. 06 Sep, 2009 4 commits
  9. 04 Sep, 2009 1 commit
  10. 01 Sep, 2009 2 commits
  11. 31 Aug, 2009 2 commits
    • Davis King's avatar
      updated the docs · 97905301
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403178
      97905301
    • Davis King's avatar
      Made a release · c21adb98
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403176
      c21adb98
  12. 30 Aug, 2009 5 commits
  13. 29 Aug, 2009 1 commit
    • Davis King's avatar
      In addition to minor code cleanup I also changed the following: · 867756ca
      Davis King authored
         - The zoomable_region widget now uses exponential rather than linear
           zoom scaling since this is much more pleasing to use.  There is now
           a new requirement on the zoom increment that it must be between 0
           and 1.
         - I added a few missing requires clauses.
         - I changed the set_zoom_scale() function so that it actually changes
           the zoom scale even if the user requests a zoom value outside the
           allowed range.  It just uses the max or min allowed value rather than
           doing nothing.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403170
      867756ca