Skip to content

Releases: eprovst/DomainColoring.jl

v1.0.1

17 Oct 13:59
Compare
Choose a tag to compare

DomainColoring v1.0.1

This release fixes some typos and adds the option to pass an arbitrary boolean function to box instead of the bounds of a rectangle.

Diff since v1.0.0

v1.0.0

20 Sep 11:16
Compare
Choose a tag to compare

DomainColoring v1.0.0

Highlights:

  • Reworked some of the keyword arguments.
  • Added :print option to color.
  • NaN is now displayed transparent.

Diff since v0.8.0

v0.8.0

08 Sep 10:33
Compare
Choose a tag to compare

DomainColoring v0.8.0

Highlights:

  • Creating custom plots can now be done via the internal macro @shaderplot and @interactiveshaderplot.
  • Support for multiple backends, namely Makie and Plots.

Diff since v0.7.0

v0.7.0

06 Sep 19:28
Compare
Choose a tag to compare

DomainColoring v0.7.0

Highlights:

  • Added sawplot.
  • Added box option to plots.

Breaking change:

  • Renamed domaincolor's angle argument to color.

Diff since v0.6.1

v0.6.1

19 Aug 19:33
Compare
Choose a tag to compare

DomainColoring v0.6.1

Axis spines now enclose the plotted region instead of extending beyond those limits.

Diff since v0.6.0

v0.6.0

15 Aug 19:20
Compare
Choose a tag to compare

DomainColoring v0.6.0

Highlights:

  • Additional keywords are now passed to the Makie backend in both DomainColoring as DomainColoringToy.
  • DomainColoring now has modifying versions of the plotting routines (i.e. domaincolor!, checkerplot!, etc.) that work as expected in the Makie ecosystem.
  • checkerplot now accepts a toggle hicontrast to use black and white instead of the softer defaults.

Diff since v0.5.1

Closed issues:

  • Use Makie recipes instead of ordinary functions (#5)

v0.5.1

14 Aug 21:28
Compare
Choose a tag to compare

DomainColoring v0.5.1

Added the option to switch color scheme via the angle keyword argument and quality of life improvements to the abs keyword argument of domaincolor.

Diff since v0.5.0

v0.5.0

14 Aug 15:30
Compare
Choose a tag to compare

DomainColoring v0.5.0

Fixes rendering glitch for abs = Inf and adds angle keyword option to domaincoloring.

Diff since v0.4.1

v0.4.1

08 Aug 16:41
Compare
Choose a tag to compare

DomainColoring v0.4.1

Diff since v0.4.0

Fixes performance degradation.

v0.4.0

08 Aug 14:54
Compare
Choose a tag to compare

DomainColoring v0.4.0

Diff since v0.3.0

Highlights:

  • Reworked plotting interface, exposing many new options.

Closed issues:

  • Feature Request: Polar grids (#9)
  • Feature Request: Color variation by absolute value (#10)