[Chart] chart v1.2.2

Tim Docker tim at dockerz.net
Mon Apr 7 13:26:41 BST 2014


I just pushed v1.2.2 of all of the chart packages to hackage. This is 
mostly a collection of cleanups and bugfixes from Doug Burke - thanks!

The full list of changes is below.

Cheers,

Tim

_________________________________________________________________________________

commit c1b47f2e375a2a8d3b5aac8b7a3808b7626a4f89
Author: Tim Docker <tim at dockerz.net>
Date:   Mon Apr 7 22:12:00 2014 +1000

     Adjust lens constraint to allow v4.1.*; update package versions to 
1.2.2

commit 23bdc47ea09b4046bc0240e29d892c674c28321e
Merge: f25a45f 5d07e4c
Author: Tim Docker <tim at dockerz.net>
Date:   Thu Apr 3 12:23:59 2014 +1100

     Merge pull request #29 from DougBurke/patch

     Doc changes (Cairo+clean up)

commit 5d07e4c5bd73d4c9c1daeca92031ef8c337249e1
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Wed Apr 2 20:13:31 2014 -0400

     Docs: remove mention of Cairo

commit 3f93bebc102622f345abfff14be3ffaca994d207
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Wed Apr 2 20:00:14 2014 -0400

     Docs: remove mention of Cairo; clean ups and additions.

commit f25a45f087f9cd7baa0feb536fef4d23be771133
Merge: e114921 25eca9d
Author: Tim Docker <tim at dockerz.net>
Date:   Wed Mar 26 22:38:26 2014 +1100

     Merge pull request #26 from DougBurke/patch

     - Fix behavior of rlabel with VTA_BaseLine.
     - Many changes to make code compatible with -Wall

commit 25eca9d47c31a6431fe4fa8b281b58968d0e0524
Author: Doug Burke <dburke at cfa.harvard.edu>
Date:   Mon Mar 24 11:35:57 2014 -0400

     Build with lens<4.

     This fixes up changeset 7f3ed3166913133cb0f97d89356b4ff7ee8531fb 
with a modicum of ugliness.

commit 7f3ed3166913133cb0f97d89356b4ff7ee8531fb
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Sun Mar 16 14:53:25 2014 -0400

     Avoid warnings with lens-4.0

     This change will cause warnings when compiled with lens<4; I did 
not feel it was worthwhile using CPP to avoid this

commit b0764e20e5ba018a6a686c67e01ce61d961c8f1f
Merge: bc9bbea e114921
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Sun Mar 16 13:32:55 2014 -0400

     Merge remote-tracking branch 'origin/master' into patch

commit bc9bbea351ba115830820a3dd24662a98e73d8e3
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Sun Mar 16 13:16:10 2014 -0400

     Code cleanup: -Wall/hlint

     Changes include: use -Wall for building; cleanup to avoid -Wall 
warnings; apply hlint suggestions; more use of Control.Lens

commit ccae424787652d6094911e9271e60d2fe812f74e
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Sun Mar 16 09:34:11 2014 -0400

     Add missing imports.

     Adding to changeset 65b5308591dc0a837103b57651af4860c0d235db

commit 65b5308591dc0a837103b57651af4860c0d235db
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Sat Mar 15 14:12:29 2014 -0400

     Add missing exports.

     This update adds some missing exports from modules, removes un-used 
module imports, fixes one partial function, and minor documentation tweaks.

commit 3120908747f1e56c00e5ce37826bdd7c703d0339
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Fri Mar 14 22:06:07 2014 -0400

     Fix behavior of rlabel with VTA_BaseLine.

     This fix is most noticeable with rotated labels.

commit e1149213a15467cd63a7ee75b11cba023fe4614b
Author: Tim Docker <tim at dockerz.net>
Date:   Fri Mar 14 09:03:01 2014 +1100

     The test reference images are out of date, and depend on external
     libraries (eg cairo and diagrams) for pixel accuracy. So, I've
     removed them - the existing harnesses can be used to generate a
     set of test images as required.

commit bc81b7759c75b010139fb4b20e2c8fa74384b551
Author: Tim Docker <tim at dockerz.net>
Date:   Fri Mar 14 08:41:42 2014 +1100

     Additional version constraints for package consistency

commit e66537ab09eaa1bbcc60dc609ba04022726e1821
Merge: 37cdcbc 355edca
Author: Tim Docker <tim at dockerz.net>
Date:   Fri Mar 14 08:45:33 2014 +1100

     Merge pull request #24 from DougBurke/patch

     Added tests of StackedLayoutLR items (pull request #23)

commit 37cdcbce2c09431bd258c920925c51784b601b78
Merge: 4023497 ae00a55
Author: Tim Docker <tim at dockerz.net>
Date:   Fri Mar 14 07:52:54 2014 +1100

     Merge pull request #25 from byorgey/master

     Updates to allow Chart-diagrams to build with latest diagrams release

commit 355edca6f656836f4d1a66f548cd3b2fdbd5f286
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Thu Mar 13 08:27:13 2014 -0400

     BUGFIX: VTA_BaseLine was not supported by rlabel.

     Also added a number of test cases (misc1b to misc1g) which show 
that rotated labels with VTA_BaseLine are not displayed correctly. No 
reference files for these tests have been added.

commit ae00a552211683992cab3c6de06a5bd5bc2df925
Author: Brent Yorgey <byorgey at cis.upenn.edu>
Date:   Wed Mar 12 12:59:37 2014 -0400

     update Chart-diagram to work with diagrams-lib-1.1

commit c431daf5b809c4d951ca6cdf3e0d20378c3e4edc
Author: Brent Yorgey <byorgey at cis.upenn.edu>
Date:   Wed Mar 12 12:59:17 2014 -0400

     Chart and Chart-diagrams build fine with lens-4.0.*

commit c7bfb42a11708420414090c1edb2e2746e6fe19f
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Sun Mar 9 11:50:05 2014 -0400

     Added tests of StackedLayoutLR items for changeset 
4affe87847245f05d60e0ad8f433fa9b85ffb2f3

     This commit does not add PNG/SVG versions of the new tests 
(test11c/d/e) to tests-reference/

commit 40234970ba7fa8f1dfb7e452c8ee4f1813930164
Merge: 13ae6bf 4affe87
Author: Tim Docker <tim at dockerz.net>
Date:   Mon Mar 10 00:08:51 2014 +1100

     Merge pull request #23 from DougBurke/patch

     BUGFIX: crash rendering a StackedLayoutLR with legends

commit 4affe87847245f05d60e0ad8f433fa9b85ffb2f3
Author: Douglas Burke <dburke.gw at gmail.com>
Date:   Sat Mar 8 08:52:01 2014 -0500

     BUGFIX: crash rendering a StackedLayoutLR with legends

commit 13ae6bfbaf3484d303ed3f3cad43b21112fccca5
Author: Tim Docker <tim at dockerz.net>
Date:   Mon Feb 10 23:39:38 2014 +1100

     Revert "Updated lens constrain to include lens 4.0"

     This reverts commit 2ee07b29d549c605e245a08379fa0890dbadf368.

     We can't upgrade lens until the diagrams library does so.

commit 2ee07b29d549c605e245a08379fa0890dbadf368
Author: Tim Docker <tim at dockerz.net>
Date:   Mon Feb 10 22:51:46 2014 +1100

     Updated lens constrain to include lens 4.0

commit d463ce641ad963bf502a0991cb80a602abc8432c
Author: Tim Docker <tim at dockerz.net>
Date:   Mon Jan 27 13:17:18 2014 +1100

     Added missing exports to chart-simple

commit 2f18ce8817e06f044969ce71808f3587035fbcae
Author: Tim Docker <tim at dockerz.net>
Date:   Fri Jan 24 00:06:29 2014 +1100

     Fix synopsis/description of chart-simple package




More information about the Chart mailing list