Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fairbrot committed Sep 28, 2018
2 parents 85e1595 + 1bd13bb commit 30dc81f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# News

## Version 0.7.0 (2018-09-26)
## Version 0.7.0 (2018-09-28)
* Updated Julia requirement to v0.7
* Performance improvements to Kernels
* Added dependencies on `StatsFuns` and `SpecialFunctions`
* Removed dependency on `Compat`
* Renamed `FixedKern` to `FixedKernel`
* Added type parameters to `GPE`, `GPMC`, `ProdKernel`, and `SumKernel`, `ProdMean` and `SumMean`
* Renamed fields of `GPE` and `GPE` (`x` instead of `X`, `mean` instead of `m`, `kernel` instead of `k`, and `nobs` instead of `nobsv`)
* Renamed fields of `FixedKernel` and `Masked` (kernel instead of kern)
* Renamed fields of `ProdKernel` and `SumKernel` (kernels instead of kerns)
* Renamed keyword arguments of the `GPE` constructor to kernel and mean
* Renamed function `subkernels` and `submeans` to `components`


## Version 0.6.0 (2018-03-02)
* Updated optimization code to be compatible with new Optim.jl API
Expand Down

0 comments on commit 30dc81f

Please sign in to comment.