|
From: <ai...@us...> - 2008-10-21 01:56:00
|
Revision: 8943
http://plplot.svn.sourceforge.net/plplot/?rev=8943&view=rev
Author: airwin
Date: 2008-10-21 01:55:55 +0000 (Tue, 21 Oct 2008)
Log Message:
-----------
Warn users of the plgvpw change.
Modified Paths:
--------------
trunk/README.release
Modified: trunk/README.release
===================================================================
--- trunk/README.release 2008-10-21 01:42:57 UTC (rev 8942)
+++ trunk/README.release 2008-10-21 01:55:55 UTC (rev 8943)
@@ -13,17 +13,32 @@
(LGPL), and the disclaimer of all warrantees, given in the COPYING.LIB
file.
-N.B. This is the official notice that our deprecated autotools-based build
-system has now been removed. Instead, use the CMake-based build system
-following the directions in the INSTALL file.
+Notices for Users.
-Note that we no longer support Octave-2.1.73 which has a variety of run-time
-issues in our tests of the octave examples on different platforms. In
-contrast our tests show we get good run-time results with all our Octave
-examples for Octave-3.0.1. Also, that is the recommended stable version of
-Octave at http://www.gnu.org/software/octave/download.html so that is the
-only version of Octave we support at this time.
+This is the official notice that our deprecated autotools-based build system
+has now been removed. Instead, use the CMake-based build system following
+the directions in the INSTALL file.
+This is official notice that we no longer support Octave-2.1.73 which has a
+variety of run-time issues in our tests of the octave examples on different
+platforms. In contrast our tests show we get good run-time results with all
+our Octave examples for Octave-3.0.1. Also, that is the recommended stable
+version of Octave at http://www.gnu.org/software/octave/download.html so
+that is the only version of Octave we support at this time.
+
+This is official notice that the PLplot team have decided for consistency
+sake to change the PLplot stream variables plsc->vpwxmi, plsc->vpwxma,
+plsc->vpwymi, and plsc->vpwyma and the results returned by plgvpw to reflect
+the exact window limit values input by users using plwind. Previously to
+this change, the stream variables and the values returned by plgvpw
+reflected the internal slightly expanded range of window limits used by
+PLplot so that the user's specified limits would be on the graph. Two users
+noted this slight difference, and we agree with them it should not be there.
+Note that internally, PLplot still uses the expanded ranges so most users
+results will be identical. However, you may notice some small changes to
+your plot results if you use these stream variables directly (only possible
+in C/C++) or use plgvpw.
+
INDEX
1. Changes relative to PLplot 5.9.0 (the previous development release)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|