File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -4,45 +4,76 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.7.2] - 2024-09-24
8
+
9
+ ### Added
10
+
11
+ - Added ` has_affine_maps ` kwarg.
12
+
13
+ ## [ 0.7.1] - 2024-04-12
14
+
15
+ ### Added
16
+
17
+ - Extension to 1D meshes in 2D space.
18
+ - Support for Gridap v0.18
19
+
20
+ ## [ 0.7.0] - 2023-08-16
21
+
22
+ ### Added
23
+
24
+ - High order meshes
25
+ - Support for PartitionedArrays v0.3
26
+
7
27
## [ 0.6.1] - 2022-07-29
8
28
9
29
### Fixed
10
30
11
31
- Handling of periodic boundaries, when two periodic boundaries intersect in a common vertex or edge.
12
32
13
33
## [ 0.6.0] - 2022-02-11
34
+
14
35
### Changed
36
+
15
37
- Substantial change in the dependencies to allow parallel computations.
16
38
17
39
### Added
40
+
18
41
- Support for parallel computations via ` GridapDistributed ` .
19
42
20
43
## [ 0.5.0] - 2021-11-24
44
+
21
45
### Changed
46
+
22
47
- Restrict to Gridap 0.17 as required for surface meshes.
23
48
24
49
## [ 0.4.5] - 2021-11-24
50
+
25
51
### Fixed
52
+
26
53
- Some tests failing for Gridap 0.16.
27
54
28
55
## [ 0.4.4] - 2021-11-22
29
56
30
57
### Added
58
+
31
59
- Support for surfaces meshes.
32
60
33
61
## [ 0.4.3] - 2021-10-28
34
62
35
63
### Added
64
+
36
65
- Support for Gridap v0.17.
37
66
38
67
## [ 0.4.2] - 2021-06-08
39
68
40
69
### Added
70
+
41
71
- Support for Gridap v0.16.
42
72
43
73
## [ 0.4.1] - 2021-01-22
44
74
45
75
### Added
76
+
46
77
- Support for periodic boundary conditions.
47
78
- Automatic installation via ` BinaryBuilder.jl ` .
48
79
Original file line number Diff line number Diff line change 1
1
name = " GridapGmsh"
2
2
uuid = " 3025c34a-b394-11e9-2a55-3fee550c04c8"
3
3
authors = [
" Francesc Verdugo <[email protected] >" ]
4
- version = " 0.7.1 "
4
+ version = " 0.7.2 "
5
5
6
6
[deps ]
7
7
Gridap = " 56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
You can’t perform that action at this time.
0 commit comments