Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gridap/GridapEmbedded.jl into add…
Browse files Browse the repository at this point in the history
…s_algoim_interface
  • Loading branch information
ericneiva committed Jan 2, 2024
2 parents 74c93c6 + 380e9f0 commit 386eb5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.8.3] - 2024-08-02

### Added
- Support for FillArrays v1. Since PR [#75](https://github.com/gridap/GridapEmbedded.jl/pull/75).
- Support for AbstractTrees v0.4. Since PR [#73](https://github.com/gridap/GridapEmbedded.jl/pull/73).

## [0.8.2] - 2023-08-22

### Added
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GridapEmbedded"
uuid = "8838a6a3-0006-4405-b874-385995508d5d"
authors = ["Francesc Verdugo <[email protected]>"]
version = "0.8.2"
version = "0.8.3"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -20,7 +20,7 @@ algoimWrapper_jll = "3c43aa7b-5398-51f3-8d75-8f051e6faa4d"
[compat]
AbstractTrees = "0.3.3, 0.4"
Combinatorics = "1"
FillArrays = "0.10, 0.11, 0.12, 0.13"
FillArrays = "0.10, 0.11, 0.12, 0.13, 1"
Gridap = "0.17.13"
LightGraphs = "1.3.3"
MiniQhull = "0.1.0, 0.2, 0.3, 0.4"
Expand Down

0 comments on commit 386eb5c

Please sign in to comment.