Skip to content

Commit 100ec34

Browse files
authored
Merge pull request #97 from gridap/bump_algoim-0-2-2
Bump Algoim.jl 0.2.2
2 parents 134b905 + ca1256a commit 100ec34

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ 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-
## [Unreleased]
7+
## [0.9.5] - 2024-10-18
88

99
### Added
1010

1111
- Adding `compute_redistribute_weights` and `compute_adaptive_flags` functions for load balancing and adaptive mesh refinement, respectively. Since PR [#95](https://github.com/gridap/GridapEmbedded.jl/pull/95).
1212

13+
### Changed
14+
15+
- Updated to Algoim v0.2.2, which runs on Julia 1.11. Since PR [#97](https://github.com/gridap/GridapEmbedded.jl/pull/97).
1316

1417
## [0.9.4] - 2024-07-09
1518

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GridapEmbedded"
22
uuid = "8838a6a3-0006-4405-b874-385995508d5d"
33
authors = ["Francesc Verdugo <[email protected]>", "Eric Neiva <[email protected]>", "Pere Antoni Martorell <[email protected]>", "Santiago Badia <[email protected]>"]
4-
version = "0.9.4"
4+
version = "0.9.5"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -22,9 +22,9 @@ algoimWrapper_jll = "3c43aa7b-5398-51f3-8d75-8f051e6faa4d"
2222

2323
[compat]
2424
AbstractTrees = "0.3.3, 0.4"
25-
Algoim = "0.2"
25+
Algoim = "0.2.2"
2626
Combinatorics = "1"
27-
CxxWrap = "0.14"
27+
CxxWrap = "0.16"
2828
FillArrays = "0.10, 0.11, 0.12, 0.13, 1"
2929
Gridap = "0.17, 0.18"
3030
GridapDistributed = "0.3, 0.4"

0 commit comments

Comments
 (0)