JuliaGeometry / GeometryBasics.jl

Basic Geometry Types
MIT License
164 stars 54 forks source link

Request: releasing a new version with StructArrays v0.6.0? #147

Closed jlchan closed 3 years ago

jlchan commented 3 years ago

I'm a contributor to the Trixi package, and we're running into upstream CI issues related to the use of StructArrays v0.6.0. These are due to version conflicts with Plots.jl, which requires v0.3.1 of GeometryBasics, which restricts StructArrays to v0.5.1.

Would it be possible to release a new version of GeometryBasics which uses StructArrays v0.6.0 (it's already being used on master)? I could then make a PR to Plots.jl with this updated version, which should resolve our version conflicts.

Thanks!

jlchan commented 3 years ago

Nvm, was addressed in https://github.com/JuliaGeometry/GeometryBasics.jl/pull/146 and is closed by https://github.com/JuliaGeometry/GeometryBasics.jl/releases/tag/v0.3.13