From 0b25d9729a673712e4e1fa4b1ecec0859a63e9d4 Mon Sep 17 00:00:00 2001 From: Matthew Emmett Date: Sat, 27 Nov 2010 15:58:22 -0500 Subject: [PATCH] PyWENO release 0.5.9. --- docs/index.rst | 2 ++ docs/whatsnew.rst | 6 ++++++ version.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 0977d2d..409c493 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,7 @@ Essentially Non-oscillatory (WENO) approximations over unstructured **News** +* November 27 2010: `PyWENO 0.5.9`_ released (see :doc:`what's new `). * November 19 2010: PyWENO now has preliminary support for OpenCL (GPUs). * October 17 2010: `PyWENO 0.5.7`_ released (see :doc:`what's new `). * February 22 2010: `PyWENO 0.5.0`_ released (see :doc:`what's new `). @@ -118,3 +119,4 @@ please see the `PyWENO project page`_. .. _`PyWENO 0.4.0`: http://github.com/memmett/PyWENO/downloads .. _`PyWENO 0.5.0`: http://github.com/memmett/PyWENO/downloads .. _`PyWENO 0.5.7`: http://github.com/memmett/PyWENO/downloads +.. _`PyWENO 0.5.9`: http://github.com/memmett/PyWENO/downloads diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index d2a2210..860089e 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -1,6 +1,12 @@ What's new in PyWENO ==================== +**New in v0.5.9:** + +* OpenCL support for 5th order WENO reconstructions. + +* New symbolic toolkit. + **New in v0.5.7:** * periodic domain reconstruction diff --git a/version.py b/version.py index 1382395..f7e056e 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -version = '0.5.7' +version = '0.5.9'