Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 3.0.0 #1282

Merged
merged 2 commits into from
Oct 29, 2024
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
31 changes: 26 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: t8code
version: 2.0.0
date-released: "2024-04-19"
version: 3.0.0
date-released: "2024-10-29"
repository-code: "https://github.com/dlr-amr/t8code"
url: "https://dlr-amr.github.io/t8code/"
doi: "10.5281/zenodo.7034838"
Expand Down Expand Up @@ -34,7 +34,7 @@ authors:
orcid: "https://orcid.org/0000-0001-7484-3674"
- given-names: Jakob
family-names: Fußbroich
email: jakob.fussbroich@dlr.de
email: jakob.fussbroich@gmx.com
affiliation: "German Aerospace Center (DLR)"
orcid: "https://orcid.org/0000-0003-0784-2182"
- given-names: Carsten
Expand All @@ -44,8 +44,8 @@ authors:
orcid: "https://orcid.org/0000-0001-9843-1041"
- given-names: Chiara
family-names: Hergl
email: Chiara.Hergl@dlr.de
affiliation: "German Aerospace Center (DLR)"
email: hergl-chiara@web.de
affiliation: "University of Hannover"
orcid: "https://orcid.org/0000-0002-4016-9113"
- given-names: Johannes
family-names: Markert
Expand All @@ -66,6 +66,10 @@ authors:
email: "Prasanna.Ponnusamy@dlr.de"
affiliation: "German Aerospace Center (DLR)"
orcid: "https://orcid.org/0000-0002-4950-7297"
- given-names: Ole
family-names: Albers
email: "Ole.Albers@dlr.de"
affiliation: "German Aerospace Center (DLR)"
#Contributors
- given-names: Veli
family-names: Uenlue
Expand Down Expand Up @@ -113,6 +117,23 @@ authors:
family-names: Schoenlein
email: kathrin.schoenlein@dlr.de
affiliation: "German Aerospace Center (DLR)"
- given-names: Tabea
family-names: Leistikow
email: tabea.leistikow@t-online.de
affiliation: "German Aerospace Center (DLR)"
- given-names: Mael
family-names: Karembe
email: mael.karembe@eleves.enpc.fr
affiliation: "German Aerospace Center (DLR)"
- given-names: Jonas
family-names: Thies
email: J.Thies@tudelft.nl
affiliation: "Delft University of Technology"
- given-names: Janot Phillip
family-names: George
email: Janot.George@dlr.de
affiliation: "German Aerospace Center (DLR)"




Expand Down
2 changes: 1 addition & 1 deletion test/t8_gtest_version.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
TEST (t8_gtest_version, major_version)
{
/* Change this number when you increase the major version. */
const int major_version = 2;
const int major_version = 3;

EXPECT_EQ (t8_get_version_major (), major_version);
}
Expand Down