Skip to content

Commit a7cc6df

Browse files
committed
Bumped version
1 parent e845b1d commit a7cc6df

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

NEWS.md

+31
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,76 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
727
## [0.6.1] - 2022-07-29
828

929
### Fixed
1030

1131
- Handling of periodic boundaries, when two periodic boundaries intersect in a common vertex or edge.
1232

1333
## [0.6.0] - 2022-02-11
34+
1435
### Changed
36+
1537
- Substantial change in the dependencies to allow parallel computations.
1638

1739
### Added
40+
1841
- Support for parallel computations via `GridapDistributed`.
1942

2043
## [0.5.0] - 2021-11-24
44+
2145
### Changed
46+
2247
- Restrict to Gridap 0.17 as required for surface meshes.
2348

2449
## [0.4.5] - 2021-11-24
50+
2551
### Fixed
52+
2653
- Some tests failing for Gridap 0.16.
2754

2855
## [0.4.4] - 2021-11-22
2956

3057
### Added
58+
3159
- Support for surfaces meshes.
3260

3361
## [0.4.3] - 2021-10-28
3462

3563
### Added
64+
3665
- Support for Gridap v0.17.
3766

3867
## [0.4.2] - 2021-06-08
3968

4069
### Added
70+
4171
- Support for Gridap v0.16.
4272

4373
## [0.4.1] - 2021-01-22
4474

4575
### Added
76+
4677
- Support for periodic boundary conditions.
4778
- Automatic installation via `BinaryBuilder.jl`.
4879

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GridapGmsh"
22
uuid = "3025c34a-b394-11e9-2a55-3fee550c04c8"
33
authors = ["Francesc Verdugo <[email protected]>"]
4-
version = "0.7.1"
4+
version = "0.7.2"
55

66
[deps]
77
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"

0 commit comments

Comments
 (0)