Skip to content

Releases: JuliaGraphics/Luxor.jl

patch for preview() function in Windows

30 Mar 07:56
Compare
Choose a tag to compare

This changes the preview() function to run better code for Windows.

Julia v0.6 pre-release

10 Mar 18:24
Compare
Choose a tag to compare

This release deprecates two functions, one of which clashes with Base. They'll be removed in the next release.

  • fill() to be replaced with fillpath()
  • stroke() to be replaced with strokepath()

Fixes for 0.5.1 and 0.6.x

06 Mar 11:06
Compare
Choose a tag to compare
  • compatibility with Julia 0.5.1 (yes, I know...)
  • rule() added
  • fixes and doc updates

compositing and misc additions, some changes for v0.6

17 Feb 16:52
Compare
Choose a tag to compare

Tests pass on Windows

26 Jan 11:54
Compare
Choose a tag to compare
  • tests changed so that they pass on Windows/Appveyor
  • some minor additions, e.g. hypotrochoids, another ellipse method

Make docs on Travis the way they should have been made

05 Jan 14:51
Compare
Choose a tag to compare

With this release the docs have been moved into the gh-pages branch.

v0.7.0 Documentation updates

12 Dec 16:41
Compare
Choose a tag to compare

Minor documentation updates and some utility functions.