Changelog for
python-scipy-debugsource-0.12.0-28.1.i586.rpm :
Sun Apr 14 14:00:00 2013 termimAATTgmail.com
- Update to version 0.12.0
Some of the highlights of this release are:
* Completed QHull wrappers in scipy.spatial.
* cKDTree now a drop-in replacement for KDTree.
* A new global optimizer, basinhopping.
* Support for Python 2 and Python 3 from the same code base (no more 2to3).
Mon Oct 1 14:00:00 2012 toddrme2178AATTgmail.com
- Update to version 0.11.0:
* Sparse Graph Submodule
* scipy.optimize improvements
* A unified interface to minimizers of univariate and
multivariate functions has been added.
* A unified interface to root finding algorithms for
multivariate functions has been added.
* The L-BFGS-B algorithm has been updated to version 3.0.
* scipy.linalg improvements
* New matrix equation solvers
* QZ and QR Decomposition
* Pascal matrices
* Sparse matrix construction and operations
* LSMR iterative solver
* Discrete Sine Transform
* scipy.interpolate improvements
* Interpolation in spherical coordinates
* scipy.stats improvements
* Binned statistics
- Remove upstreamed patches
Mon Aug 27 14:00:00 2012 toddrme2178AATTgmail.com
- Disable broken libatlas3
Mon Jun 4 14:00:00 2012 toddrme2178AATTgmail.com
- Add suitesparse buildrequires
- Remove blas/lapack tests since these build successfully on all
targets now
Tue May 29 14:00:00 2012 cfarrellAATTsuse.com
- license update: BSD-3-Clause
No LGPL licenses found in the package
Tue May 29 14:00:00 2012 toddrme2178AATTgmail.com
- Don\'t build against libatlas on factory since libatlas doesn\'t
work there
Fri May 18 14:00:00 2012 toddrme2178AATTgmail.com
- Fix rmplint warnings
- Clean up spec file formatting
Mon Apr 30 14:00:00 2012 toddrme2178AATTgmail.com
- Removed tests for unsupported openSUSE versions
Tue Apr 24 14:00:00 2012 toddrme2178AATTgmail.com
- Add python 3 package
Sat Apr 14 14:00:00 2012 badshah400AATTgmail.com
- Modify BuildRequires to match recent name changes of lapack and
blas in project.
Tue Mar 27 14:00:00 2012 saschpeAATTsuse.de
- Update to version 0.10.1:
* AFAICS, upstream provides no changelog
- Spec file cleanup:
* New sub-package weave provides the devel package (only headers in
a \'devel\' package won\'t work)
* Don\'t ship testsuite and package weave examples as documentation
* Set license to SDPX style
Sun Oct 2 14:00:00 2011 behrischAATTusers.sf.net
- update to 0.10.0b2
- added patch for fortran functions returning random data
- prepared addition of ufsparse
Mon Sep 13 14:00:00 2010 cooloAATTnovell.com
- update to 0.8.0:
* Python 3 compat
* Major documentation improvements
* Deprecated features
o Swapping inputs for correlation functions (scipy.signal)
o Obsolete code deprecated (scipy.misc)
* New features
o DCT support (scipy.fftpack)
o Single precision support for fft functions (scipy.fftpack)
o Correlation functions now implement the usual definition (scipy.signal)
o Additions and modification to LTI functions (scipy.signal)
... many more, see 0.8.0-notes.rst
Tue Jul 14 14:00:00 2009 larsAATTlinux-schulserver.de
- update to 0.7.1:
+ Several fixes in Matlab file IO
+ Work around a failure with Python 2.6
+ Memory leak in lfilter have been fixed
+ Several bugs of varying severity were fixed in the special
functions
- adapted patches to latest version
- also package release notes
Sun Jun 21 14:00:00 2009 larsAATTlinux-schulserver.de
- update to 0.7.0.3 (0.7.1rc3):
+ bugfix release
- adapted patches:
+ scipy-0.7.1rc3-implicit-fortify-decl.patch (xerbla.c)
+ scipy-0.7.1rc3-undefined_operation.patch (zutil.c; cutil.c)
- new patches:
+ scipy-0.7.1rc3-umfpack-include.patch (fix to find umfpack)
+ scipy-0.7.1rc3-atlas-include.patch (fix to find atlas)
+ scipy-0.7.1rc3-superlu.patch (correct use of fprintf)
- enable umfpack, atlas and amd support
- drop devel subpackage
- enable mandriva build
Mon Mar 9 13:00:00 2009 larsAATTlinux-schulserver.de
- update to 0.7.0:
SciPy 0.7.0 is the culmination of 16 months of hard work. It
contains many new features, numerous bug-fixes, improved test
coverage and better documentation.
+ Python 2.6 support (NOT Python 3.0)
+ Major documentation improvements
+ Support for NumScons has been added
+ Sandbox Removed
+ Sparse matrices have seen extensive improvements
+ Statistical functions for masked arrays have been added
+ The IO code in both NumPy and SciPy is being extensively
reworked
+ New Hierarchical Clustering module
+ New Spatial package
+ Reworked fftpack package
+ New Constants package
+ New Radial Basis Function module
+ New complex ODE integrator
+ New generalized symmetric and hermitian eigenvalue problem solver
+ Bug fixes in the interpolation package
+ Weave clean up
- adapted patches to new source