You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.19.4] - 2025-08-09
9
9
10
10
### Added
11
11
12
12
- Added low-level API `Arrays.invalidate_cache!(cache)` that forces the re-computation of values in `LazyArray` caches. Since PR[#1137](https://github.com/gridap/Gridap.jl/pull/1137).
13
13
- Added support for star-patch integration, i.e patch integration with masked patch boundaries. Since PR[#1138](https://github.com/gridap/Gridap.jl/pull/1138).
14
+
- Added compatibility for `DataStructures.jl` v0.19.0. Since PR[#1149](https://github.com/gridap/Gridap.jl/pull/1149).
15
+
16
+
### Changed
17
+
18
+
- Small modifications to `PolytopalQuadrature` to make it more flexible. Since PR[#1149](https://github.com/gridap/Gridap.jl/pull/1149).
0 commit comments