From: <and...@us...> - 2010-05-18 19:09:12
|
Revision: 11007 http://plplot.svn.sourceforge.net/plplot/?rev=11007&view=rev Author: andrewross Date: 2010-05-18 19:09:05 +0000 (Tue, 18 May 2010) Log Message: ----------- Add note about deprecation of python Numeric support. Modified Paths: -------------- trunk/README.release Modified: trunk/README.release =================================================================== --- trunk/README.release 2010-05-18 15:51:23 UTC (rev 11006) +++ trunk/README.release 2010-05-18 19:09:05 UTC (rev 11007) @@ -166,6 +166,14 @@ examples/c/README.cairo). A good replacement for pygcw is our new pyqt4 bindings for PLplot. +XVIII. As of release 5.9.6 we have deprecated support for the python +Numeric array extensions. Numeric is no longer maintained and users +of Numeric are advised to migrate to numpy. Numpy has been the standard +for plplot for some time. If numpy is not present plplot will now +disable python by default. If you still require Numeric support in the +short term then set USE_NUMERIC to ON in cmake. The plplot support +for Numeric will be dropped in a future release. + INDEX 0. Tests made for release 5.9.6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |