- Updated to support julia 0.7
PairwiseFunction
renamed toBaseFunction
and no longer exportedHyperParameters
deprecatedMemoryLayout
types (ColumnMajor
&RowMajor
) deprecated and replaced withVal(:row)
andVal(:col)
- Updated to support julia 0.6
- Major rewrite of entire package
- Added
Parameter
type for hyper parameters - Redefined all kernels as collections of
Parameter
s internally