Timeline
05/16/12: Today
- 16:41 Changeset [12696] by
- Add directory for implementation of MaxIP. I think it needs a better …
- 15:17 Build MLPACK #1103 (success) by
- Build finished successfully after 12 minutes
- 14:59 Changeset [12695] by
- Add a dual-tree test for cover trees.
- 14:58 Changeset [12694] by
- Add rules for cover tree search. This breaks the nice abstractions I was …
- 14:57 Changeset [12693] by
- Add preferred traverser and dual cover tree traverser (which doesn't prune …
- 14:55 Build MLPACK #1102 (failure) by
- Build failed after 3 minutes
- 14:46 Changeset [12692] by
- Add a preferred dual tree traverser.
- 14:44 Changeset [12691] by
- Correctly handle cases where implicit nodes are created.
05/15/12: Yesterday
- 05:01 Changeset [12688] by
- [auto-packager] updating packaging to reflect new upstream release
- 03:18 Build MLPACK #1101 (success) by
- Build finished successfully after 11 minutes
05/14/12:
- 10:45 Changeset [12687] by
- update control file to make sure documentation gets generated
05/11/12:
- 12:56 Changeset [12680] by
- I didn't do this right; I forgot about the "UpdateAfterRecursion?" step and …
05/09/12:
- 21:28 Build MLPACK #1100 (success) by
- Build finished successfully after 11 minutes
- 21:11 Changeset [12670] by
- Add DualTreeBreadthFirstTraverser? (at this moment, not rigorously tested).
- 18:47 Build MLPACK #1099 (success) by
- Build finished successfully after 12 minutes
- 18:29 Changeset [12669] by
- Well, that would break everything…
- 18:26 Build MLPACK #1098 (success) by
- Build finished successfully after 10 minutes
- 18:11 Changeset [12668] by
- Make this an iterative implementation.
- 16:47 Build MLPACK #1097 (success) by
- Build finished successfully after 12 minutes
- 16:30 Changeset [12666] by
- This bothers me a lot more than it should. (used to say "5mins,4.3secs", …
- 16:26 Changeset [12665] by
- Use DualTreeDepthFirstTraverser? for naive and dual-tree calculations, and …
- 16:26 Changeset [12664] by
- Add implementation of rules for dual-tree search.
- 16:25 Changeset [12663] by
- Add an option to use cover trees.
- 16:25 Changeset [12662] by
- Add dual_tree_depth_first_traverser.hpp to build list.
- 16:24 Changeset [12661] by
- Include statistic.hpp (so we have EmptyStatistic?).
- 16:24 Changeset [12660] by
- Save just a little time where we can.
- 16:20 Changeset [12659] by
- Add a dual-tree depth-first traverser.
- 16:18 Changeset [12658] by
- Remove unnecessary debug output.
05/08/12:
- 05:01 Changeset [12651] by
- [auto-packager] updating packaging to reflect new upstream release
05/07/12:
- 15:44 Changeset [12648] by
- patch for newer debian gcc version
05/04/12:
- 03:17 Build MLPACK #1096 (success) by
- Build finished successfully after 11 minutes
05/03/12:
- 20:15 Changeset [12619] by
- Fix some formatting and style issues, and then add a test for …
- 20:14 Changeset [12618] by
- Use the tree's preferred traverser type.
- 20:14 Changeset [12617] by
- Update API to use TreeType::MinDistance?() because other tree types may not …
- 20:13 Changeset [12616] by
- Update our traversers so that they don't consider self-children. I am not …
- 20:12 Changeset [12615] by
- Modify CoverTree? API towards a more standard API. It can be used with …
- 20:09 Changeset [12614] by
- Modify the API of BinarySpaceTree? to include a few more methods. Starting …
05/02/12:
- 13:03 Build MLPACK #1095 (success) by
- Build finished successfully after 10 minutes
- 12:47 Changeset [12603] by
- Add the very similar SingleTreeBreadthFirstTraverser?, meant to be used …
- 12:42 Changeset [12602] by
- Ack, how could I violate my own coding style guidelines?
- 12:34 Ticket #228 (allknn and allkfn are slower using SingleTreeDepthFirstTraverser) created by
- The introduction of the SingleTreeDepthFirstTraverser is a good start in …
- 12:31 Changeset [12601] by
- Add the NeighborSearchRules? class, which defines how the …
- 12:30 Changeset [12600] by
- Add a single-tree depth-first traverser. It is not as fast as it could …
- 11:33 Build MLPACK #1094 (success) by
- Build finished successfully after 10 minutes
- 11:17 Changeset [12598] by
- Tabs to spaces, and return a reference, not a pointer.
- 03:16 Build MLPACK #1093 (success) by
- Build finished successfully after 10 minutes
05/01/12:
- 15:14 Changeset [12592] by
- Give better debugging output.
- 12:48 Build MLPACK #1092 (success) by
- Build finished successfully after 10 minutes
- 12:32 Changeset [12591] by
- Add NumPoints?() and Point() to BinarySpaceTree?. Maybe Count() and Begin() …
- 09:08 WikiStart edited by
- (diff)
- 05:01 Changeset [12587] by
- [auto-packager] updating packaging to reflect new upstream release
04/30/12:
- 18:20 Build MLPACK #1091 (success) by
- Build finished successfully after 11 minutes
- 18:03 Changeset [12585] by
- Allow template parameter class to specify which point should be chosen as …
- 17:57 Build MLPACK #1090 (success) by
- Build finished successfully after 11 minutes
- 17:43 Build MLPACK #1089 (success) by
- Build finished successfully after 10 minutes
- 17:41 Changeset [12584] by
- s/IO/CLI/g wasn't a good idea.
- 17:40 Changeset [12583] by
- Fix misleading documentation…
- 17:39 Changeset [12582] by
- Test an alternate metric construction of the cover tree.
- 17:39 Changeset [12581] by
- Allow arbitrary metrics to be used in the construction of the cover tree.
- 17:29 Build MLPACK #1088 (failure) by
- Build failed after 56 seconds
- 17:23 Changeset [12580] by
- Refactor in accordance with new LARS API.
- 17:22 Changeset [12579] by
- In fact, remove the line entirely.
- 17:22 Changeset [12578] by
- Don't use a pointer for LARS objects; no need to do memory allocation on …
- 17:21 Changeset [12577] by
- Refactor LARS. Fix comments, remove unnecessary methods, and consolidate …
- 14:16 Build MLPACK #1087 (success) by
- Build finished successfully after 10 minutes
- 14:00 Changeset [12573] by
- Regresion is cool, but this method is regression.
- 13:14 Build MLPACK #1086 (success) by
- Build finished successfully after 10 minutes
- 12:58 Changeset [12572] by
- Remove unnecessary debugging output from test.
- 12:58 Changeset [12571] by
- Comment the CoverTree? implementation a lot better. Still a few things to …
- 10:44 WikiStart edited by
- (diff)
- 10:43 WikiStart edited by
- (diff)
- 10:39 WikiStart edited by
- (diff)
04/27/12:
- 17:15 Build MLPACK #1085 (success) by
- Build finished successfully after 10 minutes
- 16:58 Changeset [12556] by
- Fix warnings I introduced. Oops…
- 16:19 Build MLPACK #1084 (unstable) by
- Build unstable after 11 minutes
- 16:09 Build MLPACK #1083 (unstable) by
- Build unstable after 10 minutes
- 16:02 Changeset [12554] by
- Add NumChildren?() and Child() to BinarySpaceTree? for compatibility.
- 15:52 Changeset [12553] by
- Add two tests for the CoverTree? class; a simple test and a big (random) …
- 15:51 Changeset [12552] by
- An implementation of cover trees. It is not yet polished, and the …
04/25/12:
- 10:33 Changeset [12535] by
- Bump packaging revision so we don't forget later
04/24/12:
- 05:01 Changeset [12520] by
- [auto-packager] updating packaging to reflect new upstream release
04/19/12:
- 17:21 Changeset [12478] by
- patch in r12476 so that the debian package will not fail to build
- 16:53 Build MLPACK #1082 (success) by
- Build finished successfully after 11 minutes
- 16:37 Changeset [12476] by
- Zero the memory before we start adding to it.
- 16:30 Changeset [12474] by
- update changelog so next time it doesn't conflict with an existing package …
- 16:23 Build MLPACK #1081 (success) by
- Build finished successfully after 4 minutes
- 16:13 Changeset [12472] by
- We need to actually get the version number before we check what it is…
- 16:01 Build MLPACK #1080 (unstable) by
- Build unstable after 4 minutes
- 15:42 Changeset [12471] by
- Tag the working 1.0.1-0~rc2~precise package contents, as sent to …
- 15:10 Build MLPACK #1079 (failure) by
- Build failed after 4 seconds
- 15:10 Build MLPACK #1078 (failure) by
- Build failed after 19 seconds
- 14:53 Changeset [12470] by
- Make ourselves compatible with older versions of Boost.Test.
- 14:12 Build MLPACK #1077 (success) by
- Build finished successfully after 10 minutes
- 13:56 Changeset [12467] by
- Fix preprocessor ifs for Boost <= 1.39 Random API changes.
- 13:48 Build MLPACK #1076 (success) by
- Build finished successfully after 10 minutes
- 13:32 Changeset [12466] by
- Handle Boost 1.33 Random library correctly. I am not sure how far …
04/17/12:
- 11:29 Build MLPACK #1075 (success) by
- Build finished successfully after 10 minutes
- 11:21 Ticket #227 (GMM Constructor Bug -> Fitter not initialized in one version) closed by
- fixed: You're right, I'm not sure how I missed that. It's fixed in r12431. …
- 11:13 Changeset [12431] by
- 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
- 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
- Build finished successfully after 10 minutes
- 23:06 Changeset [12423] by
- Fix namespace ambiguity.
- 18:28 Build MLPACK #1073 (success) by
- Build finished successfully after 10 minutes
- 18:12 Changeset [12421] by
- First pass: style. Fix a memory leak or two too.
- 17:42 Changeset [12419] by
- fix bad manpage generation in 1.0.1 package branch
- 17:28 Changeset [12418] by
- header files need appropriate tie to library bins
- 17:24 Changeset [12417] by
- 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
- Right now we have: […] We could instead have the dictionary …
- 16:41 Build MLPACK #1072 (success) by
- Build finished successfully after 10 minutes
- 16:27 Changeset [12412] by
- Fix longer-than-80-character line.
- 16:25 Changeset [12411] by
- Fix longer-than-80-character lines.
- 03:16 Build MLPACK #1071 (success) by
- Build finished successfully after 10 minutes
Note: See TracTimeline
for information about the timeline view.
