GeometryTypes.jl icon indicating copy to clipboard operation
GeometryTypes.jl copied to clipboard

width is improperly deprecated

Open ashleylid opened this issue 9 years ago • 3 comments

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

ashleylid avatar Jan 26 '16 12:01 ashleylid

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 .

sjkelly avatar Jan 26 '16 13:01 sjkelly

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.

ashleylid avatar Jan 26 '16 13:01 ashleylid

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 .

sjkelly avatar Jan 26 '16 14:01 sjkelly