2017-08-31  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.9

2017-07-21  Dirk Eddelbuettel  <edd@debian.org>

	* 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  <edd@debian.org>

	* 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  <edd@debian.org>

	* 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  <edd@debian.org>

	* .travis.yml (before_install): Use https for curl fetch

2017-07-02  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Use alternate for img.shields.io GPL-2+ badge

2017-07-01  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

	* inst/include/annoylib.h (>): Ensure we write as binary

2017-04-09  Dirk Eddelbuettel  <edd@debian.org>

	* src/init.c (R_init_RcppAnnoy): Call R_registerRoutines()
        and R_useDynamicSymbols()
        * NAMESPACE: Use .registration=TRUE on useDynLib

2016-10-01  Dirk Eddelbuettel  <edd@debian.org>

	* 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  <edd@debian.org>

	* inst/NEWS.Rd: Added

2016-09-28  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

	* src/annoy.cpp (RCPP_MODULE): New List returning functions from #12

2016-02-02  Michael Phan-Ba  <michael@mikepb.com>

	* src/annoy.cpp: Added explicit destructor

2015-11-17  Daniel C. Dillon  <dcdillon@gmail.com>

	* src/annoy.cpp: Templating Annoy classes
	* inst/include/annoylib.h: Ditto

2015-11-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.7

	* src/annoy.cpp: Changes to adapt to new Annoy interface

2015-11-14  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Rolled Date and Version

	* inst/include/annoylib.h: Upgraded to new version from Annoy 1.6.2

2015-05-26  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Rolled Date and Version

	* inst/include/annoylib.h: Upgraded to new version from Annoy 1.3.1

2015-05-03  Dirk Eddelbuettel  <edd@debian.org>

	* 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  <edd@debian.org>

	* 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  <edd@debian.org>

	* DESCRIPTION: Version 0.0.5

2015-01-21  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/annoylib.h: Synced once more with upstream; this
	version addresses the UBSAN runtime issue

2015-01-10  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/annoylib.h: Synced with upstream repo

2015-01-06  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Bumped Version: and Date:

	* src/Makevars: One char correction requested by CRAN Maintainers

2014-12-07  Dirk Eddelbuettel  <edd@debian.org>

	* 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  <edd@debian.org>

	* DESCRIPTION: Version 0.0.3

	* inst/include/annoylib.h: Updated to new version from Annoy

2014-11-16  Qiang Kou <qkou@umail.iu.edu>

	* 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  <edd@debian.org>

	* README.md: Updated to note CRAN package, possible Windows port

2014-11-15  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/annoylib.h: New upstream version

2014-11-14  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/annoylib.h: New upstream version with templated int
	* src/annoy.cpp: Updated for new Annoy library

2014-11-13  Dirk Eddelbuettel  <edd@debian.org>

	* 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  <edd@debian.org>

	* .travis.yml: Enable binary index test

2014-11-11  Dirk Eddelbuettel  <edd@debian.org>

	* 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  <edd@debian.org>

	* 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  <edd@debian.org>

	* inst/include/annoylib.h: Updated to new version from annoy

2014-11-08  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Initial version 0.0.1

