Skip to content

Commit 536f6a7

Browse files
authored
add news and bump dev version
1 parent a572bcb commit 536f6a7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

NEWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Trixi.jl follows the interpretation of [semantic versioning (semver)](https://ju
44
used in the Julia ecosystem. Notable changes will be documented in this file
55
for human readability.
66

7+
8+
## Changes when updating to v0.10 from v0.9.x
9+
10+
#### Added
11+
12+
#### Changed
13+
14+
- The numerical solution is wrapped in a `VectorOfArrays` from
15+
[RecursiveArrayTools.jl](https://github.com/SciML/RecursiveArrayTools.jl)
16+
for `DGMulti` solvers ([#2150]). You can use `Base.parent` to unwrap
17+
the original data.
18+
19+
#### Deprecated
20+
21+
#### Removed
22+
23+
724
## Changes in the v0.9 lifecycle
825

926
#### Added
@@ -24,6 +41,7 @@ for human readability.
2441

2542
- The required Julia version is updated to v1.10.
2643

44+
2745
## Changes when updating to v0.9 from v0.8.x
2846

2947
#### Added

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Trixi"
22
uuid = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
33
authors = ["Michael Schlottke-Lakemper <[email protected]>", "Gregor Gassner <[email protected]>", "Hendrik Ranocha <[email protected]>", "Andrew R. Winters <[email protected]>", "Jesse Chan <[email protected]>"]
4-
version = "0.9.18-DEV"
4+
version = "0.10.0-DEV"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"

0 commit comments

Comments
 (0)