* Fix pip installion bug * Add a few new methods to `GP`: * `dm_dtheta` -- compute the derivative of the mean of the gaussian process with respect to its parameters * `plot` -- use pyplot to plot the predictive mean and variance of the gaussian process * Switch to semantic versioning
0.01.2
* Add Sphinx support * Write better documentation
0.01.1
* More robust tests
0.01
* Basic GP functionality * Gaussian kernel * Periodic kernel