summaryrefslogtreecommitdiff
path: root/math/py-Scientific
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-04-24Convert to bl3, and fix PLIST on NetBSD-2*.wiz2-9/+10
2004-02-12Fix build by including mpi-ch's buildlink2.mk rather than just dependingrecht1-3/+2
on it.
2004-01-18update to 2.4.5recht6-45/+76
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
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht1-54/+101
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-09buildlink1 -> buildlink2.wiz1-3/+4
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-01-17move to canonical pkg name (pyX.Y-pkg-vers),drochner2-69/+9
append version suffix to extended python interpreter, don't install docs (separate pkg now)
2002-01-16we need at least Python 2.0.1nb1 or 2.1.1nb1, 2.2 doesn't work at alldrochner1-1/+4
2002-01-16use buildlink files for Python and py-Numericdrochner2-115/+115
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-14use USE_PYTHONdrochner2-23/+7
2001-05-10set runtime library search path so that libnetcdf is founddrochner2-5/+13
2001-04-22Only install the include files once.jtb1-7/+3
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-04-08Added defaults for EVAL_PREFIX.jtb1-1/+5
2001-03-30Updated to py-Scientific-2.2.jtb6-46/+127
2.1.5 --> 2.2 ------------- Bug fixes: - The sign convention for rotation angles was not correctly applied in Scientific.Geometry.Transformation and Scientific.Geometry.Quaternions. Everything was consistent, but with the wrong sign. Improvements: - Scientific.IO.PDB can handle a larger range of variant formats for DNA New features: - New module Scientific.Visualization.VPython. - Scientific.IO.TextFile also handles bzip2 compressed files (extension .bz2). This only works if bzip2 is installed. 2.1.4 --> 2.1.5 --------------- New features: - Scientific.TkWidgets.TkPlotCanvas: - Popup menu on right button - Value display on middle button - HorizontalLine, VerticalLine objects Modifications: - MPI interface no longer assumes that MPI_Op and MPI_Datatype are integers (they aren't in LAM, for example). 2.1.3 --> 2.1.4 --------------- New features: - New MPI functions implemented by Jakob Schiotz: - nonblocking send and receive - abort - reduce and allreduce Modifications: - The Python interpreter lock is released during calls to the netCDF library, permitting other threads to continue during I/O operations. An internal lock has been added to prevent reentrant calls to the netCDF library, which is not thread safe. (If you don't understand any of this, you shouldn't care, it has no consequences unless you use threads.) - Methods receive and receiveString on MPI communicator objects can be called without source and tag arguments (defaults to None). Bug fixes: - The compilation script did not work correctly for MPI support 2.1.2 --> 2.1.3 --------------- New features: - Some small utility widgets have been added to Scientific.TkWidgets. They are not particularly "scientific", but not worth the effort of a separate distribution. Bug fixes: - The abs() function didn't work on DerivVar objects (modules Scientific.Functions.Derivatives and Scientific.Functions.FirstDerivatives) with negative values. - The method projectionOf in Scientific.Geometry.Objects3D.Plane was wrong. 2.1.1 --> 2.1.2 --------------- Installation: - The mpipython executable is compiled using 'mpicc', which should simplify installation significantly because all library specifications are automatically taken into account. In other words, MPI support should work on all platforms without any modifications to the Setup file. (Thanks to Jakob Schiotz for this suggestion!) - Some 'extern' declarations were changed to 'staticforward' to please some compilers. Documentation: - the documentation for the methods receive and receiveString were wrong. 2.1.0 --> 2.1.1 --------------- Bug fixes: - The upper bound for MPI message tags was not treated correctly, leading to a bound of zero on some platforms. Modifications: - The methods sendArray and sendString were combined into a single method send. - broadcastArray was renamed to broadcast, shareArray was renamed to share, receiveArray was renamed to receive. The only function that retains a data type indication is receiveString. 2.0.1 --> 2.1.0 --------------- Additions: - MPI interface in Scientific.MPI
2001-03-29Fix typo which caused i386 bulk build problem.jtb1-2/+2
mpich->=1.2.1 becomes mpich>=1.2.1 .
2001-03-25Changed the build process to work with the recently updated mpi-ch packagejtb2-3/+3
which installs its parts in locations different to the previous version.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-30Initial import of new py-Scientific package:jtb7-0/+197
Python modules for scientific computing