[SciPy-Dev] ANN: SciPy 0.10.0 beta 2

Charles R Harris charlesr.harris at gmail.com
Sun Sep 18 17:35:33 EDT 2011


On Sun, Sep 18, 2011 at 1:37 PM, Christoph Gohlke <cgohlke at uci.edu> wrote:

>
>
> On 9/18/2011 4:02 AM, Ralf Gommers wrote:
> > Hi,
> >
> > The first beta release of scipy 0.10.0 was, well, beta quality,
> > therefore I am pleased to announce the availability of the second 0.10.0
> > beta release. For this release over a 100 tickets and pull requests have
> > been closed, and many new features have been added. Some of the
> > highlights are:
> >
> >    - support for Bento as a build system for scipy
> >    - generalized and shift-invert eigenvalue problems in sparse.linalg
> >    - addition of discrete-time linear systems in the signal module
> >
> > Sources and binaries can be found at
> > https://sourceforge.net/projects/scipy/files/scipy/0.10.0b2/, release
> > notes are copied below. SciPy 0.10 is compatible with Python 2.4 - 3.2,
> > and requires numpy 1.5.1 or higher.
> >
> > Please try this release and report problems on the mailing list.
> >
> > Cheers,
> > Ralf
> >
> >
>
> Hello Ralf,
>
> looks good. Just some minor issues:
>
> 1) I was unable to build from scipy-0.10.0b2.zip: "error:
> src\fblaswrap.f: No such file or directory". The git branch is OK.
>
> 2) Can the file japanese_utf8.txt in scipy\io\matlab\tests\data somehow
> be marked as binary on github? It is automatically converted to Windows
> line endings such that test_mio.test_load fails.
>
>
We need to put "scipy/io/matlab/tests/data/japanese_utf8.txt binary" in the
.gitattributes file.

That assumes everyone is using git >= 1.6.

<snip>

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20110918/813e9a8e/attachment.html>


More information about the SciPy-Dev mailing list