Skip to content

Commit

Permalink
Merge pull request #518 from streeve/changelog0.5
Browse files Browse the repository at this point in the history
Update changelog for 0.5 release
  • Loading branch information
streeve authored Apr 7, 2022
2 parents 046cf16 + 7d9b06c commit 3d777db
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## 0.5.0

**New Features**

- Particle migration using Cajita grid added
- Random particle generation added
- Complete Cajita tutorial examples added
- Cajita performance benchmarks added

**Bug Fixes and Improvements**

- Remove all uses of `Kokkos::Impl`
- Redesign `SimdPolicy` to not modify the underlying `Kokkos::TeamPolicy`
- Rename `Cabana_REQUIRE_`{`PTHREAD` -> `THREADS`}
- Rename clang-format build rule `format` -> `cabana-format`
- Improved Doxygen coverage
- Improved wiki documentation

**Minimum dependency version updates**

- CMake minimum 3.16 required (previously 3.9)
- Optional dependency heFFTe minimum 2.1 (previously 2.0)
- Optional dependency HYPRE minimum 2.22.1 (previously 2.22.0)

**Experimental Features (subject to change in future releases)**

- Distributed particle output with SILO library interface
- Cajita load balancing added through ALL library interface

## 0.4.0

**New Features**
Expand Down

0 comments on commit 3d777db

Please sign in to comment.