Skip to content

Releases: BlackEdder/ggplotd

New dmd version

18 Jul 08:57
Compare
Choose a tag to compare

Fix deprecation warnings in the new dmd releases.

Bug fix release

19 Jan 21:25
Compare
Choose a tag to compare
Merge pull request #36 from MikeWey/gtkdfix

Mark some variables as gshared to avoid segfaults with GtkD.

Experimental support for log10 scale

25 Dec 15:01
Compare
Choose a tag to compare

Also improved seed reporting in random unittest.

Multiline titles

26 Oct 12:44
Compare
Choose a tag to compare

This release adds support for multiline titles, as implemented by @drug007 (PR #30)

API, guides and colour

13 Sep 05:28
Compare
Choose a tag to compare
  • Improvements to the API, which supports more idomatic D code (thanks @wilzbach for the suggestions)
  • Add support for guides, which unifies the handling of types (double, int, string etc)
  • Switch to external version of the color library.

Improve dealing with corner cases

20 Aug 11:18
Compare
Choose a tag to compare

Fixed geomHist(2D) and statDensity(2D) to correctly deal with cases were the max and min passed values are the same.

Legends

15 Aug 09:00
Compare
Choose a tag to compare

This release adds support for both continuous and discrete legends. You can add these legends to your plot using:

gg.put(continuousLegend);
gg.put(discreteLegend);

Additionally a number of small bug fixes and refactorings were performed.

Improved compatibility with gtkd cairo implementation

21 Jun 20:40
Compare
Choose a tag to compare

Refactoring to lower memory usage during compiling and binary size

09 Jun 10:04
Compare
Choose a tag to compare

Horcruxify code and reduce usage of string mixins

Another fix to the unittest

17 May 19:50
Compare
Choose a tag to compare

In rare cases one of the randomized tests would fail.