JuliaPhysics / SolidStateDetectors.jl

Solid state detector field and charge drift simulation in Julia
Other
82 stars 32 forks source link

CompatHelper: bump compat for GPUArrays to 9, (keep existing compat) #354

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the GPUArrays package from 8 to 8, 9. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

fhagemann commented 1 year ago

Not sure what exactly the breaking change of GPUArrays v9.0.0 is. Seems to me like they are dropping support for julia versions older than 1.8 and removing code that handled versions before 1.8 (?) I ran some GPU simulations with GPUArrays v9.0.0 and it does not seem to affect anything. I guess this should be good to merge.