Skip to content

Commit

Permalink
Merge pull request #762 from su2code/release_v7.0.0
Browse files Browse the repository at this point in the history
Release v7.0.0 "Blackbird"
  • Loading branch information
talbring authored Nov 29, 2019
2 parents a024185 + 110ab32 commit d33823f
Show file tree
Hide file tree
Showing 604 changed files with 8,746 additions and 11,764 deletions.
25 changes: 25 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: ':rocket: Features'
labels:
- 'feature'
- 'enhancement'
- title: ':pill: Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: ':wrench: Maintenance'
labels:
- 'chore'
- 'maintenance'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
branches:
- develop
- feature_release_drafter
exclude-labels:
- 'no_changelog'
template: |
## Changes
$CHANGES
18 changes: 18 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
**If this is still a relevant issue please comment on it to restart the discussion.**
Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
- name: Run Tests in Container
uses: docker://su2code/test-su2:20191031
with:
args: -b ${{github.ref}} -t release_v7.0.0 -c develop -s ${{matrix.testscript}}
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}

123 changes: 123 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
# SU2 Authors #

SU2 is developed by a community of voluntary contributors who contribute code, bug reports, documentation, support, etc.

## Original Authors ##

```
Francisco D. Palacios (formerly Stanford University)
Thomas D. Economon (formerly Stanford University)
Juan J. Alonso (Stanford University)
```

## Current Maintainer ##

The SU2 project is maintained by members of the SU2 Foundation (https://su2foundation.org)

```
Thomas D. Economon - Executive Director - tom@su2foundation.org
Ruben Sanchez - User Director - ruben@su2foundation.org
Tim Albring - Developer Director - tim@su2foundation.org
Juan J. Alonso - Academic Director - juan@su2foundation.org
Eran Arad - Industry Director - eran@su2foundation.org
```

in collaboration with the following main contributors and research teams:

- Prof. Juan J. Alonso's group at Stanford University.
- Prof. Piero Colonna's group at Delft University of Technology.
- Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
- Prof. Alberto Guardone's group at Polytechnic University of Milan.
- Prof. Rafael Palacios' group at Imperial College London.
- Prof. Vincent Terrapon's group at the University of Liege.
- Prof. Edwin van der Weide's group at the University of Twente.
- Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
- Bosch LLC Research and Technology Center North America


## Individual Contributors ##

(extracted using `git shortlog -s --no-merges`, alphabetical order).
Copyright holders might be the individual person or their respective employer. If no real name is available, the Github user name is listed.

```
Akshay.K.R
Alejandro
Amit Sachdeva
Ana Lourenco
Andrew Burkett
Andrew Wendorff
Aniket C. Aranake
Antonio Rubino
Arne Bachmann
Beckett Y. Zhou
Benjamin S. Kirk
Brandon Tracey
Carsten Othmer
Clark Pederson
Daumantas Kavolis
Dave Taflin
Eduardo Molina
Ethan Alan Hereth
Francisco D. Palacios
Gaurav Bansal
Giulio Gori
Guillaume Bâty
Harichand M V
IndianaStokes
J. Sinsay
JSmith36
Jairo Paes Cavalcante Filho
Jason Howison
Jayant Mukhopadhaya
Jeffrey van Oostrom
Jessie Lauzon
João Loureiro
Kedar Naik
LaSerpe
Matteo Pini
Max Sagebaum
Mickael Philit
Ole Burghardt
Patrick Mischke
Paul Urbanczyk
Paul Zhang
Pedro Gomes
Pete Bachant
RaulFeijo55
Ruben Sanchez
Ryan Barrett
Salvatore Vitale
Samet Cakmakcioglu
Scott Imlay
Steven Endres
Teus van der Stelt
Thomas D. Economon
Tim Albring
TobiKattmann
Trent Lukaczyk
VivaanKhatri
Wally Maier
anilvar
bmunguia
chamsolli
costat
cvencro
daniel-linton
demanosalvas
dmudiger
erangit
hlkline
juliendm
jvanoostrom
mcolonno
minkwankim
padronas
sametcaka
sravya91
srcopela
tobadavid
vdweide
vfrancesmolla
```

4 changes: 2 additions & 2 deletions Common/doc/docmain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file docmain.hpp
* \brief This file contains documentation for Doxygen and does not have any significance with respect to C++.
* \author F. Palacios
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
Expand Down Expand Up @@ -33,7 +33,7 @@
*/

/*!
* \mainpage SU2 version 6.2.0 "Falcon"
* \mainpage SU2 version 7.0.0 "Blackbird"
* SU2 suite is an open-source collection of C++ based software tools
* to perform PDE analysis and PDE constrained optimization problems. The toolset is designed with
* computational fluid dynamics and aerodynamic shape optimization in mind, but is extensible to
Expand Down
Binary file removed Common/doc/logoSU2_v3.3_small.jpeg
Binary file not shown.
Binary file added Common/doc/logoSU2small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 5 additions & 15 deletions Common/include/CBoxMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
* \brief Header file for the class CBoxMeshReaderFVM.
* The implementations are in the <i>CBoxMeshReaderFVM.cpp</i> file.
* \author T. Economon
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
20 changes: 5 additions & 15 deletions Common/include/CCGNSMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
* \brief Header file for the class CCGNSMeshReaderFVM.
* The implementations are in the <i>CCGNSMeshReaderFVM.cpp</i> file.
* \author T. Economon
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
20 changes: 5 additions & 15 deletions Common/include/CMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,14 @@
* \brief Header file for the class CMeshReaderFVM.
* The implementations are in the <i>CMeshReaderFVM.cpp</i> file.
* \author T. Economon
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
20 changes: 5 additions & 15 deletions Common/include/CMultiGridQueue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
* \brief Header of the multigrid queue class for the FVM solver.
* The subroutines and functions are in the <i>CMultiGridQueue.cpp</i> file.
* \author F. Palacios
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
20 changes: 5 additions & 15 deletions Common/include/CRectangularMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
* \brief Header file for the class CRectangularMeshReaderFVM.
* The implementations are in the <i>CRectangularMeshReaderFVM.cpp</i> file.
* \author T. Economon
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
20 changes: 5 additions & 15 deletions Common/include/CSU2ASCIIMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
* \brief Header file for the class CSU2ASCIIMeshReaderFVM.
* The implementations are in the <i>CSU2ASCIIMeshReaderFVM.cpp</i> file.
* \author T. Economon
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
Loading

0 comments on commit d33823f

Please sign in to comment.