Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 26.05

* Fix the maximum level of refinement for tagging in various input
files (#3138)

* Add the hybrid-Powell solver as an option for true-SDC (#3310)

* clarify how to override `CUDA_ARCH` (#3129)

* remove new / delete in favor of unique pointers (#3333)

* add `AGENTS.md` file (#3334)

* add an assert in `define_new_center` to enforce assumptions (#3290)

## 26.04

* update the burning timestep limiter to know about disabling burning
Expand Down Expand Up @@ -2885,4 +2900,3 @@
reset is now reflected in the ghost cells (this is a more
consistent behavior). Previously, the energy was never reset in
the ghost cells.