<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/tests/src/string, branch main</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>BUG: Fix bug in parsing F77 style string arrays.</title>
<updated>2023-03-27T13:18:37+00:00</updated>
<author>
<name>Bob Eldering</name>
<email>eldering@jive.eu</email>
</author>
<published>2023-03-22T15:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=204927f66d2f71da3f4f676769da5684cf85f427'/>
<id>204927f66d2f71da3f4f676769da5684cf85f427</id>
<content type='text'>
Example problematic variable: CHARACTER WORDARR(3)*8
This would be wrapped by an array with shape (3, 8) and dtype |S1,
instead of the desired shape (3,) and dtype |S8.
See #23356.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Example problematic variable: CHARACTER WORDARR(3)*8
This would be wrapped by an array with shape (3, 8) and dtype |S1,
instead of the desired shape (3,) and dtype |S8.
See #23356.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix for f2py string scalars (#23194)</title>
<updated>2023-02-11T13:26:42+00:00</updated>
<author>
<name>Alexander Heger</name>
<email>2sn@users.noreply.github.com</email>
</author>
<published>2023-02-11T13:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8daec0ecf11f9d2633d133f2d2b7d6c39f157f4b'/>
<id>8daec0ecf11f9d2633d133f2d2b7d6c39f157f4b</id>
<content type='text'>
in previous version, any string scalar was converted to a string array of dimension len, i.e., a definition

character(len=N) :: X
effectively became

character(len=NNN), dimension(NNN) :: X
from the point of few of the numpy (python) interface:

X.shape == (NNN,)
X.dtype == '|SNNN'

Closes gh-23192</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in previous version, any string scalar was converted to a string array of dimension len, i.e., a definition

character(len=N) :: X
effectively became

character(len=NNN), dimension(NNN) :: X
from the point of few of the numpy (python) interface:

X.shape == (NNN,)
X.dtype == '|SNNN'

Closes gh-23192</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT,TST: Refactor F2PY tests</title>
<updated>2021-12-06T00:13:01+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2021-12-04T19:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8c588512d69574e4b6bfe0d21f1922a70ec56812'/>
<id>8c588512d69574e4b6bfe0d21f1922a70ec56812</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add a char array input test</title>
<updated>2017-05-02T19:30:36+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2017-04-15T10:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b8d0498eb1463e900a6c07311c0c1f80f5611bad'/>
<id>b8d0498eb1463e900a6c07311c0c1f80f5611bad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
