Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGES for 25.01 #4280

Merged
merged 1 commit into from
Jan 2, 2025
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
21 changes: 21 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 25.01

-- Make FFT safe for slabs (#4268)

-- Fix sumToLine for multiple components (#4266)

-- Add version of PC::Checkpoint that allows toggling off certain components. (#4264)

-- Use async sends in particle communication (#4257)

-- AMReX Algebra: AlgVector and SpMatrix (#4259)

-- EBData: New class containing Array4's for all EB data (#4238)
Fix OMP bug in #4238 (#4260)

-- FFT::OpenBCSolver: Fix batch mode (#4255)

-- use abs for spherical 2d area (#4256)

-- Cartesian1D curl-curl (#4242)

# 24.12

-- FFT::PoissonHybrid: Add solve() needed by ERF (#4250)
Expand Down
Loading