treversed order of release notes - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 580ad222ace59e3e3b2b57def30adbc613ed8445
(DIR) parent 79599e614ad1b93d63521232fdb19354eb04b4cb
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 7 Jul 2014 08:28:15 +0200
reversed order of release notes
Diffstat:
M README.rst | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
---
(DIR) diff --git a/README.rst b/README.rst
t@@ -10,26 +10,26 @@ See `LICENSE.txt <LICENSE.txt>`_ for more information.
Important release notes
-----------------------
-2013-03-13: Sphere has been updated to work with CUDA 5.0 or newer *only*.
+2014-07-05: Fluid phase now discretized on a staggered grid which increases
+accuracy and stability.
-2014-01-20: Version fingerprints have been added to the input/output binary
-files, and causes old files to be incompatible with either ``sphere`` or
-``sphere.py``.
+2014-03-25: Fluid phase in ``master`` branch simulated by the full Navier-Stokes
+equations.
-2014-01-25: The description of the installation procedure is moved to the
-general documentation.
+2014-03-09: The ``writebin`` member function of the ``sim`` class is now
+implicitly called when calling the ``run`` member function.
2014-03-09: The main sphere class (formerly ``spherebin``) has been renamed to
``sim``.
-2014-03-09: The ``writebin`` member function of the ``sim`` class is now
-implicitly called when calling the ``run`` member function.
+2014-01-20: Version fingerprints have been added to the input/output binary
+files, and causes old files to be incompatible with either ``sphere`` or
+``sphere.py``.
-2014-03-25: Fluid phase in ``master`` branch simulated by the full Navier-Stokes
-equations.
+2014-01-25: The description of the installation procedure is moved to the
+general documentation.
-2014-07-05: Fluid phase now discretized on a staggered grid which increases
-accuracy and stability.
+2013-03-13: Sphere has been updated to work with CUDA 5.0 or newer *only*.
Documentation
-------------