Skip to content

Commit

Permalink
PyWENO release 0.5.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
memmett committed Nov 27, 2010
1 parent fb12439 commit 0b25d97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <whatsnew>`).
* November 19 2010: PyWENO now has preliminary support for OpenCL (GPUs).
* October 17 2010: `PyWENO 0.5.7`_ released (see :doc:`what's new <whatsnew>`).
* February 22 2010: `PyWENO 0.5.0`_ released (see :doc:`what's new <whatsnew>`).
Expand Down Expand Up @@ -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
6 changes: 6 additions & 0 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.5.7'
version = '0.5.9'

0 comments on commit 0b25d97

Please sign in to comment.