Timeline


and

05/16/12: Today

16:41 Changeset [12696] by rcurtin
Add directory for implementation of MaxIP. I think it needs a better …
15:17 Build MLPACK #1103 (success) by Ryan Curtin
Build finished successfully after 12 minutes
14:59 Changeset [12695] by rcurtin
Add a dual-tree test for cover trees.
14:58 Changeset [12694] by rcurtin
Add rules for cover tree search. This breaks the nice abstractions I was …
14:57 Changeset [12693] by rcurtin
Add preferred traverser and dual cover tree traverser (which doesn't prune …
14:55 Build MLPACK #1102 (failure) by Ryan Curtin
Build failed after 3 minutes
14:46 Changeset [12692] by rcurtin
Add a preferred dual tree traverser.
14:44 Changeset [12691] by rcurtin
Correctly handle cases where implicit nodes are created.

05/15/12: Yesterday

05:01 Changeset [12688] by speet3
[auto-packager] updating packaging to reflect new upstream release
03:18 Build MLPACK #1101 (success) by Ryan Curtin
Build finished successfully after 11 minutes

05/14/12:

10:45 Changeset [12687] by speet3
update control file to make sure documentation gets generated

05/11/12:

12:56 Changeset [12680] by rcurtin
I didn't do this right; I forgot about the "UpdateAfterRecursion?" step and …

05/09/12:

21:28 Build MLPACK #1100 (success) by Ryan Curtin
Build finished successfully after 11 minutes
21:11 Changeset [12670] by rcurtin
Add DualTreeBreadthFirstTraverser? (at this moment, not rigorously tested).
18:47 Build MLPACK #1099 (success) by Ryan Curtin
Build finished successfully after 12 minutes
18:29 Changeset [12669] by rcurtin
Well, that would break everything…
18:26 Build MLPACK #1098 (success) by Ryan Curtin
Build finished successfully after 10 minutes
18:11 Changeset [12668] by rcurtin
Make this an iterative implementation.
16:47 Build MLPACK #1097 (success) by Ryan Curtin
Build finished successfully after 12 minutes
16:30 Changeset [12666] by rcurtin
This bothers me a lot more than it should. (used to say "5mins,4.3secs", …
16:26 Changeset [12665] by rcurtin
Use DualTreeDepthFirstTraverser? for naive and dual-tree calculations, and …
16:26 Changeset [12664] by rcurtin
Add implementation of rules for dual-tree search.
16:25 Changeset [12663] by rcurtin
Add an option to use cover trees.
16:25 Changeset [12662] by rcurtin
Add dual_tree_depth_first_traverser.hpp to build list.
16:24 Changeset [12661] by rcurtin
Include statistic.hpp (so we have EmptyStatistic?).
16:24 Changeset [12660] by rcurtin
Save just a little time where we can.
16:20 Changeset [12659] by rcurtin
Add a dual-tree depth-first traverser.
16:18 Changeset [12658] by rcurtin
Remove unnecessary debug output.

05/08/12:

05:01 Changeset [12651] by speet3
[auto-packager] updating packaging to reflect new upstream release

05/07/12:

15:44 Changeset [12648] by speet3
patch for newer debian gcc version

05/04/12:

03:17 Build MLPACK #1096 (success) by Ryan Curtin
Build finished successfully after 11 minutes

05/03/12:

20:15 Changeset [12619] by rcurtin
Fix some formatting and style issues, and then add a test for …
20:14 Changeset [12618] by rcurtin
Use the tree's preferred traverser type.
20:14 Changeset [12617] by rcurtin
Update API to use TreeType::MinDistance?() because other tree types may not …
20:13 Changeset [12616] by rcurtin
Update our traversers so that they don't consider self-children. I am not …
20:12 Changeset [12615] by rcurtin
Modify CoverTree? API towards a more standard API. It can be used with …
20:09 Changeset [12614] by rcurtin
Modify the API of BinarySpaceTree? to include a few more methods. Starting …

05/02/12:

13:03 Build MLPACK #1095 (success) by Ryan Curtin
Build finished successfully after 10 minutes
12:47 Changeset [12603] by rcurtin
Add the very similar SingleTreeBreadthFirstTraverser?, meant to be used …
12:42 Changeset [12602] by rcurtin
Ack, how could I violate my own coding style guidelines?
12:34 Ticket #228 (allknn and allkfn are slower using SingleTreeDepthFirstTraverser) created by rcurtin
The introduction of the SingleTreeDepthFirstTraverser is a good start in …
12:31 Changeset [12601] by rcurtin
Add the NeighborSearchRules? class, which defines how the …
12:30 Changeset [12600] by rcurtin
Add a single-tree depth-first traverser. It is not as fast as it could …
11:33 Build MLPACK #1094 (success) by Ryan Curtin
Build finished successfully after 10 minutes
11:17 Changeset [12598] by rcurtin
Tabs to spaces, and return a reference, not a pointer.
03:16 Build MLPACK #1093 (success) by Ryan Curtin
Build finished successfully after 10 minutes

05/01/12:

15:14 Changeset [12592] by rcurtin
Give better debugging output.
12:48 Build MLPACK #1092 (success) by Ryan Curtin
Build finished successfully after 10 minutes
12:32 Changeset [12591] by rcurtin
Add NumPoints?() and Point() to BinarySpaceTree?. Maybe Count() and Begin() …
09:08 WikiStart edited by march
(diff)
05:01 Changeset [12587] by speet3
[auto-packager] updating packaging to reflect new upstream release

04/30/12:

18:20 Build MLPACK #1091 (success) by Ryan Curtin
Build finished successfully after 11 minutes
18:03 Changeset [12585] by rcurtin
Allow template parameter class to specify which point should be chosen as …
17:57 Build MLPACK #1090 (success) by Ryan Curtin
Build finished successfully after 11 minutes
17:43 Build MLPACK #1089 (success) by Ryan Curtin
Build finished successfully after 10 minutes
17:41 Changeset [12584] by rcurtin
s/IO/CLI/g wasn't a good idea.
17:40 Changeset [12583] by rcurtin
Fix misleading documentation…
17:39 Changeset [12582] by rcurtin
Test an alternate metric construction of the cover tree.
17:39 Changeset [12581] by rcurtin
Allow arbitrary metrics to be used in the construction of the cover tree.
17:29 Build MLPACK #1088 (failure) by Ryan Curtin
Build failed after 56 seconds
17:23 Changeset [12580] by rcurtin
Refactor in accordance with new LARS API.
17:22 Changeset [12579] by rcurtin
In fact, remove the line entirely.
17:22 Changeset [12578] by rcurtin
Don't use a pointer for LARS objects; no need to do memory allocation on …
17:21 Changeset [12577] by rcurtin
Refactor LARS. Fix comments, remove unnecessary methods, and consolidate …
14:16 Build MLPACK #1087 (success) by Ryan Curtin
Build finished successfully after 10 minutes
14:00 Changeset [12573] by rcurtin
Regresion is cool, but this method is regression.
13:14 Build MLPACK #1086 (success) by Ryan Curtin
Build finished successfully after 10 minutes
12:58 Changeset [12572] by rcurtin
Remove unnecessary debugging output from test.
12:58 Changeset [12571] by rcurtin
Comment the CoverTree? implementation a lot better. Still a few things to …
10:44 WikiStart edited by Richkpysandwich
(diff)
10:43 WikiStart edited by Richkpysandwich
(diff)
10:39 WikiStart edited by Richkpysandwich
(diff)

04/27/12:

17:15 Build MLPACK #1085 (success) by Ryan Curtin
Build finished successfully after 10 minutes
16:58 Changeset [12556] by rcurtin
Fix warnings I introduced. Oops…
16:19 Build MLPACK #1084 (unstable) by Ryan Curtin
Build unstable after 11 minutes
16:09 Build MLPACK #1083 (unstable) by Ryan Curtin
Build unstable after 10 minutes
16:02 Changeset [12554] by rcurtin
Add NumChildren?() and Child() to BinarySpaceTree? for compatibility.
15:52 Changeset [12553] by rcurtin
Add two tests for the CoverTree? class; a simple test and a big (random) …
15:51 Changeset [12552] by rcurtin
An implementation of cover trees. It is not yet polished, and the …

04/25/12:

10:33 Changeset [12535] by speet3
Bump packaging revision so we don't forget later

04/24/12:

05:01 Changeset [12520] by speet3
[auto-packager] updating packaging to reflect new upstream release

04/19/12:

17:21 Changeset [12478] by speet3
patch in r12476 so that the debian package will not fail to build
16:53 Build MLPACK #1082 (success) by Ryan Curtin
Build finished successfully after 11 minutes
16:37 Changeset [12476] by rcurtin
Zero the memory before we start adding to it.
16:30 Changeset [12474] by speet3
update changelog so next time it doesn't conflict with an existing package …
16:23 Build MLPACK #1081 (success) by Ryan Curtin
Build finished successfully after 4 minutes
16:13 Changeset [12472] by rcurtin
We need to actually get the version number before we check what it is…
16:01 Build MLPACK #1080 (unstable) by Ryan Curtin
Build unstable after 4 minutes
15:42 Changeset [12471] by speet3
Tag the working 1.0.1-0~rc2~precise package contents, as sent to …
15:10 Build MLPACK #1079 (failure) by Ryan Curtin
Build failed after 4 seconds
15:10 Build MLPACK #1078 (failure) by Ryan Curtin
Build failed after 19 seconds
14:53 Changeset [12470] by rcurtin
Make ourselves compatible with older versions of Boost.Test.
14:12 Build MLPACK #1077 (success) by Ryan Curtin
Build finished successfully after 10 minutes
13:56 Changeset [12467] by rcurtin
Fix preprocessor ifs for Boost <= 1.39 Random API changes.
13:48 Build MLPACK #1076 (success) by Ryan Curtin
Build finished successfully after 10 minutes
13:32 Changeset [12466] by rcurtin
Handle Boost 1.33 Random library correctly. I am not sure how far …

04/17/12:

11:29 Build MLPACK #1075 (success) by Ryan Curtin
Build finished successfully after 10 minutes
11:21 Ticket #227 (GMM Constructor Bug -> Fitter not initialized in one version) closed by rcurtin
fixed: You're right, I'm not sure how I missed that. It's fixed in r12431. …
11:13 Changeset [12431] by rcurtin
Take care of FittingType? when we are passing in means, covariances, and …
05:12 Ticket #227 (GMM Constructor Bug -> Fitter not initialized in one version) created by Adam
I believe you have made a mistake in one of the constructors for the GMM …

04/16/12:

23:23 Build MLPACK #1074 (success) by Ryan Curtin
Build finished successfully after 10 minutes
23:06 Changeset [12423] by rcurtin
Fix namespace ambiguity.
18:28 Build MLPACK #1073 (success) by Ryan Curtin
Build finished successfully after 10 minutes
18:12 Changeset [12421] by rcurtin
First pass: style. Fix a memory leak or two too.
17:42 Changeset [12419] by speet3
fix bad manpage generation in 1.0.1 package branch
17:28 Changeset [12418] by speet3
header files need appropriate tie to library bins
17:24 Changeset [12417] by speet3
don't need to include pre-generated man pages any more
16:42 Ticket #226 (Sparse coding dictionary initialization as a template parameter) created by rcurtin
Right now we have: […] We could instead have the dictionary …
16:41 Build MLPACK #1072 (success) by Ryan Curtin
Build finished successfully after 10 minutes
16:27 Changeset [12412] by rcurtin
Fix longer-than-80-character line.
16:25 Changeset [12411] by rcurtin
Fix longer-than-80-character lines.
03:16 Build MLPACK #1071 (success) by Ryan Curtin
Build finished successfully after 10 minutes
Note: See TracTimeline for information about the timeline view.