GeometryTypes.jl
GeometryTypes.jl copied to clipboard
width is improperly deprecated
Hi,
Routine width() stopped working. I found out that its now widths, but havent seen anything documenting the change - am I missing it somewhere?
Thx
Yes, we messed up semver on releases and 0.2.1 is breaking and supposed to be 0.3.0. Sorry about that.
width
is deprecated in favor of widths
which returns a vector of all
lengths rather than a scalar. This means we don't have to use the ambiguous
length
and height
functions for the other axes.
On Jan 26, 2016 7:24 AM, "kleinash" [email protected] wrote:
Closed #43 https://github.com/JuliaGeometry/GeometryTypes.jl/issues/43.
— Reply to this email directly or view it on GitHub https://github.com/JuliaGeometry/GeometryTypes.jl/issues/43#event-526391492 .
I get it - knew there would be a valid logical explanation. Closed the issue cause of the other thread.. I'll stick ref to your answer there.
Just saw that one. Thanks! On Jan 26, 2016 8:42 AM, "kleinash" [email protected] wrote:
I get it - knew there would be a valid logical explanation. Closed the issue cause of the other thread.. I'll stick ref to your answer there.
— Reply to this email directly or view it on GitHub https://github.com/JuliaGeometry/GeometryTypes.jl/issues/43#issuecomment-175018909 .