- added udclust() and udcDist() functionality
- added pkgdown
- added travis support
- added two new vignettes on multivariate time series and the paired time series dataset
- updated citation file and citation in docs
- updated package's global imports to new CRAN policy
- bugfixes for resetting par() after plotting (plot.pdclust and rasterPlot)
- removed dev.new() from rasterPlot
- fixed dataset "star.shapes.raw", which erroneously contained wrong images
- updated citation information in docs
- calls to pdcDist with default arguments do not produce a warning anymore
- changed all function calls to camelcase naming convention, e.g., pdcDist() instead of pdc.dist().
- pdclust objects inherit hclust class
- fixed some problems with par() settings in plot()
- added a tests directory
- added rasterPlot for plotting results of shape clustering
- added raw image data for complex.shape and star.shape data
- changed print() of entropy heuristic object to sumamry() and added a new print() method
- added proper NAMESPACE for S3 methods
- added invisible() returns to prints and plots
- various minor bugfixes
- added mds.plot() for multidimensional scaling including convex hulls of clusters
- added string representation of pdclust dendrogram using str()
- print() shows time-delay
- added capability to plot p values for hypothesis tests on branch splits
- added compatibility of loo1nn() with dissimilarity matrices
- added hellinger distance, squared hellinger distance, and symmetric alpha divergence
- added shape signature tracer
- added example datasets for shape signatures: complex.shapes and star.shapes
- moved dependence of package lattice to suggestions
- drastic speed-up with fast C-implementation of codebook()
- added support for multi-channel time-series
- implemented time-delayed embedding
- drastic speed-up of codeword()-function
- added function loo1nn()
- initial submission to CRAN