<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/conv_template.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>MAINT: remove `print()`'s in distutils template handling</title>
<updated>2021-06-27T15:55:00+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-06-27T15:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7f45b555df88dbf860de5f035a32dfc03b2e06d6'/>
<id>7f45b555df88dbf860de5f035a32dfc03b2e06d6</id>
<content type='text'>
These print statements were not warnings, they're simply
printing things out that work as designed. This is never a
good design - it should not emit anything but warnings.

I considered adding a `quiet` keyword, but that doesn't seem
warranted here.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These print statements were not warnings, they're simply
printing things out that work as designed. This is never a
good design - it should not emit anything but warnings.

I considered adding a `quiet` keyword, but that doesn't seem
warranted here.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Added Chain exceptions where appropriate (#18394)</title>
<updated>2021-03-18T20:19:20+00:00</updated>
<author>
<name>Abhay Raghuvanshi</name>
<email>abhayaman669@gmail.com</email>
</author>
<published>2021-03-18T20:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9c68c2f7b1b2128a3b4af2134565f60d286fa8b9'/>
<id>9c68c2f7b1b2128a3b4af2134565f60d286fa8b9</id>
<content type='text'>
* Added chain exception in _bits_of func

* Added chain exception

* Added chain exception in unixccompiler.py

* Added chain exception in config.py

* Added chain exception in fcompiler __init__.py

* Added chain exception in compaq.py

* Added chain exception in format.py

* Updated raise chain exception

* STY: Break long line.

Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added chain exception in _bits_of func

* Added chain exception

* Added chain exception in unixccompiler.py

* Added chain exception in config.py

* Added chain exception in fcompiler __init__.py

* Added chain exception in compaq.py

* Added chain exception in format.py

* Updated raise chain exception

* STY: Break long line.

Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed exception cause in cov_template.py</title>
<updated>2021-02-02T17:00:15+00:00</updated>
<author>
<name>Abhay Raghuvanshi</name>
<email>abhayaman669@gmail.com</email>
</author>
<published>2021-02-02T17:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2d58affcab882a00f02a9affec6ce353d0d5c5b5'/>
<id>2d58affcab882a00f02a9affec6ce353d0d5c5b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: regex char class improve</title>
<updated>2020-12-28T18:00:03+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2020-12-28T18:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e63001a5701da3c3c1ac29c9e4bbe225f062a653'/>
<id>e63001a5701da3c3c1ac29c9e4bbe225f062a653</id>
<content type='text'>
* replace superfluous single-character regex character
classes with their literal string equivalents; this
avoids the overhead associated with a character class
when there's only a single character enclosed (so there's
no benefit to the class overhead)

* for more information see:
Chapter 6 of:
Friedl, Jeffrey. Mastering Regular Expressions. 3rd ed.,
O’Reilly Media, 2009.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* replace superfluous single-character regex character
classes with their literal string equivalents; this
avoids the overhead associated with a character class
when there's only a single character enclosed (so there's
no benefit to the class overhead)

* for more information see:
Chapter 6 of:
Friedl, Jeffrey. Mastering Regular Expressions. 3rd ed.,
O’Reilly Media, 2009.
</pre>
</div>
</content>
</entry>
<entry>
<title>convert shebang from python to python3 (#15687)</title>
<updated>2020-03-04T08:22:40+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2020-03-04T08:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=583901a074dc65145d3d6136ba7dcd02634d680b'/>
<id>583901a074dc65145d3d6136ba7dcd02634d680b</id>
<content type='text'>
Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15248 from eric-wieser/avoid-exc_info</title>
<updated>2020-01-06T00:27:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-01-06T00:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ba81c4200f289b393755d954f7450804ec8f897a'/>
<id>ba81c4200f289b393755d954f7450804ec8f897a</id>
<content type='text'>
MAINT: cleanup use of sys.exc_info</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: cleanup use of sys.exc_info</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: cleanup use of sys.exc_info</title>
<updated>2020-01-05T21:22:53+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-01-05T21:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=da0497fdf35a7bf851f3625b0df07cde950f5f49'/>
<id>da0497fdf35a7bf851f3625b0df07cde950f5f49</id>
<content type='text'>
This code originates from python 2.6, before there was an `as` clause in `except`.

This removes all callers of `numpy.distutils.compat.get_exception`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code originates from python 2.6, before there was an `as` clause in `except`.

This removes all callers of `numpy.distutils.compat.get_exception`.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unnecessary 'from __future__ import ...' statements</title>
<updated>2020-01-03T15:48:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-27T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ed1e9659f103260a32536b4a7615393e3b1173dc'/>
<id>ed1e9659f103260a32536b4a7615393e3b1173dc</id>
<content type='text'>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert contextlib changes</title>
<updated>2019-05-08T08:05:59+00:00</updated>
<author>
<name>Bharat123rox</name>
<email>bharatraghunthan9767@gmail.com</email>
</author>
<published>2019-05-08T08:05:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3c8a5403f3dee6f0a999670ddd03e4beab11df2f'/>
<id>3c8a5403f3dee6f0a999670ddd03e4beab11df2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing imports</title>
<updated>2019-05-08T06:41:26+00:00</updated>
<author>
<name>Bharat123rox</name>
<email>bharatraghunthan9767@gmail.com</email>
</author>
<published>2019-05-08T06:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fb514fcecddf73ecc20a4796abcc711699508182'/>
<id>fb514fcecddf73ecc20a4796abcc711699508182</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
