<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py, branch v1.6.2</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>BUG: Fix f2py test_kind.py test.</title>
<updated>2012-04-30T03:45:15+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2012-03-18T05:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e7f2210e10126e9d11074ccd75addb6506216540'/>
<id>e7f2210e10126e9d11074ccd75addb6506216540</id>
<content type='text'>
Newer Fortran compilers for Intel may support quad precision, so
_selected_real_kind_func needs to report that for precisions &gt;= 19.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Newer Fortran compilers for Intel may support quad precision, so
_selected_real_kind_func needs to report that for precisions &gt;= 19.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --include-paths. Updated docs.</title>
<updated>2011-06-22T21:04:45+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-06-21T11:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3c2ddd9f1b10d0de51f7f5b06e5db8f2b0b7a775'/>
<id>3c2ddd9f1b10d0de51f7f5b06e5db8f2b0b7a775</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 f2py size variadic macro for Visual C++ 2008 compiler. Also be verbose on unspecified use modules.</title>
<updated>2011-05-30T19:22:37+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-05-18T20:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=08953ea452a9f8f0e2a725c317e25adb81041cf5'/>
<id>08953ea452a9f8f0e2a725c317e25adb81041cf5</id>
<content type='text'>
(backport of 026bc920)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(backport of 026bc920)
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix the order of declaring variables in f2py generated code. The bug was noticable with ifort but not with gfortran.</title>
<updated>2011-05-07T18:14:04+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-05-06T21:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=243a6fd3a96caa032bb9a0065fca56d3ae31b46a'/>
<id>243a6fd3a96caa032bb9a0065fca56d3ae31b46a</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 two argument size support for Fortran module routines. Reverted size-to-shape mapping patch and implemented two argument size function in C.</title>
<updated>2011-05-07T18:13:39+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-05-06T18:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b5deff1cdaca37ba59cbc8f545b53b7dd916feb4'/>
<id>b5deff1cdaca37ba59cbc8f545b53b7dd916feb4</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 assumed shape support for module routines.</title>
<updated>2011-05-07T18:13:28+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-05-05T22:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f15b435d0d8082b631296342dcf76941e13c817c'/>
<id>f15b435d0d8082b631296342dcf76941e13c817c</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 memory leak in f2py_rout_wrap_call test.</title>
<updated>2011-05-02T18:35:14+00:00</updated>
<author>
<name>Michael Droettboom</name>
<email>mdboom@gmail.com</email>
</author>
<published>2011-05-02T14:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f5202c8e1bbd8c18cc6125061770e0297736a68a'/>
<id>f5202c8e1bbd8c18cc6125061770e0297736a68a</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 f2py bug in generating interfaces for assumed shape support as an addition to 4d43ec5.</title>
<updated>2011-03-31T08:17:52+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-03-31T06:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a172fd66da48e227138b3305641de51b828c3cfd'/>
<id>a172fd66da48e227138b3305641de51b828c3cfd</id>
<content type='text'>
(backport of 7134a93)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(backport of 7134a93)
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix f2py function wrapping (assumed_shape test) for gcc 4.5.x.</title>
<updated>2011-03-30T08:25:39+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-03-28T06:44:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=044ffda3dbc971d13e7e959b731c699629fad6d6'/>
<id>044ffda3dbc971d13e7e959b731c699629fad6d6</id>
<content type='text'>
(backport of 96ac357b2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(backport of 96ac357b2)
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix f2py bug in generating interfaces for assumed shape support.</title>
<updated>2011-03-30T08:25:12+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2011-03-29T07:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4065b52246c47a1b588d1d44857f9680ce542529'/>
<id>4065b52246c47a1b588d1d44857f9680ce542529</id>
<content type='text'>
(backport of 4d43ec5b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(backport of 4d43ec5b)
</pre>
</div>
</content>
</entry>
</feed>
