Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Sep 24, 2024
1 parent e845b1d commit a7cc6df
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,76 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.2] - 2024-09-24

### Added

- Added `has_affine_maps` kwarg.

## [0.7.1] - 2024-04-12

### Added

- Extension to 1D meshes in 2D space.
- Support for Gridap v0.18

## [0.7.0] - 2023-08-16

### Added

- High order meshes
- Support for PartitionedArrays v0.3

## [0.6.1] - 2022-07-29

### Fixed

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

## [0.6.0] - 2022-02-11

### Changed

- Substantial change in the dependencies to allow parallel computations.

### Added

- Support for parallel computations via `GridapDistributed`.

## [0.5.0] - 2021-11-24

### Changed

- Restrict to Gridap 0.17 as required for surface meshes.

## [0.4.5] - 2021-11-24

### Fixed

- Some tests failing for Gridap 0.16.

## [0.4.4] - 2021-11-22

### Added

- Support for surfaces meshes.

## [0.4.3] - 2021-10-28

### Added

- Support for Gridap v0.17.

## [0.4.2] - 2021-06-08

### Added

- Support for Gridap v0.16.

## [0.4.1] - 2021-01-22

### Added

- Support for periodic boundary conditions.
- Automatic installation via `BinaryBuilder.jl`.

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GridapGmsh"
uuid = "3025c34a-b394-11e9-2a55-3fee550c04c8"
authors = ["Francesc Verdugo <[email protected]>"]
version = "0.7.1"
version = "0.7.2"

[deps]
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
Expand Down

0 comments on commit a7cc6df

Please sign in to comment.