Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ Chronological list of authors
2018
- Shujie Fan
- Richard J Gowers
- Michael Gecht
- Ioannis Paraskevakos

3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down