<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/_globals.py, branch v1.15.3</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>ENH: Add a repr to np._NoValue</title>
<updated>2018-02-04T04:44:55+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-02-03T20:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1271e17ea6ca8abe12f7dd045ac0af8674f594d4'/>
<id>1271e17ea6ca8abe12f7dd045ac0af8674f594d4</id>
<content type='text'>
This change _NoValue from a class to an instance, which is more inline with the builtin None.

Fixes gh-8991, closes gh-9592
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change _NoValue from a class to an instance, which is more inline with the builtin None.

Fixes gh-8991, closes gh-9592
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Use new-style classes on 2.7</title>
<updated>2017-07-24T16:00:10+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-07-24T16:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7748f26fdbc44cf6d06c270f0a166d797b574744'/>
<id>7748f26fdbc44cf6d06c270f0a166d797b574744</id>
<content type='text'>
Deliberately avoids tests, to prevent introducing a failure on old-style classes later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deliberately avoids tests, to prevent introducing a failure on old-style classes later.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Make sure numpy globals keep identity after reload.</title>
<updated>2016-08-16T19:12:32+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-07-20T17:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0ade4c43f052247a2d12a2c49d3c846e6c429fa9'/>
<id>0ade4c43f052247a2d12a2c49d3c846e6c429fa9</id>
<content type='text'>
Reloading currently causes problems because global classes defined in
numpy/__init__.py change their identity (a is b) after reload. The
solution taken here is to move those classes to a new non-reloadable
module numpy/_globals and import them into numpy from there.

Classes moved are ModuleDeprecationWarning, VisibleDeprecationWarning,
and _NoValue.

Closes #7844.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reloading currently causes problems because global classes defined in
numpy/__init__.py change their identity (a is b) after reload. The
solution taken here is to move those classes to a new non-reloadable
module numpy/_globals and import them into numpy from there.

Classes moved are ModuleDeprecationWarning, VisibleDeprecationWarning,
and _NoValue.

Closes #7844.
</pre>
</div>
</content>
</entry>
</feed>
