diff --git a/content/posts/MonthlyOktober2020.md b/content/posts/MonthlyOktober2020.md new file mode 100644 index 0000000..614c392 --- /dev/null +++ b/content/posts/MonthlyOktober2020.md @@ -0,0 +1,40 @@ +--- +title: "This month in AvaFrame - October 2020 edition" +date: 2020-10-29T20:19:18+01:00 +draft: false +slug: "monthlyoct2020" +--- + + +Winter has arrived here, so this is basically the first winter update: + +This month focused on getting our code base ready for the upcoming release of +version 0.1. + ++ The documentation got a lot of attention with updates and improvements + basically everywhere. Most notably we started to include installation and + quick start sections for you to follow. + ++ Testing took a big step forward. We expanded out standard tests, generated more + benchmarks and created scripts to run these tests on demand as well as within + our continuous integration. + ++ Related to the testing as well as the operational script (see below), plotting + routines got improved and report generation was heavily developed. This means the results + and some crucial information of the execution are now presented in an easy + readable manner. + ++ We started to include a *runOperational* script which will contain the core + of AvaFrame and will be used to execute the most stable, well tested modules + in operational settings (who would have guessed with this name...) + ++ A minor bug in com2AB (Alpha Beta) was found and fixed. Furthermore we improved the quality + of other parts of the code with added checks and more automatic tests with + pytest. + ++ In the new [com1DFA_Exe repository](https://github.com/avaframe/com1DFA_Exe) a + first (linux) executable for the com1DFA module (dense flow kernel) and necessary files can be found. + +**All this will lead to the release of version 0.1 within the next few days, so please +watch this space. Exciting times are ahead!** + diff --git a/public/404.html b/public/404.html index 480a8a9..023dfe8 100644 --- a/public/404.html +++ b/public/404.html @@ -40,7 +40,7 @@ - + diff --git a/public/about/index.html b/public/about/index.html index 7ed1057..343cb36 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/categories/index.html b/public/categories/index.html index 72f8189..066fe8d 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/categories/index.xml b/public/categories/index.xml index f38e2d9..8621155 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -5,10 +5,6 @@ https://avaframe.org/categories/ Recent content in Categories on AvaFrame Hugo -- gohugo.io - en - - - - + en - \ No newline at end of file + diff --git a/public/contact/index.html b/public/contact/index.html index 905047f..2168609 100644 --- a/public/contact/index.html +++ b/public/contact/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/index.html b/public/index.html index 3dabe82..4e32b42 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,7 @@ - + @@ -99,6 +99,10 @@
    +
  • + October 29, 2020This month in AvaFrame - October 2020 edition +
  • +
  • September 30, 2020This month in AvaFrame - September 2020 edition
  • diff --git a/public/index.xml b/public/index.xml index a0c2891..acf7cf4 100644 --- a/public/index.xml +++ b/public/index.xml @@ -6,10 +6,18 @@ Recent content on AvaFrame Hugo -- gohugo.io en - Wed, 30 Sep 2020 12:28:05 +0200 - - - + Thu, 29 Oct 2020 20:19:18 +0100 + + This month in AvaFrame - October 2020 edition + https://avaframe.org/posts/monthlyoct2020/ + Thu, 29 Oct 2020 20:19:18 +0100 + + https://avaframe.org/posts/monthlyoct2020/ + Winter has arrived here, so this is basically the first winter update: +This month focused on getting our code base ready for the upcoming release of version 0.1. + The documentation got a lot of attention with updates and improvements basically everywhere. Most notably we started to include installation and quick start sections for you to follow. + Testing took a big step forward. We expanded out standard tests, generated more benchmarks and created scripts to run these tests on demand as well as within our continuous integration. + This month in AvaFrame - September 2020 edition @@ -101,4 +109,4 @@ If you don’t have a matrix account yet, we suggest to use riot.im to c - \ No newline at end of file + diff --git a/public/posts/index.html b/public/posts/index.html index 0dd18e8..842d876 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -44,7 +44,7 @@ - + @@ -84,6 +84,10 @@

    Posts

      +
    • + October 29, 2020This month in AvaFrame - October 2020 edition +
    • +
    • September 30, 2020This month in AvaFrame - September 2020 edition
    • diff --git a/public/posts/index.xml b/public/posts/index.xml index eaccce4..06f80e6 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -6,10 +6,18 @@ Recent content in Posts on AvaFrame Hugo -- gohugo.io en - Wed, 30 Sep 2020 12:28:05 +0200 - - - + Thu, 29 Oct 2020 20:19:18 +0100 + + This month in AvaFrame - October 2020 edition + https://avaframe.org/posts/monthlyoct2020/ + Thu, 29 Oct 2020 20:19:18 +0100 + + https://avaframe.org/posts/monthlyoct2020/ + Winter has arrived here, so this is basically the first winter update: +This month focused on getting our code base ready for the upcoming release of version 0.1. + The documentation got a lot of attention with updates and improvements basically everywhere. Most notably we started to include installation and quick start sections for you to follow. + Testing took a big step forward. We expanded out standard tests, generated more benchmarks and created scripts to run these tests on demand as well as within our continuous integration. + This month in AvaFrame - September 2020 edition @@ -80,4 +88,4 @@ For details see the pdf, if you have any further questions please use the matrix - \ No newline at end of file + diff --git a/public/posts/monthlyaug2020/index.html b/public/posts/monthlyaug2020/index.html index 3b5517e..092da55 100644 --- a/public/posts/monthlyaug2020/index.html +++ b/public/posts/monthlyaug2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyjul2020/index.html b/public/posts/monthlyjul2020/index.html index 849fd45..9a6357b 100644 --- a/public/posts/monthlyjul2020/index.html +++ b/public/posts/monthlyjul2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyoct2020/index.html b/public/posts/monthlyoct2020/index.html new file mode 100644 index 0000000..1560177 --- /dev/null +++ b/public/posts/monthlyoct2020/index.html @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + This month in AvaFrame - October 2020 edition - AvaFrame + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + +
      + +
      +
      +
      +

      This month in AvaFrame - October 2020 edition

      +

      October 29, 2020

      + + +
      + +

      Winter has arrived here, so this is basically the first winter update:

      +

      This month focused on getting our code base ready for the upcoming release of +version 0.1.

      +
        +
      • +

        The documentation got a lot of attention with updates and improvements +basically everywhere. Most notably we started to include installation and +quick start sections for you to follow.

        +
      • +
      • +

        Testing took a big step forward. We expanded out standard tests, generated more +benchmarks and created scripts to run these tests on demand as well as within +our continuous integration.

        +
      • +
      • +

        Related to the testing as well as the operational script (see below), plotting +routines got improved and report generation was heavily developed. This means the results +and some crucial information of the execution are now presented in an easy +readable manner.

        +
      • +
      • +

        We started to include a runOperational script which will contain the core +of AvaFrame and will be used to execute the most stable, well tested modules +in operational settings (who would have guessed with this name…)

        +
      • +
      • +

        A minor bug in com2AB (Alpha Beta) was found and fixed. Furthermore we improved the quality +of other parts of the code with added checks and more automatic tests with +pytest.

        +
      • +
      • +

        In the new com1DFA_Exe repository a +first (linux) executable for the com1DFA module (dense flow kernel) and necessary files can be found.

        +
      • +
      +

      All this will lead to the release of version 0.1 within the next few days, so please +watch this space. Exciting times are ahead!

      + +
      + +
      + + + +
      + +
      + +
      + +
      +
      +
      + +

      Want to contact us? Visit our matrix room at: + #public:matrix.avaframe.org

      + +
      +
      + + +
      + + + + + + + diff --git a/public/posts/monthlysep2020/index.html b/public/posts/monthlysep2020/index.html index 8babc16..60b997c 100644 --- a/public/posts/monthlysep2020/index.html +++ b/public/posts/monthlysep2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/openpositionnumerics/index.html b/public/posts/openpositionnumerics/index.html index 385fda3..a16f869 100644 --- a/public/posts/openpositionnumerics/index.html +++ b/public/posts/openpositionnumerics/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/positionnumericsclosed/index.html b/public/posts/positionnumericsclosed/index.html index 1605063..5b09411 100644 --- a/public/posts/positionnumericsclosed/index.html +++ b/public/posts/positionnumericsclosed/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/projectstart/index.html b/public/posts/projectstart/index.html index be1871a..b955ff0 100644 --- a/public/posts/projectstart/index.html +++ b/public/posts/projectstart/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/sitemap.xml b/public/sitemap.xml index fa04c54..10efb54 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -4,12 +4,17 @@ https://avaframe.org/ - 2020-09-30T12:28:05+02:00 + 2020-10-29T20:19:18+01:00 https://avaframe.org/posts/ - 2020-09-30T12:28:05+02:00 + 2020-10-29T20:19:18+01:00 + + + + https://avaframe.org/posts/monthlyoct2020/ + 2020-10-29T20:19:18+01:00 @@ -60,4 +65,4 @@ https://avaframe.org/tags/ - \ No newline at end of file + diff --git a/public/tags/index.html b/public/tags/index.html index adf651e..2093a1f 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/tags/index.xml b/public/tags/index.xml index 8050170..6e622ed 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -5,10 +5,6 @@ https://avaframe.org/tags/ Recent content in Tags on AvaFrame Hugo -- gohugo.io - en - - - - + en - \ No newline at end of file +