Skip to content

Commit 06e8214

Browse files
authored
Update NEWS.md and prepare release (#1162)
* Update NEWS.md and prepare release * Fix typo
1 parent 92884cb commit 06e8214

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

NEWS.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ used in the Julia ecosystem. Notable changes will be documented in this file for
1313
- The example files are now loading sub-packages of OrdinaryDiffEq.jl instead of
1414
OrdinaryDiffEq.jl itself. For example, `using OrdinaryDiffEqLowStorageRK` instead of
1515
`using OrdinaryDiffEq` (#1154).
16-
- `DensityDiffusionAntuono` now only takes only one kwarg `delta` (#1142).
16+
- `DensityDiffusionAntuono` now only has the kwarg `delta` and no positional
17+
arguments (#1142).
1718
- Return type of `vtk2trixi` changed to `NamedTuple` including an optional
1819
`:initial_condition` field if `create_initial_condition=true` is passed (#959).
1920
- Public system constructors now use keyword arguments for configuration values.
@@ -71,6 +72,18 @@ BoundaryDEMSystem(ic; normal_stiffness)
7172
See [#1131](https://github.com/trixi-framework/TrixiParticles.jl/issues/1131)
7273
for a detailed breakdown including benchmark results.
7374

75+
### Features
76+
77+
- Added a `SortingCallback` that can be used to sort particles by their spatial location
78+
to improve performance (#1044).
79+
80+
### Important Bugfixes
81+
82+
- Fixed a bug where `DensityDiffusionAntuono` could not be used together with open
83+
boundaries and `BoundaryModelDynamicalPressureZhang` (#1043).
84+
- Fixed a bug where no-slip boundary conditions were not applied correctly when not using
85+
`ViscosityAdami` (#1089).
86+
7487
## Version 0.4.4
7588

7689
### API Changes

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "TrixiParticles"
22
uuid = "66699cd8-9c01-4e9d-a059-b96c86d16b3a"
3-
version = "0.4.5-dev"
3+
version = "0.5"
44
authors = ["erik.faulhaber <44124897+efaulhaber@users.noreply.github.com>"]
55

66
[deps]

0 commit comments

Comments
 (0)