haskell-plot/CHANGES

139 lines
2.6 KiB
Plaintext
Raw Normal View History

0.1:
* initial version
0.1.1:
* add candle/whisker plots
0.1.1.1:
* export MinMaxSeries
0.1.1.2:
* fixed examples for Scale (Log/Linear)
0.1.1.3:
* fixed bug (lack of stroke) with datasets larger than window
* hollow points fill with white
0.1.1.4:
* remove Unicode dependency
0.1.2:
* improve axis line joins
* annotations
0.1.2.1:
* save/restore cairo annotation
* add setDataset documentation
* improve Dashes
* formattable grid lines
0.1.2.2:
* FormattedSeries, not DecoratedSeries in setDataset documentation
0.1.2.3:
* export withGridLine
0.1.2.4:
* bumped gtk dependency
* changed 'State' constructor to 'state' function to reflect mtl > 2
0.1.2.5:
* fixed bug in surface axis labels
0.1.2.6:
* fixed treatment of 0 in log axes
* fixed reversed range values
* thus reverting 0.1.2.5 non-bug
* export Data.Colour.Names
0.1.3.0:
* change scaling so that miniscule linewidths don't occur
0.1.3.1:
* fix error in scaling
0.1.3.2:
* more fix treatment of 0 in log axes
0.1.3.3:
*
0.1.3.4:
2012-06-14 14:05:11 +12:00
* switch to github
0.1.3.5:
* fixed .cabal repository line
2012-06-27 16:24:06 +12:00
0.1.4:
2012-06-29 14:39:32 +12:00
* fix finding min/max of MinMax series
* fix bar width for Candle/Whisker
2012-06-29 14:45:55 +12:00
* fix x coordinate of Whisker
2012-06-29 17:28:40 +12:00
* change bar width for Bar
0.1.4.1:
2012-07-25 16:38:54 +12:00
* refactor renderSeries
2012-07-29 16:29:36 +12:00
* fixed error bars for non-points
0.1.4.2:
* fixed bug in MinMax with error (logSeriesMinMax)
0.1.5:
* changed Ticks datatype
* added linlog and loglin to Simple.hs
2012-11-19 08:23:53 +13:00
* fixed points with single error series (to under/over)
* fixed bug in location of `Value` axis
* added data labels to axes
2012-11-19 08:42:03 +13:00
* fix some warnings
2012-11-23 17:16:29 +13:00
0.1.5.1:
* changed _data_label to _tick_label
0.1.6:
2012-11-23 21:37:15 +13:00
* added TickValue renderer
0.1.6.1:
* refactor tickPositions
2012-12-07 19:20:33 +13:00
0.1.7:
2013-01-10 15:12:14 +13:00
* fix log labels
0.1.7.1:
* small bug fix when setting ticks
0.1.8:
2013-06-19 21:03:16 +12:00
* added `TickFormat` data type
0.2:
2013-06-30 14:31:21 +12:00
* added `BarSetting` with `BarSpread` and `BarStack`
0.2.1:
* don't use textPad when plot title is empty
* add background colours for figure and plot
0.2.2:
* deprecate `withTickLabelFormat` for `withTickLabelsFormat`
* fix issue #5, interaction of setPointSize and Legends
2014-02-24 21:26:59 +13:00
0.2.3:
2014-05-29 17:11:56 +12:00
* add sampleData action to a plot
0.2.3.1:
* fix bugs (-y) in rendering annotations. Issue #7
2014-08-04 15:26:21 +12:00
0.2.3.2:
2015-01-15 11:24:30 +09:00
* allow v0.13 of pango/cairo
2015-01-15 15:17:58 +13:00
0.2.3.3:
2015-10-09 18:56:45 +13:00
* Update AMP Changes for ghc 7.10
2015-01-15 11:24:30 +09:00
0.2.3.4:
2015-10-09 18:56:45 +13:00
* clean up warnings
* use transformers instead of MaybeT
0.2.3.5:
* update for hmatrix 0.17
0.2.3.7:
2017-12-09 15:10:25 +13:00
* implement vector functions thanks to alang9 on github
0.2.3.8:
* resolve ambiguity in Upper and Lower types from HMatrix