https://github.com/cran/dtw
Raw File
Tip revision: fb9d711f03cd085124e022a5179b96dd48b48a1b authored by Toni Giorgino on 27 April 2013, 00:00:00 UTC
version 1.16
Tip revision: fb9d711
ChangeLog
1.16
	Version bump

1.15-4
	Changed to .Call interface

1.15-3
	Fixed an off-by-one error when open.begin=T, regtest

1.15-2
	Added property for stepsTaken (backtrack results)

1.15-1
	Fixed warnings in current R checks

1.14-2
	Fixed pkg link error

1.14-1
	Added vignette and references to JSS paper

1.13-1
	Ported to NAMESPACE

1.12-6
	Fixed warnings

1.9-2
	Fixed bug in partial w/ norm=M

1.9-1
	Fixed plot documentation

1.8-3
	Improved plot parameters, add match.index

1.8-2
	Added transpose step pattern

1.8-1
	Added MVM step pattern

1.7-2
	Added inputs in dtw object if keep=T. Plots honor them.

1.7-1
	Implemented all Rabiner-Huang step patterns,
	autogenerated. Step plot now has labels.

1.6-1
	Fix plotting of three-way: reverse axis, partial
	Implement & document partial option
	Handle ts, mts objects

1.5-3
	Fix malloc.h for OSX build
back to top