<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/tests/src, branch eric-wieser-patch-1</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>MAINT: Hard tab and whitespace cleanup.</title>
<updated>2018-03-08T22:28:40+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-03-08T20:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=27b8e54598a325b53fc73b2017ef5e2272f3e5f4'/>
<id>27b8e54598a325b53fc73b2017ef5e2272f3e5f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBACKIFCOPY (#9639)</title>
<updated>2017-11-08T20:49:19+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2017-11-08T20:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1368cbb696ae27b849eed67b4fd31c550a55dad5'/>
<id>1368cbb696ae27b849eed67b4fd31c550a55dad5</id>
<content type='text'>
* ENH: add API to resolve UPDATEONCOPY outside dealloc, test and use

* BUG: Fix usage of keyword "from" as argument name for "can_cast".

Also removed inconsistency between the second argument name
between documentation ("totype") and code ("to").

* UPDATEIFCOPY -&gt; WRITEBACKIFCOPY, documentation

* fixes for review

* review2, fix new test

* fix new test for using self.assert_deprecated

* change deprecation logic as per review

* new logic exposed places where PyArray_ResolveWritebackIfCopy not called

* deprecate PyArray_XDECREF_ERR in favor of PyArray_DiscardWritebackIfCopy

* code review changes

* clean up merge cruft

* fix from review

* fixes from review

* extend the release note
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ENH: add API to resolve UPDATEONCOPY outside dealloc, test and use

* BUG: Fix usage of keyword "from" as argument name for "can_cast".

Also removed inconsistency between the second argument name
between documentation ("totype") and code ("to").

* UPDATEIFCOPY -&gt; WRITEBACKIFCOPY, documentation

* fixes for review

* review2, fix new test

* fix new test for using self.assert_deprecated

* change deprecation logic as per review

* new logic exposed places where PyArray_ResolveWritebackIfCopy not called

* deprecate PyArray_XDECREF_ERR in favor of PyArray_DiscardWritebackIfCopy

* code review changes

* clean up merge cruft

* fix from review

* fixes from review

* extend the release note
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add test case described in ticket 9228 for numpy.f2py</title>
<updated>2017-06-13T14:05:12+00:00</updated>
<author>
<name>Bob Eldering</name>
<email>eldering@jive.eu</email>
</author>
<published>2017-06-13T14:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8042526ba48c6d817d32300c1ecbea95d395c62e'/>
<id>8042526ba48c6d817d32300c1ecbea95d395c62e</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://git.baserock.org/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>
<entry>
<title>TST: adding test for constants without compound kind spec</title>
<updated>2017-01-20T21:20:38+00:00</updated>
<author>
<name>jutke</name>
<email>jutke@allstate.com</email>
</author>
<published>2017-01-20T21:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8610e48687e7a05e7e0e0735629e5cace69cb04f'/>
<id>8610e48687e7a05e7e0e0735629e5cace69cb04f</id>
<content type='text'>
This augments the test in constant_compound.f90 by
using constants without a compound kind spec to
illustrate the case that led to the
reporting of issue #8493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This augments the test in constant_compound.f90 by
using constants without a compound kind spec to
illustrate the case that led to the
reporting of issue #8493
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: adding tests for compound constant provided by @zerothi</title>
<updated>2017-01-20T15:55:13+00:00</updated>
<author>
<name>jutke</name>
<email>jutke@allstate.com</email>
</author>
<published>2017-01-20T15:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1e873ead0c0857f0bbdaab36764afa67cc39479e'/>
<id>1e873ead0c0857f0bbdaab36764afa67cc39479e</id>
<content type='text'>
This is a test code provided as a patch by @zerothi checking
the compound constant parsing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a test code provided as a patch by @zerothi checking
the compound constant parsing.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fixed kind specifications for parameters</title>
<updated>2016-11-27T20:10:04+00:00</updated>
<author>
<name>Nick Papior</name>
<email>nickpapior@gmail.com</email>
</author>
<published>2016-11-23T08:11:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8a7e7a44c194e3c748ccee0862f4ae01e371a208'/>
<id>8a7e7a44c194e3c748ccee0862f4ae01e371a208</id>
<content type='text'>
Fortran sources with parameters having kind-specifiers
where not correctly intercepted in the crackfortran.py
source.
The reason was a restrictive check for only integer specifiers
which did not split real's into the correct number.

Furthermore, several tests has been added which tests the different
kind specifiers and their use in codes, also all of them together.

Signed-off-by: Nick Papior &lt;nickpapior@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fortran sources with parameters having kind-specifiers
where not correctly intercepted in the crackfortran.py
source.
The reason was a restrictive check for only integer specifiers
which did not split real's into the correct number.

Furthermore, several tests has been added which tests the different
kind specifiers and their use in codes, also all of them together.

Signed-off-by: Nick Papior &lt;nickpapior@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: removed deprecated API calls from test code (wrapmodule.c)</title>
<updated>2014-11-10T16:03:03+00:00</updated>
<author>
<name>Chris Kerr</name>
<email>debdepba@dasganma.tk</email>
</author>
<published>2014-11-10T15:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6693460d94b5766315fc050d287ce4563bf9c368'/>
<id>6693460d94b5766315fc050d287ce4563bf9c368</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 basic test for compiling with intent(in out).</title>
<updated>2014-10-10T01:39:07+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-10-10T01:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e98686d912ddc641f11b7531d164a5b09194b1df'/>
<id>e98686d912ddc641f11b7531d164a5b09194b1df</id>
<content type='text'>
This checks that the compilation works and that the expected error
is raised when non-contiguous arrays are passed as intent(in out).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This checks that the compilation works and that the expected error
is raised when non-contiguous arrays are passed as intent(in out).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PyMODINIT_FUNC and update docs accordingly.</title>
<updated>2012-09-03T06:53:15+00:00</updated>
<author>
<name>cgohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2012-08-05T21:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ead9e09c5adbc94bfc3c5cc8344089b836cfffd5'/>
<id>ead9e09c5adbc94bfc3c5cc8344089b836cfffd5</id>
<content type='text'>
See https://github.com/scipy/scipy/pull/279
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/scipy/scipy/pull/279
</pre>
</div>
</content>
</entry>
</feed>
