Add monthly october 2020

master
Felix Oesterle 6 years ago
parent 93880822c7
commit 5fcad4c444

@ -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!**

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -5,10 +5,6 @@
<link>https://avaframe.org/categories/</link> <link>https://avaframe.org/categories/</link>
<description>Recent content in Categories on AvaFrame</description> <description>Recent content in Categories on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en</language> <language>en</language><atom:link href="https://avaframe.org/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://avaframe.org/categories/index.xml" rel="self" type="application/rss+xml" />
</channel> </channel>
</rss> </rss>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">
@ -99,6 +99,10 @@
<div class="content centered"> <div class="content centered">
<ul> <ul>
<li>
<span>October 29, 2020</span><a href="https://avaframe.org/posts/monthlyoct2020/">This month in AvaFrame - October 2020 edition</a>
</li>
<li> <li>
<span>September 30, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 2020 edition</a> <span>September 30, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 2020 edition</a>
</li> </li>

@ -6,10 +6,18 @@
<description>Recent content on AvaFrame</description> <description>Recent content on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en</language> <language>en</language>
<lastBuildDate>Wed, 30 Sep 2020 12:28:05 +0200</lastBuildDate> <lastBuildDate>Thu, 29 Oct 2020 20:19:18 +0100</lastBuildDate><atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" /> <title>This month in AvaFrame - October 2020 edition</title>
<link>https://avaframe.org/posts/monthlyoct2020/</link>
<pubDate>Thu, 29 Oct 2020 20:19:18 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlyoct2020/</guid>
<description>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.</description>
</item>
<item> <item>
<title>This month in AvaFrame - September 2020 edition</title> <title>This month in AvaFrame - September 2020 edition</title>
@ -101,4 +109,4 @@ If you don&amp;rsquo;t have a matrix account yet, we suggest to use riot.im to c
</item> </item>
</channel> </channel>
</rss> </rss>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">
@ -84,6 +84,10 @@
<h1 class="title">Posts</h1> <h1 class="title">Posts</h1>
<ul> <ul>
<li>
<span>October 29, 2020</span><a href="https://avaframe.org/posts/monthlyoct2020/">This month in AvaFrame - October 2020 edition</a>
</li>
<li> <li>
<span>September 30, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 2020 edition</a> <span>September 30, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 2020 edition</a>
</li> </li>

@ -6,10 +6,18 @@
<description>Recent content in Posts on AvaFrame</description> <description>Recent content in Posts on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en</language> <language>en</language>
<lastBuildDate>Wed, 30 Sep 2020 12:28:05 +0200</lastBuildDate> <lastBuildDate>Thu, 29 Oct 2020 20:19:18 +0100</lastBuildDate><atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" /> <title>This month in AvaFrame - October 2020 edition</title>
<link>https://avaframe.org/posts/monthlyoct2020/</link>
<pubDate>Thu, 29 Oct 2020 20:19:18 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlyoct2020/</guid>
<description>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.</description>
</item>
<item> <item>
<title>This month in AvaFrame - September 2020 edition</title> <title>This month in AvaFrame - September 2020 edition</title>
@ -80,4 +88,4 @@ For details see the pdf, if you have any further questions please use the matrix
</item> </item>
</channel> </channel>
</rss> </rss>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -0,0 +1,161 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="AvaFrame">
<meta name="description" content="https://avaframe.org">
<meta name="keywords" content="project,avalanche">
<meta property="og:site_name" content="AvaFrame">
<meta property="og:title" content="
This month in AvaFrame - October 2020 edition - AvaFrame
">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/posts/monthlyoct2020/">
<meta property="og:image" content="https://avaframe.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyoct2020/">
<meta name="twitter:image" content="https://avaframe.org">
<base href="https://avaframe.org/posts/monthlyoct2020/">
<title>
This month in AvaFrame - October 2020 edition - AvaFrame
</title>
<link rel="canonical" href="https://avaframe.org/posts/monthlyoct2020/">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
<link rel="stylesheet" href="https://avaframe.org/css/normalize.min.css">
<link rel="stylesheet" href="https://avaframe.org/css/style.min.css">
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-16x16.png" sizes="16x16">
<link rel="alternate" href="https://avaframe.org/index.xml" type="application/rss+xml" title="AvaFrame">
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.77.0" />
</head>
<body class="">
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="/">AvaFrame</a>
<input type="checkbox" id="menu-control"/>
<label class="menu-mobile float-right " for="menu-control">
<span class="btn-mobile float-right ">&#9776;</span>
<ul class="navigation-list">
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/about">About</a>
</li>
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
</li>
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
</li>
</ul>
</label>
</section>
</nav>
<div class="content">
<section class="container post">
<article>
<header>
<h1 class="title">This month in AvaFrame - October 2020 edition</h1>
<h2 class="date">October 29, 2020</h2>
</header>
<p>Winter has arrived here, so this is basically the first winter update:</p>
<p>This month focused on getting our code base ready for the upcoming release of
version 0.1.</p>
<ul>
<li>
<p>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.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>We started to include a <em>runOperational</em> 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&hellip;)</p>
</li>
<li>
<p>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.</p>
</li>
<li>
<p>In the new <a href="https://github.com/avaframe/com1DFA_Exe">com1DFA_Exe repository</a> a
first (linux) executable for the com1DFA module (dense flow kernel) and necessary files can be found.</p>
</li>
</ul>
<p><strong>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!</strong></p>
</article>
<br/>
</section>
</div>
<footer class="footer">
</footer>
<div class="fixed-bar">
<section class="container">
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
#public:matrix.avaframe.org</a></p>
</section>
</div>
</main>
<script src="https://avaframe.org/js/app.js"></script>
</body>
</html>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -4,12 +4,17 @@
<url> <url>
<loc>https://avaframe.org/</loc> <loc>https://avaframe.org/</loc>
<lastmod>2020-09-30T12:28:05+02:00</lastmod> <lastmod>2020-10-29T20:19:18+01:00</lastmod>
</url> </url>
<url> <url>
<loc>https://avaframe.org/posts/</loc> <loc>https://avaframe.org/posts/</loc>
<lastmod>2020-09-30T12:28:05+02:00</lastmod> <lastmod>2020-10-29T20:19:18+01:00</lastmod>
</url>
<url>
<loc>https://avaframe.org/posts/monthlyoct2020/</loc>
<lastmod>2020-10-29T20:19:18+01:00</lastmod>
</url> </url>
<url> <url>
@ -60,4 +65,4 @@
<loc>https://avaframe.org/tags/</loc> <loc>https://avaframe.org/tags/</loc>
</url> </url>
</urlset> </urlset>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.74.3" /> <meta name="generator" content="Hugo 0.77.0" />
</head> </head>
<body class=""> <body class="">

@ -5,10 +5,6 @@
<link>https://avaframe.org/tags/</link> <link>https://avaframe.org/tags/</link>
<description>Recent content in Tags on AvaFrame</description> <description>Recent content in Tags on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en</language> <language>en</language><atom:link href="https://avaframe.org/tags/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://avaframe.org/tags/index.xml" rel="self" type="application/rss+xml" />
</channel> </channel>
</rss> </rss>