Fixed an problem where DDRTree would return different results on repeated runs given the same inputs. The problem was actually in DDRTree in two places: kmeans and irlba. We now call irlba with deterministically initialized eigenvectors and kmeans with deterministically selected rows of the input.
Version 0.1.4
Fixed a build error triggered by recent versions of GCC using the C++14 standard