1. Improved advection-diffusion kernels, as detailed in [this tutorial](https://nbviewer.jupyter.org/github/OceanParcels/parcels/blob/master/parcels/examples/tutorial_diffusion.ipynb) by daanreijnders (#823)
2. Support for time-evolving sigma-grids (660)
3. New interpolation scheme for tracers near coastlines, as detailed in [this tutorial](https://nbviewer.jupyter.org/github/OceanParcels/parcels/blob/master/parcels/examples/tutorial_interpolation.ipynb), thanks to pierrick-giffard. (#815)
4. Addition of Kernels to calculate the TEOS-10 equation of state, thanks to pdnooteboom (816)
5. Partial implementation of AnalyticalAdvection Kernel following [Döös et al 2017](https://www.geosci-model-dev.net/10/1733/2017/), see also [this tutorial](https://nbviewer.jupyter.org/github/OceanParcels/parcels/blob/master/parcels/examples/tutorial_analyticaladvection.ipynb)
6. Support for dimensions of length-1. This greatly simplifies creating FieldSets that are constant in longitude and/or latitude (817)
Plus a large number of minor bug fixes