<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/f2py, branch v1.15.3</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>silence warnings, matplotlib deprecated normed in favor of density</title>
<updated>2018-04-10T18:42:31+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-04-10T18:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c4996684e79ab8bbbd312ea4803286d226e95fd8'/>
<id>c4996684e79ab8bbbd312ea4803286d226e95fd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: update f2py front page and some doc build metadata.</title>
<updated>2017-06-18T01:46:45+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2017-06-18T01:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=79402fdc67a26cdfc568963368f9d40494f80936'/>
<id>79402fdc67a26cdfc568963368f9d40494f80936</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Spelling fixes</title>
<updated>2017-05-09T09:16:14+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-05-09T09:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ef5684564e3074daf614846f30bfdd7f15f5254f'/>
<id>ef5684564e3074daf614846f30bfdd7f15f5254f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix typos</title>
<updated>2017-03-17T18:41:49+00:00</updated>
<author>
<name>Jakub Wilk</name>
<email>jwilk@jwilk.net</email>
</author>
<published>2017-03-17T18:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=67ba58b146400589fc810dbe40511a6a5e78b850'/>
<id>67ba58b146400589fc810dbe40511a6a5e78b850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change all non-code instances of Numpy to NumPy</title>
<updated>2016-09-06T09:20:19+00:00</updated>
<author>
<name>Pierre de Buyl</name>
<email>pdebuyl@pdebuyl.be</email>
</author>
<published>2016-09-05T20:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=773e3cad9a71cb9a7849d8e251fb8a99ab35d06b'/>
<id>773e3cad9a71cb9a7849d8e251fb8a99ab35d06b</id>
<content type='text'>
Instances remain for NumpyVersion and Numpy.rec.fromarrays that are
references to code.

Release notes were left unchanged.

see issue #7986
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instances remain for NumpyVersion and Numpy.rec.fromarrays that are
references to code.

Release notes were left unchanged.

see issue #7986
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Spellcheck doc/source/f2py/signature-file.rst.</title>
<updated>2015-10-16T18:04:06+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-10-15T22:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b1ce387fd259b63530ebe5390ad528bac304075f'/>
<id>b1ce387fd259b63530ebe5390ad528bac304075f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: allow extension of common blocks in numpy.f2py</title>
<updated>2015-10-16T17:59:53+00:00</updated>
<author>
<name>Alexander Heger</name>
<email>alexander.heger@monash.edu</email>
</author>
<published>2015-09-12T02:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=81bdad0401275890d31bf2edc274fdb8e9ef950a'/>
<id>81bdad0401275890d31bf2edc274fdb8e9ef950a</id>
<content type='text'>
Lack of this feature resulted in the generation of incorrect *.pyf
files.

For example, the pyf file created by:

      subroutine sub3 (some arguments)
      real a, b, c, d
      common /coeff/ a, b
      common /coeff/ c, d

      &lt;do stuff&gt;

      return
      end

Should contain both common statements the declaration of all four
variables a, b, c, and d.

Closes #5876.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lack of this feature resulted in the generation of incorrect *.pyf
files.

For example, the pyf file created by:

      subroutine sub3 (some arguments)
      real a, b, c, d
      common /coeff/ a, b
      common /coeff/ c, d

      &lt;do stuff&gt;

      return
      end

Should contain both common statements the declaration of all four
variables a, b, c, and d.

Closes #5876.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fix examples in f2py documentation.  They didn't appear at all in html.</title>
<updated>2014-04-21T14:14:21+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2014-04-21T14:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1dff3cea279dd1736dfee03334404eb381fedc75'/>
<id>1dff3cea279dd1736dfee03334404eb381fedc75</id>
<content type='text'>
Also fix example in testing that Sphinx saw as section header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix example in testing that Sphinx saw as section header.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: remove mktemp mention from f2py manpage</title>
<updated>2014-02-16T11:48:32+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-02-16T11:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5669280ac3535c3fed083fcb1fedef2064d227fd'/>
<id>5669280ac3535c3fed083fcb1fedef2064d227fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: f2py: fix some typos etc</title>
<updated>2014-01-02T22:13:38+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2014-01-02T22:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4f7d1019f2b4313ae2a5a601fb09fcaabbd9c952'/>
<id>4f7d1019f2b4313ae2a5a601fb09fcaabbd9c952</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
