From: <car...@us...> - 2012-04-17 14:16:29
|
Revision: 10266 http://octave.svn.sourceforge.net/octave/?rev=10266&view=rev Author: carandraug Date: 2012-04-17 14:16:23 +0000 (Tue, 17 Apr 2012) Log Message: ----------- statistics: removed dependency from miscellaneous package (only dependended because of cell2csv and csv2cell now in io) Modified Paths: -------------- trunk/octave-forge/main/statistics/DESCRIPTION trunk/octave-forge/main/statistics/NEWS Modified: trunk/octave-forge/main/statistics/DESCRIPTION =================================================================== --- trunk/octave-forge/main/statistics/DESCRIPTION 2012-04-17 14:08:58 UTC (rev 10265) +++ trunk/octave-forge/main/statistics/DESCRIPTION 2012-04-17 14:16:23 UTC (rev 10266) @@ -6,7 +6,7 @@ Title: Statistics Description: Additional statistics functions for Octave. Categories: Statistics -Depends: octave (>= 2.9.7), miscellaneous, io (>= 1.0.18) +Depends: octave (>= 2.9.7), io (>= 1.0.18) Autoload: yes License: GPLv3+, public domain Url: http://octave.sf.net Modified: trunk/octave-forge/main/statistics/NEWS =================================================================== --- trunk/octave-forge/main/statistics/NEWS 2012-04-17 14:08:58 UTC (rev 10265) +++ trunk/octave-forge/main/statistics/NEWS 2012-04-17 14:16:23 UTC (rev 10266) @@ -2,9 +2,8 @@ ------------------------------------------------------------------- ** The package is now dependent on the io package (version 1.0.18 or - later) since some of the functions that were previously part of - the miscellaneous package (already a dependency of statistics), - have been moved to io. + later) since the functions that it depended of from miscellaneous + package have been moved to io. Summary of important user-visible changes for statistics 1.1.1: ------------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |