Skip to content

Commit

Permalink
PyWENO release v0.5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
memmett committed Oct 17, 2010
1 parent 4cf43e8 commit e004d2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 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**

* 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>`).
* January 29 2010: `PyWENO 0.4.0`_ released (see :doc:`what's new <whatsnew>`).
* January 29 2010: PyWENO now uses `semantic versioning`_.
Expand Down Expand Up @@ -104,5 +105,6 @@ please see the `PyWENO project page`_.
.. _`semantic versioning`: http://semver.org/
.. _`PyBLAW`: http://memmett.github.com/PyBLAW
.. _`Python Balance LAW`: http://memmett.github.com/PyBLAW
.. _`PyWENO 0.4.0`: http://cloud.github.com/downloads/memmett/PyWENO/PyWENO-0.4.0.tar.gz
.. _`PyWENO 0.5.0`: http://cloud.github.com/downloads/memmett/PyWENO/PyWENO-0.5.0.tar.gz
.. _`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
4 changes: 4 additions & 0 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
What's new in PyWENO
====================

**New in v0.5.7:**

* periodic domain reconstruction

**New in v0.5.0:**

* partial domain support for smoothness and reconstruction routines
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.1.dev'
version = '0.5.7'

0 comments on commit e004d2b

Please sign in to comment.