Skip to content

Commit

Permalink
update to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-frey committed Apr 8, 2022
1 parent ce88f53 commit 1105282
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([epic], [0.12.1], [[email protected]], [], [https://github.com/matt-frey/epic])
AC_INIT([epic], [0.12.2], [[email protected]], [], [https://github.com/matt-frey/epic])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_PROG_FC([gfortran])
AC_LANG(Fortran)
Expand Down
6 changes: 3 additions & 3 deletions docs/html/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ <h1>EPIC - Elliptical Parcel-In-Cell</h1>
<span id="author2" class="author">David G. Dritschel (Univ. of St Andrews)</span><br>
<span id="author3" class="author">Steven J. Böing (Univ. of Leeds)</span><br>
<span id="author4" class="author">Evgenij Belikov (Univ. of Edinburgh)</span><br>
<span id="revnumber">version 0.12.1</span>
<span id="revnumber">version 0.12.2</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -822,8 +822,8 @@ <h2 id="_citation">6. Citation</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 0.12.1<br>
Last updated 2022-03-25 14:36:38 UTC
Version 0.12.2<br>
Last updated 2022-04-08 18:02:52 +0100
</div>
</div>
</body>
Expand Down

0 comments on commit 1105282

Please sign in to comment.