版本发布 8
## PointNeighbors v0.6.3 [Diff since v0.6.2](https://github.com/trixi-framework/PointNeighbors.jl/compare/v0.6.2...v0.6.3) **Merged pull requests:** - Spatial Hashing (#101) (@RubberLanding) - Make sure the type of `FullGridCellList` does not change with the search radius (#116) (@efaulhaber) - Hot Fix Release (#117) (@svchb)
## PointNeighbors v0.4.11 [Diff since v0.4.10](https://github.com/trixi-framework/PointNeighbors.jl/compare/v0.4.10...v0.4.11) **Merged pull requests:** - Use fully parallel atomic initialization (#86) (@efaulhaber) - Add function `requires_update` (#105) (@efaulhaber) **Closed issues:** - Automatically add padding to `FullGridCellList` bounding box? (#80)
## PointNeighbors v0.4.10 [Diff since v0.4.9](https://github.com/trixi-framework/PointNeighbors.jl/compare/v0.4.9...v0.4.10) **Merged pull requests:** - Bump crate-ci/typos from 1.30.0 to 1.31.1 (#100) (@dependabot[bot]) - Make `parallelization_backend` kwarg consistent (#102) (@efaulhaber) - Hotfix for `parallelization_backend` kwarg (#103) (@efaulhaber)
## PointNeighbors v0.4.8 [Diff since v0.4.7](https://github.com/trixi-framework/PointNeighbors.jl/compare/v0.4.7...v0.4.8) **Merged pull requests:** - Add automatic padding for the `FullGridCellList` (#90) (@efaulhaber) **Closed issues:** - Should we make the GPU stuff a package extension? (#47) - `FullGridCellList` can't handle `NaN` values and throws unspecific errors (#65)
## PointNeighbors v0.4.7 [Diff since v0.4.6](https://github.com/trixi-framework/PointNeighbors.jl/compare/v0.4.6...v0.4.7) **Merged pull requests:** - Apply same formatting and names to ci.yml as in TrixiParticles.jl and bump version number (#94) (@efaulhaber) - [Hotfix] Fix boundscheck for `foreach_point_neighbor` (#95) (@efaulhaber)
## PointNeighbors v0.4.6 [Diff since v0.4.5](https://github.com/trixi-framework/PointNeighbors.jl/compare/v0.4.5...v0.4.6) **Merged pull requests:** - Add real-life SPH benchmarks (#29) (@efaulhaber) - Bump crate-ci/typos from 1.22.9 to 1.23.6 (#63) (@dependabot[bot]) - Bump crate-ci/typos from 1.23.6 to 1.24.3 (#67) (@dependabot[bot]) - Added PeriLab.jl to "Package using PointNeighbors.jl" (#68) (@JTHesse) - Bump crate-ci/typos from 1.24.3 to 1.25.0 (#69) (@dependabot[bot]) - CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat) (#71) (@github-actions[bot]) - Bump crate-ci/typos from 1.25.0 to 1.26.8 (#72) (@dependabot[bot]) - Avoid bounds checking where it is safe to do so (#74) (@efaulhaber) - Make `max_points_per_cell` work with templates (#76) (@efaulhaber) - Make benchmarks run on the GPU (#77) (@efaulhaber) - Use latest version of JuliaFormatter (#78) (@efaulhaber) - CompatHelper: bump compat for Atomix to 1, (keep existing compat) (#82) (@github-actions[bot]) - Bump codecov/codecov-action from 4 to 5 (#83) (@dependabot[bot]) - Bump crate-ci/typos from 1.26.8 to 1.28.1 (#84) (@dependabot[bot]) - Fix docs for `foeach_point_neighbor` (#87) (@efaulhaber) - Bump crate-ci/typos from 1.28.1 to 1.29.0 (#91) (@dependabot[bot]) - Drop support for Julia 1.9 (#93) (@efaulhaber) **Closed issues:** - Better handling when `Nan` occurs in a position (#64) - Problem updating neighborhood search on GPU: unsupported call to modify!() (#88)
## PointNeighbors v0.4.5 [Diff since v0.4.4](https://github.com/trixi-framework/PointNeighbors.jl/compare/v0.4.4...v0.4.5) **Merged pull requests:** - Remove old `periodicity` keyword (#60) (@efaulhaber) - Additional backend types to support Base.Threads (#61) (@kaipartmann)
## PointNeighbors v0.4.4 [Diff since v0.4.3](https://github.com/trixi-framework/PointNeighbors.jl/compare/v0.4.3...v0.4.4) **Merged pull requests:** - Add content to README (#55) (@efaulhaber) - Add DOI (#58) (@sloede)