diff --git a/CHANGELOG.md b/CHANGELOG.md index 75eb3dfce..c88e0f857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## EPIC version 0.12.2 +* [use parcel vorticity to compute the vorticity tendency](https://github.com/matt-frey/epic/pull/327) +* [extrapolate velocity](https://github.com/matt-frey/epic/pull/333) +* [extrapolate strain components in u and v to halo grid points](https://github.com/matt-frey/epic/pull/336) +* [dynamic maximum number of parcels](https://github.com/matt-frey/epic/pull/334) +* [update conda environment](https://github.com/matt-frey/epic/pull/339) +* [read and write physical constants and parameters](https://github.com/matt-frey/epic/pull/337) +* [fix NetCDF unit test and do not run in verbose mode per default](https://github.com/matt-frey/epic/pull/340) +* [add current manual version](https://github.com/matt-frey/epic/pull/341) +* [fix calculation of symmetrized strain matrix](https://github.com/matt-frey/epic/pull/342) +* [fix compilation in debug mode](https://github.com/matt-frey/epic/pull/343) +* [fix NetCDF has_dataset](https://github.com/matt-frey/epic/pull/348) +* [fix Jacobi solver](https://github.com/matt-frey/epic/pull/349) +* [apply #349 to main](https://github.com/matt-frey/epic/pull/350) +* [update conda packages](https://github.com/matt-frey/epic/pull/353) +* [add with correct sign](https://github.com/matt-frey/epic/pull/351) +* [fix time step estimate](https://github.com/matt-frey/epic/pull/354) +* [add more debug checks for ellipsoids](https://github.com/matt-frey/epic/pull/355) +* [writing integer datasets](https://github.com/matt-frey/epic/pull/356) +* [Beltrami stable version](https://github.com/matt-frey/epic/pull/357) ## EPIC version 0.12.1 * [enable Python by](https://github.com/matt-frey/epic/pull/328) * [Beltrami flow by](https://github.com/matt-frey/epic/pull/330) diff --git a/configure.ac b/configure.ac index cc6b88337..8d3add618 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([epic], [0.12.1], [mf248@st-andrews.ac.uk], [], [https://github.com/matt-frey/epic]) +AC_INIT([epic], [0.12.2], [mf248@st-andrews.ac.uk], [], [https://github.com/matt-frey/epic]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_PROG_FC([gfortran]) AC_LANG(Fortran) diff --git a/docs/html/intro.html b/docs/html/intro.html index 6029031a4..0c9dca329 100644 --- a/docs/html/intro.html +++ b/docs/html/intro.html @@ -445,7 +445,7 @@