<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, branch maintenance/1.2.x</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Fix missing namespace in regression test.</title>
<updated>2009-05-16T09:36:53+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-05-16T09:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=31a59f21ffb1b110c129f195548dee49d53e450a'/>
<id>31a59f21ffb1b110c129f195548dee49d53e450a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport fix for #745 (r6603).</title>
<updated>2009-05-16T09:36:39+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-05-16T09:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8116f7b493715790d05001e5e699ef972d86dff9'/>
<id>8116f7b493715790d05001e5e699ef972d86dff9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport r6195.</title>
<updated>2009-05-16T09:36:23+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-05-16T09:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aae3061f36c06d1114a37691950209f6cf5b14a5'/>
<id>aae3061f36c06d1114a37691950209f6cf5b14a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Back-port reduceat bug-fix to 1.2.x</title>
<updated>2009-05-10T03:56:12+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2009-05-10T03:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=94ca624e27a4543eb3683d64190fd32965fc1aef'/>
<id>94ca624e27a4543eb3683d64190fd32965fc1aef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix goftran universal flags settings (#1067).</title>
<updated>2009-03-28T08:48:19+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-03-28T08:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9fdc2545bf144c6267fee872c3832fc87c53b305'/>
<id>9fdc2545bf144c6267fee872c3832fc87c53b305</id>
<content type='text'>
    
Arch flags were detected and set for both linkers and compiler. Since they both
used the compiler_f90 as the underlying command, arch flags were added twice to
the compiler command for universal detection, which rendered the verbose output
of gfortran useless.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    
Arch flags were detected and set for both linkers and compiler. Since they both
used the compiler_f90 as the underlying command, arch flags were added twice to
the compiler command for universal detection, which rendered the verbose output
of gfortran useless.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Error checking to 1.2.x branch</title>
<updated>2009-02-25T13:45:53+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2009-02-25T13:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e376e1d4562e03a6305c87f4a99be59104ce4eac'/>
<id>e376e1d4562e03a6305c87f4a99be59104ce4eac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch 1.2.x branch with titles fix.</title>
<updated>2009-02-25T05:27:46+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2009-02-25T05:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4cfd05c3c5b3fc3458283e180d755c8a8ac013ed'/>
<id>4cfd05c3c5b3fc3458283e180d755c8a8ac013ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* MaskedArray.__array_wrap__ : forces the domain (if any) to a ndarray (fill with True)</title>
<updated>2009-02-11T01:52:37+00:00</updated>
<author>
<name>pierregm</name>
<email>pierregm@localhost</email>
</author>
<published>2009-02-11T01:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fe65ead5d8ffed0c769d34e7dd817a291ddae09c'/>
<id>fe65ead5d8ffed0c769d34e7dd817a291ddae09c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 6354 from trunk.</title>
<updated>2009-02-10T10:57:41+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2009-02-10T10:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f2ed3c76ea1f96ac3b5ee871f59192ed6429b111'/>
<id>f2ed3c76ea1f96ac3b5ee871f59192ed6429b111</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*backporting bugfix r6352</title>
<updated>2009-02-10T00:49:40+00:00</updated>
<author>
<name>pierregm</name>
<email>pierregm@localhost</email>
</author>
<published>2009-02-10T00:49:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=61e042f47ecdde4ea1224b5fa05219528f009f1b'/>
<id>61e042f47ecdde4ea1224b5fa05219528f009f1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
