diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/ChangeLog')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/ChangeLog | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog index 89b6d6e0e7b..66b35538d12 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog +++ b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog @@ -1,3 +1,141 @@ +2012-08-23 Christian Feuersaenger <ludewich@users.sourceforge.net> + - RELEASED 1.6.1 + +2012-08-23 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed incompatibility lualatex, shader=interp, and german package + +2012-08-22 Christian Feuersaenger <ludewich@users.sourceforge.net> + - RELEASED 1.6 on sourceforge (only) + +2012-08-16 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed support for scopes inside of axes + +2012-07-15 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed (re)scaling of view normal + +2012-07-03 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: 'nan' values in error bar values caused compilation errors. + Now, error bars for unbounded coordinates are skipped. + +2012-06-24 Christian Feuersaenger <ludewich@users.sourceforge.net> + - spent a considerably amount of attention to 'axis equal' in 3d: + it works correctly now and the underlying scaling algorithm is much more powerful. + This is backwards compatible with 2d axis equal (but not 3d as this was + plain wrong) + +2012-06-16 Christian Feuersaenger <ludewich@users.sourceforge.net> + - provided a suitable legend for quiver plots + +2012-06-10 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added docs for tikz/mark phase + +2012-06-09 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: restrict y to domain did not work for log axes + +2012-05-18 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: extreme differences between point meta and point meta min/max + caused number range problems. The point meta data is now clipped to [0,1000] + +2012-05-06 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: create on use for error bar columns did not work + - fixed bug: view dir was rescaled incorrectly + this is a regression; it was not in 1.5.1 + - added feature 'hist/density' (thanks to Juernjakob Dugge for this contribution!) + +2012-05-01 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed 'scale mode=scale uniformly': intermediate results needed to be computed by FPU + - fixed bug: 'colorbar style={ymode=log}' was not processed properly + +2012-04-27 Christian Feuersaenger <ludewich@users.sourceforge.net> + - 'scale mode=scale uniformly' now also respects user-provided data + limits (including \addplot3 graphics). + - fixed bug: reversed axes + explicitly provided x,y,z vectors did not + work properly in 3d (also affected \addplot3 graphics) + +--- the following lines are from a feature branch. +2011-10-02 Christian Feuersaenger <ludewich@users.sourceforge.net> + - the 'clip=plots individually' has been renamed to 'clip mode=global|individual' + and 'clip mode=global' is the new default. It is, however, not + completely implemented for custom drawing commands + +2011-10-01 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug in recent version: the 'cell picture' was always active + - added support for 'set layers' inside of a pgfplots axis + - 'axis on top', together with 'activate layers', will now implicitly call 'set layers=axis on top' + +2011-09-18 Christian Feuersaenger <ludewich@users.sourceforge.net> + - rewrote layer support to be more compatible with pgf and added + systematic support for layers, including a useful default configuration + +2011-09-14 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added feature 'cell picture=true|false|if necessary' + +2011-09-04 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added feature 'clip=plots individually' + +2012-04-21 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: explicitly provided unit vectors + '* dir=reverse' did not work + - improved smith charts docs + provided more styles + +2012-04-04 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: lualatex and shader=interp have been incompatible. + I implemented proper binary encoding in lua. + +2012-04-02 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: 'linear regression/variance' key did only work if 'linear + regression/variance src' was active as well. Now, it works also without. + +2012-04-01 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added 'contour/levels' key. + +2012-03-04 Christian Feuersaenger <ludewich@users.sourceforge.net> + - table package: improved and documented ways to suppress head rows + +2012-02-04 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: compatibility to PGF 2.00 was broken + +2012-01-22 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: fixed combination of transparency + shading in shader=interp + +2012-01-01 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added support for 'mesh/interior colormap name,shader=interp' + it uses shader=faceted interp + +2011-10-03 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug in 'mesh/interior colormap name': the data scaling trafo + was not respected correctly + - fixed bug in 'mesh/interior colormap name': z buffer reversals have not + been respected. + +2011-10-02 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added 'mesh/interior colormap thresh' + +2011-09-28 Christian Feuersaenger <ludewich@users.sourceforge.net> + - renamed 'mesh/background colormap name' to 'mesh/interior colormap name' + +2011-09-28 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: there was a case were 'shader=faceted interp' was + unnecessarily converted to triangles + +2011-09-27 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: the view direction was not scaled properly. + +2011-09-26 Christian Feuersaenger <ludewich@users.sourceforge.net> + - worked on 'mesh/background colormap name'. It works partially for + 'disabledatascaling', although it reveals that the view direction is + imprecise. + +2011-09-26 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: 'patch to triangle' for rectangles produced inconsistently + oriented triangles + +2011-09-25 Christian Feuersaenger <ludewich@users.sourceforge.net> + - implemented draft for 'mesh/background colormap name'. + I think it works, but it might be useless because the sampling methods do + not produce proper normal vectors. + +--- the following lines are from a feature branch. + 2011-12-29 Christian Feuersaenger <ludewich@users.sourceforge.net> - RELEASED VERSION 1.5.1 |