<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py, branch v1.12.0rc1</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>DEP: Fix escaped string characters deprecated in Python 3.6.</title>
<updated>2016-12-17T23:51:03+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-12-13T22:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d156cafb3b9163d731869c18740a51f733c2c776'/>
<id>d156cafb3b9163d731869c18740a51f733c2c776</id>
<content type='text'>
In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "\(" that was translated to "\\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "\(" that was translated to "\\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fixed kind specifications for parameters</title>
<updated>2016-11-27T20:38:12+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=d0eea4a784ac23a79e9f209c1378d24ba6082d63'/>
<id>d0eea4a784ac23a79e9f209c1378d24ba6082d63</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>MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2py.compile (issue #7683)</title>
<updated>2016-07-18T00:20:39+00:00</updated>
<author>
<name>bertrand</name>
<email>bertrand.l3f@gmail.com</email>
</author>
<published>2016-06-14T00:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a05b65337725072710ee00dd695aa2df47eb5b4e'/>
<id>a05b65337725072710ee00dd695aa2df47eb5b4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Change `call_fortran` into `callfortran` in comments.</title>
<updated>2016-01-29T21:30:10+00:00</updated>
<author>
<name>Dongjoon Hyun</name>
<email>dongjoon@apache.org</email>
</author>
<published>2016-01-29T21:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=99977a530076433b3f8399453228518e526fd67c'/>
<id>99977a530076433b3f8399453228518e526fd67c</id>
<content type='text'>
It was committed mistakenly in #7134. `callfortran` is used a lot really.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was committed mistakenly in #7134. `callfortran` is used a lot really.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix some typos in a code string and comments</title>
<updated>2016-01-28T05:14:48+00:00</updated>
<author>
<name>Dongjoon Hyun</name>
<email>dongjoon@apache.org</email>
</author>
<published>2016-01-27T23:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=73a2fd11a74eedb97201fc8d54ea193e810ea9d3'/>
<id>73a2fd11a74eedb97201fc8d54ea193e810ea9d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT, STY: Removed unused variable in f2py/f90mod_rules.py</title>
<updated>2016-01-07T02:46:05+00:00</updated>
<author>
<name>rehassachdeva</name>
<email>aquannie@gmail.com</email>
</author>
<published>2016-01-07T02:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1c3615f16239808d518c0dc86bfc34541fd1ce4a'/>
<id>1c3615f16239808d518c0dc86bfc34541fd1ce4a</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 #6886 from charris/use-temppath</title>
<updated>2016-01-02T15:34:54+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-02T15:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9bd67153c6efab990b33ff34342b7782256de1f9'/>
<id>9bd67153c6efab990b33ff34342b7782256de1f9</id>
<content type='text'>
MAINT: Simplify some tests using temppath context manager.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Simplify some tests using temppath context manager.</pre>
</div>
</content>
</entry>
<entry>
<title>[TST] Refactor new raise_warnings logic for subpackage test suites</title>
<updated>2015-12-30T13:43:43+00:00</updated>
<author>
<name>Nathaniel J. Smith</name>
<email>njs@pobox.com</email>
</author>
<published>2015-12-30T11:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a61ddd3812cc95f9c9e6eeac7f8bcfb92130f978'/>
<id>a61ddd3812cc95f9c9e6eeac7f8bcfb92130f978</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Simplify some tests using temppath context manager.</title>
<updated>2015-12-26T23:04:12+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-12-25T04:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=555787a5b6a0ec4e27ce05a2c96d97b2aa48cef7'/>
<id>555787a5b6a0ec4e27ce05a2c96d97b2aa48cef7</id>
<content type='text'>
This replaces code of the pattern

```
fd, name = tempfile.mkstemp(...)
os.close(fd)
try:
   do stuff with name
finally:
    os.remove(name)
```

with

```
with temppath() as name:
    do stuff with name
```

A few more complicated cases are also handled. The remains some
particularly gnarly code the could probably be refactored to use
temppath, but that is a more demanding project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces code of the pattern

```
fd, name = tempfile.mkstemp(...)
os.close(fd)
try:
   do stuff with name
finally:
    os.remove(name)
```

with

```
with temppath() as name:
    do stuff with name
```

A few more complicated cases are also handled. The remains some
particularly gnarly code the could probably be refactored to use
temppath, but that is a more demanding project.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove commented out code blocks</title>
<updated>2015-12-20T09:08:29+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2015-12-20T09:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0574f62bf58eada5860fe0620151aede85a8dae4'/>
<id>0574f62bf58eada5860fe0620151aede85a8dae4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
