<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/tests/src, branch meson</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>TST: Ensure the f2py value attribute is handled</title>
<updated>2022-06-21T15:49:17+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2022-06-21T15:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=278309170715384a542b7e82b83d57f73025122e'/>
<id>278309170715384a542b7e82b83d57f73025122e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Ensure long_long in f2cmap works</title>
<updated>2022-06-10T03:53:09+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2022-06-10T03:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=43fe8d6775a2a9db63fd00c63c14c7ee2efae01f'/>
<id>43fe8d6775a2a9db63fd00c63c14c7ee2efae01f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19388 from pearu/enh-f2py-character-support</title>
<updated>2022-06-06T15:46:27+00:00</updated>
<author>
<name>Melissa Weber Mendonça</name>
<email>melissawm.github@gmail.com</email>
</author>
<published>2022-06-06T15:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=aeb2b21670e6071467db1aa237fb2772616787e0'/>
<id>aeb2b21670e6071467db1aa237fb2772616787e0</id>
<content type='text'>
Co-authored-by: Rohit Goswami &lt;rog32@hi.is&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Rohit Goswami &lt;rog32@hi.is&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: complete the 'vars' list of a module</title>
<updated>2022-06-05T15:38:01+00:00</updated>
<author>
<name>Damien Caliste</name>
<email>dcaliste@free.fr</email>
</author>
<published>2020-03-18T15:36:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5108f78f3e0491ec4b0f284edce8e9fe7bb10e0e'/>
<id>5108f78f3e0491ec4b0f284edce8e9fe7bb10e0e</id>
<content type='text'>
Add to the 'vars' list of a module missing subroutines
or functions listed in the 'body' that have not been
explicitely declared 'public' or 'private'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add to the 'vars' list of a module missing subroutines
or functions listed in the 'body' that have not been
explicitely declared 'public' or 'private'.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Support character string arrays</title>
<updated>2022-06-05T15:19:12+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2021-07-01T14:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d4e11c7a2eb64861275facb076d47ccd135fa28c'/>
<id>d4e11c7a2eb64861275facb076d47ccd135fa28c</id>
<content type='text'>
TST: added test for issue #18684

ENH: f2py opens files with correct encoding, fixes #635

TST: added test for issue #6308

TST: added test for issue #4519

TST: added test for issue #3425

ENH: Implement user-defined hooks support for post-processing f2py data structure. Implement character BC hook.

ENH: Add support for detecting utf-16 and utf-32 encodings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST: added test for issue #18684

ENH: f2py opens files with correct encoding, fixes #635

TST: added test for issue #6308

TST: added test for issue #4519

TST: added test for issue #3425

ENH: Implement user-defined hooks support for post-processing f2py data structure. Implement character BC hook.

ENH: Add support for detecting utf-16 and utf-32 encodings.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Initialize f2py2e tests of the F2PY CLI (#20668)</title>
<updated>2022-04-01T13:05:46+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rgoswami@quansight.com</email>
</author>
<published>2022-04-01T13:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=729ad4f92420231e2a7009b3223c6c7620b8b808'/>
<id>729ad4f92420231e2a7009b3223c6c7620b8b808</id>
<content type='text'>
Increases F2PY coverage by around 15 percent. For the CLI itself it covers the major features (around 70 percent), with the exception of mostly numpy.distutils stuff.

More importantly, sets the groundwork for #20056, in that passing the same testsuite should indicate feature parity.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increases F2PY coverage by around 15 percent. For the CLI itself it covers the major features (around 70 percent), with the exception of mostly numpy.distutils stuff.

More importantly, sets the groundwork for #20056, in that passing the same testsuite should indicate feature parity.</pre>
</div>
</content>
</entry>
<entry>
<title>BUG,ENH: Fix negative bounds for F2PY (#21256)</title>
<updated>2022-03-31T14:51:57+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rgoswami@quansight.com</email>
</author>
<published>2022-03-31T14:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=04bf4057d565f3d47e984fa0f21929bbb8d9ab7c'/>
<id>04bf4057d565f3d47e984fa0f21929bbb8d9ab7c</id>
<content type='text'>
Co-authored-by: Pearu Peterson &lt;pearu.peterson@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Pearu Peterson &lt;pearu.peterson@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15844 from dcaliste/type</title>
<updated>2022-01-17T15:01:21+00:00</updated>
<author>
<name>Melissa Weber Mendonça</name>
<email>melissawm@gmail.com</email>
</author>
<published>2022-01-17T15:01:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=381684986a20cc5c41afb9fe4a9abc5507684305'/>
<id>381684986a20cc5c41afb9fe4a9abc5507684305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add inline definition of access rights for Fortran types</title>
<updated>2022-01-04T08:22:33+00:00</updated>
<author>
<name>Damien Caliste</name>
<email>dcaliste@free.fr</email>
</author>
<published>2020-03-27T10:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=26ff6793904f6a59379b91811e9d2e383aed853c'/>
<id>26ff6793904f6a59379b91811e9d2e383aed853c</id>
<content type='text'>
Allow to parse type definition with inline acess specifier, like:
 type, public :: foo
 end type foo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow to parse type definition with inline acess specifier, like:
 type, public :: foo
 end type foo
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add support for operator() in crackfortran.</title>
<updated>2022-01-04T08:16:59+00:00</updated>
<author>
<name>Damien Caliste</name>
<email>dcaliste@free.fr</email>
</author>
<published>2019-11-29T08:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=753a146a3e1b91ebe383dac7452bc6f3697fac44'/>
<id>753a146a3e1b91ebe383dac7452bc6f3697fac44</id>
<content type='text'>
Some interface name may contains parenthesis when used
with operator, like:
 interface operator(==)
   module procedure my_type_equals
 end interface operator(==)

Make the end part properly detected, and store also
the operator ('==' in that case) in the name.

Also implement support to list the implemented by in
any interface declaration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some interface name may contains parenthesis when used
with operator, like:
 interface operator(==)
   module procedure my_type_equals
 end interface operator(==)

Make the end part properly detected, and store also
the operator ('==' in that case) in the name.

Also implement support to list the implemented by in
any interface declaration.
</pre>
</div>
</content>
</entry>
</feed>
