From 38d725c03c33beb439be3b55e3d8f5f4ac00fe47 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Thu, 1 Nov 2018 13:58:40 -0700 Subject: [PATCH 1/2] added @mimischi to AUTHORS and CHANGELOG for fix of issue #58 --- AUTHORS | 1 + CHANGELOG | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 8c75971a..a31b4d6a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,5 +22,6 @@ Chronological list of authors 2018 - Shujie Fan - Richard J Gowers + - Michael Gecht - Ioannis Paraskevakos diff --git a/CHANGELOG b/CHANGELOG index f473d050..b19d6076 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,7 +13,7 @@ The rules for this file: * release numbers follow "Semantic Versioning" http://semver.org ------------------------------------------------------------------------------ -11/xx/18 VOD555, richardjgowers, iparask, orbeckst, kain88-de +11/xx/18 VOD555, richardjgowers, mimischi, iparask, orbeckst, kain88-de * 0.2.0 @@ -24,6 +24,7 @@ Enhancements * add parallel implementation of Leaflet Finder (Issue #47) Fixes + * stacking results failed with odd number of frames (Issue #58) * always distribute frames over blocks so that no empty blocks are created ("balanced blocks", Issue #71) From d930726e5e42318f5f14771c6921df734b45603d Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Thu, 1 Nov 2018 14:01:33 -0700 Subject: [PATCH 2/2] updated authors in sphinx docs - added @mimischi - sorted in chronological order (as in AUTHORS) --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a918e6b7..beac3657 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,8 @@ # General information about the project. project = u'PMDA' -author = u'Max Linke, Shujie Fan, Richard J. Gowers, Oliver Beckstein, Ioannis Paraskevakos' +# Author order: chronological as in AUTHORS +author = u'Max Linke, Oliver Beckstein, Shujie Fan, Richard J. Gowers, Ioannis Paraskevakos, Michael Gecht' copyright = u'2018, ' + author