Skip to content

Commit cef0116

Browse files
authored
Merge pull request #118 from Antoinemarteau/master
Update CxxWrap, Algoim and bump version
2 parents 3d9a396 + c30c8c0 commit cef0116

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.9.9] - 2026-2-27
8+
9+
Allowed `CxxWrap.jl` (and thus `Algoim.jl`) update
10+
711
## [0.9.8] - 2025-7-10
812

913
### Added

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 <f.verdugo.rojano@vu.nl>", "Eric Neiva <eric.neiva@college-de-france.fr>", "Pere Antoni Martorell <pere.antoni.martorell@upc.edu>", "Santiago Badia <santiago.badia@monash.edu>"]
4-
version = "0.9.8"
4+
version = "0.9.9"
55

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

2424
[compat]
2525
AbstractTrees = "0.3.3, 0.4"
26-
Algoim = "0.2.2"
26+
Algoim = "0.2.3"
2727
Combinatorics = "1"
28-
CxxWrap = "0.16"
28+
CxxWrap = ">= 0.16"
2929
FillArrays = "0.10, 0.11, 0.12, 0.13, 1"
3030
FiniteDiff = "2.27.0"
3131
ForwardDiff = "0.10.38, 1"

0 commit comments

Comments
 (0)