-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathChangeLog
660 lines (376 loc) · 18.7 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
2024-12-07 Dirk Eddelbuettel <[email protected]>
* demo/irisExample.R: New contributed demo
* demo/00Index: Indexed
* R/annoy.R: Remove duplicate example
* man/AnnoyIndex.Rd: Regenerated to update example
2024-12-04 Dirk Eddelbuettel <[email protected]>
* R/annoy.R: Add missing dot to fileext argument in Rd part
* man/AnnoyIndex.Rd: Regenerated to update example
2024-09-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Authors@R): Added
2024-08-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll micro version
* inst/include/RcppAnnoy.h: Idem
* R/annoy.R: Add alias for AnnoyDotProduct
* man/AnnoyIndex.Rd: Re-rendered
* README.md: Switch two more http:// URLs to https://
2024-08-03 Benjamin James <[email protected]>
* R/annoy.R: Add AnnoyDotProduct to namespace
* inst/tinytest/testDotProduct.R: Unit tests for 'AnnoyDotProduct'
* src/init.c: Added new dot product distance measure (via template)
* src/annoy.cpp: Added template and module for AnnoyDotProduct
2024-05-20 Dirk Eddelbuettel <[email protected]>
* README.md: Use tinyverse.netlify.app for dependency badge
2024-02-23 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2024-01-23 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.22
* inst/include/RcppAnnoy.h: Idem
* man/RcppAnnoy-package.Rd: Remove reference to example left from
auto-generated stanza (to satisfy a CRAN request)
2023-07-02 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.21
* inst/include/RcppAnnoy.h: Idem
2023-07-01 Dirk Eddelbuettel <[email protected]>
* src/Makevars (USE_MULTITTHREADING): Revert back to not enabling
multithreading by default to remain consistent with prior behaviour
2023-06-30 Dirk Eddelbuettel <[email protected]>
* README.md: Add r-universe badge
2023-06-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll micro version
* inst/include/RcppAnnoy.h: Idem
* inst/include/annoylib.h: Sync with upstream 1.17.3
* src/annoy.cpp: Accomodate updated upstream changes
* inst/include/RcppAnnoy.h: Idem
* inst/rmd/UsingAnnoyInCpp.Rmd (Annoy): Idem
2023-03-17 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/RcppAnnoy.h: Idem
* src/Makevars: No longer restrict build to C++11, also turn on
multithreading and switch to C++17 (instead of minimum C++14)
2022-10-27 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.20
* src/init.c: And 'void' to six prototypes to make clang-15 happy
* inst/include/annoylib.h (set_error_from_errno): Use snprint to make
xcode/macos 14 happy
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2021-11-30 Dirk Eddelbuettel <[email protected]>
* README.md: Remove depcreated CI badge
* .travis/: Removed
2021-07-30 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.19
2021-04-13 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL, BugRreports): Added to DESCRIPTION file
2020-12-25 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml: Small tweaks to CI YAML file
2020-12-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.18
* src/version.cpp: Export as .annoy_version as we have an R wrapper
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new badge
2020-12-06 Aaron Lun <[email protected]>
* src/version.cpp: Helper function to report Annoy version
* src/init.c: Register helper
* R/version.R: R wrapper
* man/getAnnoyVersion.Rd: Documentation
2020-12-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/RcppAnnoy.h: Idem
* inst/include/annoylib.h: Upstream sync post PR #522
* inst/include/kissrandom.h: Idem
2020-11-23 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/RcppAnnoy.h: Idem
* .travis.yml: Switch to r-ci
2020-11-22 Dirk Eddelbuettel <[email protected]>
* inst/tinytest/testVignette.R: New test file
* inst/rmd/: Moved from vignettes/rmd
* inst/rmd/UsingAnnoyInCpp.Rmd: Allow for index file
2020-11-22 Aaron Lun <[email protected]>
* vignettes/rmd/UsingAnnoyInCpp.Rmd: Allow compilation of vignette
without adding more dependencies
2020-11-19 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/RcppAnnoy.h: Idem
* inst/include/RcppAnnoy.h: Additional typedefs for threading policy
* src/annoy.cpp: Threading policy typedef removed
2020-11-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.17
2020-11-12 Dirk Eddelbuettel <[email protected]>
* inst/include/RcppAnnoy.h: New header file for includes and defines
* src/annoy.cpp: Use new header file RcppAnnoy.h
* inst/include/annoylib.h: Add a temporary define to identify version
2020-10-19 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* src/Makevars: Default to serial use (and C++11) but add comment to
detail how enable multithreaded indexing
* src/annoy.cpp: Default to serial use
* inst/tinytest/testSeeds.R: Re-enable test
2020-10-18 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/annoylib.h: Update to Annoy 1.17
* inst/include/mman.h: Idem
* src/annoy.cpp: Idem, also enable multithreaded build
* src/Makevars: Switch to C++14 for shared_timed_mutex
* .travis.yml: Switch Travis CI to bspm use and focal
* README.md: Update two URLs
* inst/tinytest/testSeeds.R: Disable (already optional) test on
seeding does not pass in multi-threaded mode
2020-05-30 Dirk Eddelbuettel <[email protected]>
* README.md: Add 'last commit' badge
* .travis.yml: Switch to bionic and R 4.0.0
2020-03-12 Dirk Eddelbuettel <[email protected]>
* README.md: Standardize header and badges
2020-03-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.16
2020-03-03 Dirk Eddelbuettel <[email protected]>
* src/arch.cpp (getArchictectureStatus): Add simple helper function
to show AVX and compiler status now that pragma has been removed
2020-03-02 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/annoylib.h: Updated to upstream PR #462 which removes
the (optional and no longer needed) packing and one set of warnings
2020-03-01 Dirk Eddelbuettel <[email protected]>
* inst/include/annoylib.h: Updated upstream PRs PRs #460 (which uses
int not size_t in one interface) and #461 (which inlines two helpers)
2020-02-27 Aaron Lun <[email protected]>
* inst/include/annoylib.h: Replace two size_t interfaces with int
2020-02-25 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.15
* inst/include/annoylib.h: Use alloca() portably
2020-02-24 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/annoylib.h: Updated upstream master post PR455
* inst/include/mmap.h: Idem
* .travis.yml: Use r-cran-tinytest, no longer need edd/r-3.5
2019-11-12 Dirk Eddelbuettel <[email protected]>
* R/annoy.R: Small help page correction thanks to Bill Venables
* man/AnnoyIndex.Rd: Idem
2019-11-11 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.14
2019-11-10 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* cleanup: Make safe for checkbashism by using only /bin/sh
* inst/include/annoylib.h: New upstream v1.16.2 (plus up to pr436)
2019-09-23 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Release 0.0.13
2019-09-22 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* src/annoy.cpp: Add unbuild() and onDiskBuild() functions
* inst/tinytest/testOnDiskBuild.R: Add tests for onDiskBuild()
* inst/tinytest/testIndex.R: Can now use tinytest::exit_file()
* inst/tinytest/testSeeds.R: Idem
* inst/include/annoylib.h: Use return code
* inst/include/mman.h: Only conditionally define ftruncate
* README.md: Small edits
2019-09-21 Peter Hickey <[email protected]>
* vignettes/rmd/UsingAnnoyInCpp.Rmd: Remove spurious comma
2019-09-21 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/annoylib.h: New upstream v1.16 (plus up to pr410)
* inst/include/mman.h: Idem
* src/annoy.cpp: Add getNTrees(), use error message in addItem()
2019-09-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* R/annoy.R: Use a tempfile() in example to save + load an annoy tree
* man/AnnoyIndex.Rd: Ditto
2019-05-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Date, Version): Release 0.0.12
2019-05-11 Dirk Eddelbuettel <[email protected]>
* vignettes/UsingAnnoyInCcppWrapper.Rnw: Vignette wrapper with tip of
the hat to Mark van der Loo for his January 2019 blog post
* vignettes/rmd/UsingAnnoyInCpp.Rmd (vignette): Moved
* vignettes/rmd/rcppannoy.bib: Idem
* DESCRIPTION (Suggests): Remove three packages needed for vignette
* .travis.yml (install): Idem
* .Rbuildignore: Exclude vignettes/rmd/ from build
2019-05-10 Dirk Eddelbuettel <[email protected]>
* tests/tinytest.R: New test runner using tinytest
* inst/tinytest/testIndex.R: New test file using tinytest
* inst/tinytest/testAngular.R: Idem
* inst/tinytest/testEuclidean.R: Idem
* inst/tinytest/testHamming.R: Idem
* inst/tinytest/testManhattan.R: Idem
* .travis.yml (install): Add tinytest to Travis setup
* local/: Old RUnit test files in source but not in package
* .Rbuildignore: Exclude local/ from build
2019-05-06 Adam Spannbauer <[email protected]>
* R/annoy.R: Added documentation
* man/AnnoyIndex.Rd: Rendered documentation
2019-04-12 Dirk Eddelbuettel <[email protected]>
* inst/tests/runit.seeds.R (test01seeds): Simplified
2019-04-11 Dirk Eddelbuettel <[email protected]>
* inst/tests/runit.seeds.R (test01seeds): Add tests
2019-04-11 James Melville <[email protected]>
* vignettes/UsingAnnoyInCpp.Rmd: Document setSeed
2019-04-10 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* src/annoy.cpp: Support setting of seed for KISS RNG
2018-10-30 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.11
2018-10-29 Dirk Eddelbuettel <[email protected]>
* inst/include/annoylib.h: Only define NOMINMAX if not defined
* vignettes/UsingAnnoyInCpp.Rmd: Simplified by having C++ snippets
typeset by pandoc instead of attempting OS-dependent compilation
2018-10-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/annoylib.h: New upstream version 1.13 past pr325
* inst/include/kissrandom.h: Idem
* vignettes/UsingAnnoyInCpp: Renamed vignette, one size_t use
2018-10-17 Dirk Eddelbuettel <[email protected]>
* README.md: Added dependency count badge
2018-10-16 Dirk Eddelbuettel <[email protected]>
* vignettes/UsingAnnoyInC++.Rmd: Renamed vignette, minor edits
* vignettes/rcppannoy.bib: Expanded, sorted (thanks, Emacs)
2018-10-14 Dirk Eddelbuettel <[email protected]>
* vignettes/rcppannoy.Rmd: Minor edits
2018-10-09 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
2018-10-09 Aaron Lun <[email protected]>
* vignettes/rcppannoy.Rmd: Minor fixes
2018-10-07 Dirk Eddelbuettel <[email protected]>
* inst/include/annoylib.h: New upstream version 1.13 plus two PRs by
Aaron and Dirk, respectively.
* inst/include/mman.h: Idem
2018-10-06 Aaron Lun <[email protected]>
* vignettes/rcppannoy.Rmd: New vignette on using Annoy from C++
* DESCRIPTION: Added required Suggests: and VignetteBuilder:
* .travis.yml: Added r-cran-knitr and r-cran-rmarkdown
2018-09-01 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Switch Travis CI to R 3.5 repo
2017-12-16 Dirk Eddelbuettel <[email protected]>
* inst/include/kissrandom.h: New upstream version
* inst/include/annoylib.h: Idem; plus some small changes to avoid
g++ warnings, also sent upstream
* inst/tests/runit.euclidean.R: Relaxed one '<' comparison to '<='
* inst/tests/runit.manhattan.R: Idem
* src/init.c: Added new Hamming distance measure (via template)
* src/annoy.cpp: Idem; plus more use of template type
* inst/tests/runit.hamming.R: Unit tests for 'AnnoyHamming'
* man/RcppAnnoy-package.Rd: Documentation alias for 'AnnoyHamming'
* .Rbuildignore: Ignore top-level *tar.gz file
* .gitignore: Idem
2017-09-25 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.10
* inst/tests/runit.index.R (test03getVectors): New test function
* tests/doRUnit.R: Small edits and improvements
2017-09-23 Dirk Eddelbuettel <[email protected]>
* src/annoy.cpp (getItemsVector): Initialized vector (#24)
2017-08-31 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.9
2017-07-21 Dirk Eddelbuettel <[email protected]>
* inst/tests/runit.angular.R: Additional tests from upstream
* inst/tests/runit.euclidean.R: Idem
* inst/tests/runit.manhattan.R: Idem
2017-07-18 Dirk Eddelbuettel <[email protected]>
* src/annoy.cpp (RCPP_MODULE): New Manhattan distance module
* inst/tests/runit.manhattan.R: New test file
* R/annoy.R: Load module AnnoyManhattan
* src/init.c: Register module boot function
* man/RcppAnnoy-package.Rd: Aliases for AnnoyManhattan
2017-07-17 Dirk Eddelbuettel <[email protected]>
* inst/include/annoylib.h: New upstream version annoy 1.9.1
* inst/include/kissrandom.h: Idem
* src/annoy.cpp (Annoy): Update call to match updated interface
* inst/tests/runit.angular.R: Update three tests as the returned
distance metric is now the square root of the previous value
* .travis.yml (group): Added per Travis blog
2017-07-14 Dirk Eddelbuettel <[email protected]>
* .travis.yml (before_install): Use https for curl fetch
2017-07-02 Dirk Eddelbuettel <[email protected]>
* README.md: Use alternate for img.shields.io GPL-2+ badge
2017-07-01 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/annoylib.h (>): Ensure we write as binary
2017-04-09 Dirk Eddelbuettel <[email protected]>
* src/init.c (R_init_RcppAnnoy): Call R_registerRoutines()
and R_useDynamicSymbols()
* NAMESPACE: Use .registration=TRUE on useDynLib
2016-10-01 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.8
* .travis.yml: Switch to using run.sh for Travis CI
* README.md: More canonical URLs
* src/annoy.cpp: Use unsigned int for vector size
* src/annoy.cpp: Added index admissibility test to addItem()
* inst/tests/runit.index.R (test02badvalues): New test
2016-09-29 Dirk Eddelbuettel <[email protected]>
* inst/NEWS.Rd: Added
2016-09-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* src/annoy.cpp (RCPP_MODULE): New List returning functions from #12
2016-02-02 Michael Phan-Ba <[email protected]>
* src/annoy.cpp: Added explicit destructor
2015-11-17 Daniel C. Dillon <[email protected]>
* src/annoy.cpp: Templating Annoy classes
* inst/include/annoylib.h: Ditto
2015-11-15 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.0.7
* src/annoy.cpp: Changes to adapt to new Annoy interface
2015-11-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Rolled Date and Version
* inst/include/annoylib.h: Upgraded to new version from Annoy 1.6.2
2015-05-26 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Rolled Date and Version
* inst/include/annoylib.h: Upgraded to new version from Annoy 1.3.1
2015-05-03 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.0.6
* inst/include/annoylib.h: Upgraded to new version from Annoy 1.2.2
based on our pull request (and fix) to support supplying an RNG
* src/annoy.cpp: Supply R's own RNG instead of the default of rand
* .travis.yml: No longer need BH, and install Rcpp via PPA
2015-05-02 Dirk Eddelbuettel <[email protected]>
* inst/include/annoylib.h: Upgraded to Annoy 1.1.1 (which no longer
needs Boost)
* inst/include/annoylib.h: Replace rand() with random()
* src/annoy.cpp: Call save() + load() with use const char* arguments
* DESCRIPTION: Roll Version: and Date:, remove BH dependency
* cleanup: Clean a bit more in src/
2015-01-22 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.0.5
2015-01-21 Dirk Eddelbuettel <[email protected]>
* inst/include/annoylib.h: Synced once more with upstream; this
version addresses the UBSAN runtime issue
2015-01-10 Dirk Eddelbuettel <[email protected]>
* inst/include/annoylib.h: Synced with upstream repo
2015-01-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Bumped Version: and Date:
* src/Makevars: One char correction requested by CRAN Maintainers
2014-12-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.0.4
* DESCRIPTION: Added Depends: R (>= 3.1) as need for C++11
prohibits deployment on R-oldrel
2014-11-17 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.0.3
* inst/include/annoylib.h: Updated to new version from Annoy
2014-11-16 Qiang Kou <[email protected]>
* inst/include/annoylib.h: Added Windows support for mmap
* inst/include/mman.h: Windows implementation of mmap
* src/annoy.cpp: Add two #undef needed on Windows
2014-11-16 Dirk Eddelbuettel <[email protected]>
* README.md: Updated to note CRAN package, possible Windows port
2014-11-15 Dirk Eddelbuettel <[email protected]>
* inst/include/annoylib.h: New upstream version
2014-11-14 Dirk Eddelbuettel <[email protected]>
* inst/include/annoylib.h: New upstream version with templated int
* src/annoy.cpp: Updated for new Annoy library
2014-11-13 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.0.2
* inst/include/annoylib.h: New version with verbosity toggle
* src/annoy.cpp: Added setter for verbosity
2014-11-12 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Enable binary index test
2014-11-11 Dirk Eddelbuettel <[email protected]>
* inst/tests/runit.index.R: New test against binary index
* inst/tests/data/test.tree: Binary file used by test
* inst/tests/runit.euclidean.R: Added more tests
2014-11-10 Dirk Eddelbuettel <[email protected]>
* tests/runUnitTests.R: Added RUnit unit test caller
* inst/tests/runit.angular.R: First set of unit tests
* inst/tests/runit.euclidean.R: Idem
* DESCRIPTION: Added Suggests: RUnit
* .travis.yml: Added to enable Travis CI
2014-11-09 Dirk Eddelbuettel <[email protected]>
* inst/include/annoylib.h: Updated to new version from annoy
2014-11-08 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Initial version 0.0.1