Skip to content

Commit 5a79609

Browse files
authored
Backport from release branch. (#3958)
1 parent 228cb26 commit 5a79609

File tree

8 files changed

+65
-69
lines changed

8 files changed

+65
-69
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ body:
2525
description: Add (optionally) a minimal script that reproduces the bug
2626
render: Python
2727
placeholder: |
28-
import dolfinx
29-
from mpi4py import MPI
30-
domain = dolfinx.mesh.UnitSquareMesh(MPI.COMM_WORLD, 10, 10)
28+
import dolfinx
29+
from mpi4py import MPI
30+
domain = dolfinx.mesh.UnitSquareMesh(MPI.COMM_WORLD, 10, 10)
3131
validations:
3232
required: false
3333

@@ -38,10 +38,10 @@ body:
3838
description: If you get an error message or any output, please add it here
3939
render: bash
4040
placeholder: |
41-
Traceback (most recent call last):
42-
File "/root/shared/dolfinx/python/test/mwe.py", line 3, in <module>
43-
domain = dolfinx.mesh.UnitSquareMesh(MPI.COMM_WORLD, 10, 10)
44-
AttributeError: module 'dolfinx.mesh' has no attribute 'UnitSquareMesh'
41+
Traceback (most recent call last):
42+
File "/root/shared/dolfinx/python/test/mwe.py", line 3, in <module>
43+
domain = dolfinx.mesh.UnitSquareMesh(MPI.COMM_WORLD, 10, 10)
44+
AttributeError: module 'dolfinx.mesh' has no attribute 'UnitSquareMesh'
4545
validations:
4646
required: false
4747

@@ -52,6 +52,7 @@ body:
5252
description: What version of DOLFINx are you running?
5353
options:
5454
- main branch
55+
- 0.10.0
5556
- 0.9.0
5657
- 0.8.0
5758
- 0.7.3

.github/workflows/ccpp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI
22

33
on:
4-
# push:
5-
# branches:
6-
# - "**"
7-
# tags:
8-
# - "v*"
4+
push:
5+
branches:
6+
- release
7+
tags:
8+
- "v*"
99
pull_request:
1010
branches:
1111
- main

.github/workflows/ci-spack.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
name: "CI (RHEL clone: gcc, oneAPI)"
22
on:
3-
# push:
4-
# # Uncomment the below 'push' to trigger on push
5-
# branches:
6-
# - "**"
3+
push:
4+
branches:
5+
- release
76
pull_request:
87
branches:
9-
- main
8+
- main
109
tags:
11-
- "v*"
10+
- "v*"
1211
merge_group:
1312
branches:
14-
- main
13+
- main
1514
workflow_dispatch:
1615

1716
env:

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
# Uncomment the below 'push' to trigger on push
55
push:
66
branches:
7-
- "**"
7+
- release
88
pull_request:
9-
branches: [ "main" ]
10-
# merge_group:
11-
# branches:
12-
# - main
9+
branches:
10+
- main
1311
workflow_dispatch:
1412

1513
env:

.github/workflows/macos.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7-
# push:
8-
# branches:
9-
# - "main"
10-
# - "**"
11-
# tags:
12-
# - "v*"
7+
push:
8+
branches:
9+
- release
10+
tags:
11+
- "v*"
1312
merge_group:
1413
branches:
1514
- main

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: SonarCloud
22
on:
33
push:
44
branches:
5-
- main
5+
- release
6+
tags:
7+
- "v*"
68
pull_request:
79
branches:
810
- main

.github/workflows/windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ name: CI (Windows)
33
on:
44
push:
55
branches:
6-
- main
6+
- release
77
tags:
88
- "v*"
99
pull_request:
1010
branches:
1111
- main
12-
#merge_group:
13-
# branches:
14-
# - main
1512
workflow_dispatch:
1613

1714
jobs:

CITATION.cff

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
33
title: "DOLFINx"
4-
version: 0.9.0
5-
date-released: 2024-10-10
4+
version: 0.10.0
5+
date-released: 2025-10-19
66
url: "https://github.com/FEniCS/dolfinx"
77
doi: "10.5281/zenodo.10047760"
88
authors:
9-
- family-names: "FEniCS Project Developers"
10-
given-names: "The"
9+
- family-names: "FEniCS Project Developers"
10+
given-names: "The"
1111
preferred-citation:
1212
type: article
1313
authors:
14-
- family-names: "Baratta"
15-
given-names: "Igor A."
16-
orcid: "https://orcid.org/0000-0003-4298-2973"
17-
- family-names: "Dean"
18-
given-names: "Joseph P."
19-
orcid: "https://orcid.org/0000-0001-7499-3373"
20-
- family-names: "Dokken"
21-
given-names: "Jørgen S."
22-
orcid: "https://orcid.org/0000-0001-6489-8858"
23-
- family-names: "Habera"
24-
given-names: "Michal"
25-
orcid: "https://orcid.org/0000-0003-0604-8884"
26-
- family-names: "Hale"
27-
given-names: "Jack S."
28-
orcid: "https://orcid.org/0000-0001-7216-861X"
29-
- family-names: "Richardson"
30-
given-names: "Chris N."
31-
orcid: "https://orcid.org/0000-0003-3137-1392"
32-
- family-names: "Rognes"
33-
given-names: "Marie E."
34-
orcid: "https://orcid.org/0000-0002-6872-3710"
35-
- family-names: "Scroggs"
36-
given-names: "Matthew W."
37-
orcid: "https://orcid.org/0000-0002-4658-2443"
38-
- family-names: "Sime"
39-
given-names: "Nathan"
40-
orcid: "https://orcid.org/0000-0002-2319-048X"
41-
- family-names: "Wells"
42-
given-names: "Garth N."
43-
orcid: "https://orcid.org/0000-0001-5291-7951"
14+
- family-names: "Baratta"
15+
given-names: "Igor A."
16+
orcid: "https://orcid.org/0000-0003-4298-2973"
17+
- family-names: "Dean"
18+
given-names: "Joseph P."
19+
orcid: "https://orcid.org/0000-0001-7499-3373"
20+
- family-names: "Dokken"
21+
given-names: "Jørgen S."
22+
orcid: "https://orcid.org/0000-0001-6489-8858"
23+
- family-names: "Habera"
24+
given-names: "Michal"
25+
orcid: "https://orcid.org/0000-0003-0604-8884"
26+
- family-names: "Hale"
27+
given-names: "Jack S."
28+
orcid: "https://orcid.org/0000-0001-7216-861X"
29+
- family-names: "Richardson"
30+
given-names: "Chris N."
31+
orcid: "https://orcid.org/0000-0003-3137-1392"
32+
- family-names: "Rognes"
33+
given-names: "Marie E."
34+
orcid: "https://orcid.org/0000-0002-6872-3710"
35+
- family-names: "Scroggs"
36+
given-names: "Matthew W."
37+
orcid: "https://orcid.org/0000-0002-4658-2443"
38+
- family-names: "Sime"
39+
given-names: "Nathan"
40+
orcid: "https://orcid.org/0000-0002-2319-048X"
41+
- family-names: "Wells"
42+
given-names: "Garth N."
43+
orcid: "https://orcid.org/0000-0001-5291-7951"
4444
doi: "10.5281/zenodo.10447666"
4545
journal: "preprint"
4646
title: "DOLFINx: the next generation FEniCS problem solving environment"

0 commit comments

Comments
 (0)