- Julia requirement moved up to version 0.5
- Major speed improvements for fitting of GP object, and for covariance and gradient calculations
- New
Masked
kernel - Various bug fixes
- Introduced
KernelData
type to recycle calculations - Removed Winston plotting functions and implemented PyPlot as an alternative
- Created methods for
mean
andcov
functions of theMean
andKernel
objects - Fixed
optimize!
function to be consistent with most recent version of Optim.jl - Improvements to the
Periodic
kernel fit!
function no longer exported due to clash with a few packages
- Added fit! function to fit a new set observations to existing GP object
- Julia requirement moved up to v0.4
- Support added for ScikitLearn
- rand and rand! functions added to sample prior and posterior paths of Gaussian process
- Major speed improvements for gradient calculations of stationary ARD kernels
- Minor fixes for some kernels
- Fixed plotting deprecation errors with Julia 0.4
- Major speed improvements to kernel calculations, in particular to stationary and composite kernels
- Fixed depraction warnings for Julia v0.4
- All stationary kernels have the super type Stationary
- Distance matrix calculations outsourced to Distances
- Improvements in speed for predict and fitting functions
- Positive definite matrix calculations outsourced to PDMats