Skip to content

Commit

Permalink
Merge pull request #224 from sslattery/changelog_0_3_0
Browse files Browse the repository at this point in the history
update changelog for 0.3.0
  • Loading branch information
sslattery authored May 4, 2020
2 parents b4df14d + 19d7c23 commit c764869
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 0.3.0

**New Features**

- Updated Kokkos dependency to version 3.1
- CUDA and HIP support and testing in continuous integration
- Mirror view capability for AoSoA
- New performance benchmarks for sorting, communication, and neighbor lists
- Improving AoSoA memory managment with empty() and shrinkToFit()
- Second level neighbor parallel for and reduce algorithms for triplet operations
- Unmanaged AoSoA for wrapping user memory

**Bug Fixes and Improvements**
- Using new CMake target for linking Kokkos
- Removed numerous instances of default allocation of Kokkos Views
- Eliminated use of user-defined MPI tags in communication algorithms
- Cleaned usage of deprecated Kokkos code
- Update for compilation with C++14
- Significant performance enhancements to communication code

**Experimental Features (subject to change in future releases)**
- Tree-based neighbor lists using ArborX


## 0.2.0

**New Features**
Expand Down
1 change: 1 addition & 0 deletions core/src/Cabana_Experimental_NeighborList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ struct Access<SliceLike, PredicatesTag>
return attach( intersects( Sphere{point, x.radius} ), (int)i );
}
};

} // namespace Traits
} // namespace ArborX

Expand Down

0 comments on commit c764869

Please sign in to comment.