From abbeb6f9d97a355d61ae153ed37b880a535ba933 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sun, 5 Jul 2015 04:25:11 +0300 Subject: [PATCH] road map --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index dc32fbe..36c8878 100644 --- a/README.rst +++ b/README.rst @@ -26,11 +26,15 @@ Initial road map for JuliaFEM: +---------+-----------------------------+-----------------+ | version | number of degree of freedom | number of cores | +=========+=============================+=================+ -| 1.0 | 100 000 000 | 1 000 | +| 0.0.2 | 1 000 000 | 10 | +---------+-----------------------------+-----------------+ -| 2.0 | 1 000 000 000 | 10 000 | +| 0.1.0 | 10 000 000 | 100 | +---------+-----------------------------+-----------------+ -| 3.0 | 10 000 000 000 | 100 000 | +| 1.0.0 | 100 000 000 | 1 000 | ++---------+-----------------------------+-----------------+ +| 2.0.0 | 1 000 000 000 | 10 000 | ++---------+-----------------------------+-----------------+ +| 3.0.0 | 10 000 000 000 | 100 000 | +---------+-----------------------------+-----------------+ We strongly believe in the test driven development as well as building on top of previous work. Thus all the new code in this project should be 100% tested. Also other people have wisdom in style as well: