Subject: CVS commit: pkgsrc/math/py-Scientific
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 01/18/2004 23:57:50
Module Name:	pkgsrc
Committed By:	recht
Date:		Sun Jan 18 23:57:50 UTC 2004

Modified Files:
	pkgsrc/math/py-Scientific: Makefile PLIST distinfo
	pkgsrc/math/py-Scientific/patches: patch-aa
Added Files:
	pkgsrc/math/py-Scientific/patches: patch-ab
Removed Files:
	pkgsrc/math/py-Scientific/files: Setup.in

Log Message:
update to 2.4.5

2.4.3 --> 2.4.4:
----------------
Bug fixes:
NetCDF error messages should now be correct. No more "unknown errors"!

2.4 --> 2.4.1:
--------------
Bug fixes:
- Scientific.MPI did not contain the _C_API object needed by C extension
  modules that call MPI.
- The arguments to the receiveString method are now optional, as documented.

2.3.3 --> 2.4:
--------------
Bug fixes:
- Memory function calculation in Scientific.Signals.Models
  returned a wrong value for the first point.
- Some indexing problems in Scientific.IO.NetCDF were fixed;
  none of them caused wrong results, just unjustified exceptions.

2.3.2 --> 2.3.3:
----------------
Bug fixes:
- The method divide() assumed the wrong coefficient order.
New features:
- Module Scientific.Signals.Models
- Class Scientific.Statistics.Histogram.WeightedHistogram

2.3.1 --> 2.3.2:
----------------
Incompatible changes:
- Specification of routines in Scientific.BSP changed.

2.2 --> 2.3.1
-------------
New features:
- New modules Scientific.BSP and Scientific.BSP.IO


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/math/py-Scientific/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/math/py-Scientific/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/math/py-Scientific/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/math/py-Scientific/files/Setup.in
cvs rdiff -r1.2 -r1.3 pkgsrc/math/py-Scientific/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/math/py-Scientific/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.