<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/capi_maps.py, branch meson</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: Generate C typedefs for f2cmap types</title>
<updated>2022-06-10T03:33:28+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2022-06-10T03:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=006be68a122c037bfc6b9651ad0d60d73654f54e'/>
<id>006be68a122c037bfc6b9651ad0d60d73654f54e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.baserock.org/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>BUG: f2py cannot read in customised f2cmap file</title>
<updated>2022-03-16T16:53:34+00:00</updated>
<author>
<name>Ting Sun</name>
<email>sunting.05@gmail.com</email>
</author>
<published>2022-03-16T16:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=400a2756994e42f34e7930f8cc222a2816a6c082'/>
<id>400a2756994e42f34e7930f8cc222a2816a6c082</id>
<content type='text'>
Fixes numpy/numpy#21204
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes numpy/numpy#21204
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing the typo</title>
<updated>2022-01-19T10:19:41+00:00</updated>
<author>
<name>Somasree Majumder</name>
<email>bishnupadamajumder32@gmail.com</email>
</author>
<published>2022-01-19T10:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4a9f4cd87522a46677144be68c933668cd7917f8'/>
<id>4a9f4cd87522a46677144be68c933668cd7917f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix newlines in diagnostics output of numpy.f2py.</title>
<updated>2021-11-14T07:37:09+00:00</updated>
<author>
<name>Christoph Buchner</name>
<email>bilderbuchi@phononoia.at</email>
</author>
<published>2021-11-14T07:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cbc25d2cc9ed50e8f0d026d1e2e4766378d1640f'/>
<id>cbc25d2cc9ed50e8f0d026d1e2e4766378d1640f</id>
<content type='text'>
Linebreaks were not consistently added to errmess/outmess
arguments, which led to very long lines and wrong
concatenation with compiler messages in f2py console output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linebreaks were not consistently added to errmess/outmess
arguments, which led to very long lines and wrong
concatenation with compiler messages in f2py console output.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT,DOC: f2py cleanup</title>
<updated>2021-09-20T20:23:54+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2021-08-28T21:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af5510bc4b1b866a8026bfa71af43d69045b4e88'/>
<id>af5510bc4b1b866a8026bfa71af43d69045b4e88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: multiline regex class simplify</title>
<updated>2020-12-29T15:36:29+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2020-12-29T15:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=74249e3f8593df5f5af0f8c0888cbfbc9c480658'/>
<id>74249e3f8593df5f5af0f8c0888cbfbc9c480658</id>
<content type='text'>
* follow up to gh-18083 covering multi-line uses
of `re.compile(..` and some cases for `re.match(..`
with single (meta)character classes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* follow up to gh-18083 covering multi-line uses
of `re.compile(..` and some cases for `re.match(..`
with single (meta)character classes
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Use numpy version for f2py version.</title>
<updated>2020-08-22T20:33:35+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-08-19T14:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8a6bcbcfe8db6cf2fd784631b480d5865077ad98'/>
<id>8a6bcbcfe8db6cf2fd784631b480d5865077ad98</id>
<content type='text'>
Because f2py is released as part of numpy, the old svn versioning
no longer makes sense and it was decided to use the numpy version
instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because f2py is released as part of numpy, the old svn versioning
no longer makes sense and it was decided to use the numpy version
instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove useless `global` statements</title>
<updated>2020-03-18T16:52:48+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-03-18T16:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6846925b31c752b97d7de0b2a76308e22b6264d5'/>
<id>6846925b31c752b97d7de0b2a76308e22b6264d5</id>
<content type='text'>
`global` is only needed if a variable appears on the left of an assignment.
These variables do not.

Most suffer from the misconception that `var[x] = y` requires `var` to be global, but it does not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`global` is only needed if a variable appears on the left of an assignment.
These variables do not.

Most suffer from the misconception that `var[x] = y` requires `var` to be global, but it does not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15706 from melissawm/f2py-typos-fix</title>
<updated>2020-03-09T00:21:51+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-03-09T00:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=105e175a7708a05886d06a24ed2b60bdd6cf329c'/>
<id>105e175a7708a05886d06a24ed2b60bdd6cf329c</id>
<content type='text'>
MAINT: Fixing typos in f2py comments and code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Fixing typos in f2py comments and code.</pre>
</div>
</content>
</entry>
</feed>
