-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking Changes ? #230
Comments
I added notes for this to the release https://github.com/JuliaGeometry/GeometryBasics.jl/releases/tag/v0.5.0 and the version bump pr #226 |
There is no mention of |
Guess I will need some help with JuliaGeometry/TetGen.jl#42 |
Oh right, the notes I wrote are mostly based on what I changed on top of Simons refactor. I didn't need to do much more than update some mesh types, remove Seems like the P types are generally gone now because the Point type is now hard-coded as a |
Maybe it would be useful to skim MakieOrg/Makie.jl#4319, especially src/conversions.jl |
How to specify facet markers in 0.5 ?
by
the markers are intepreted as point markers. |
Huh, I didn't know that existed before. There are two options: (other than handling them outside)
To me it looks like you're just using the mesh as a container when it comes to |
Ok thanks - JuliaGeometry/TetGen.jl#42 now is in a reasonable state. I really think that some more detailed transition guide is necessary given that 131 packages in General depend on GeometryBasics. |
The transition from 0.4 to 0.5 indeed appears to be breaking:see e.g.
JuliaGeometry/TetGen.jl#41
So my questions are:
Generally it would be good to have some transition guide which also might be a start for an improved documentation as discussed in #222.
The text was updated successfully, but these errors were encountered: