<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/doc/constants.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 encoding declarations: # -*- coding: utf-8 -*-</title>
<updated>2021-10-06T21:24:41+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2021-10-06T21:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=58e66038a961bf26a75c55513c07c2795e3d9782'/>
<id>58e66038a961bf26a75c55513c07c2795e3d9782</id>
<content type='text'>
In Python 3, the default source file encoding is UTF-8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 3, the default source file encoding is UTF-8.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: rm see also ref to doc.indexing.</title>
<updated>2020-09-09T21:58:10+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-09-09T21:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e37299b75697531b0abd6992778a05fbe3f1be7d'/>
<id>e37299b75697531b0abd6992778a05fbe3f1be7d</id>
<content type='text'>
Indexing article no longer exists
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Indexing article no longer exists
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring cross-referencing</title>
<updated>2020-09-04T18:23:42+00:00</updated>
<author>
<name>Albert Villanova del Moral</name>
<email>8515462+albertvillanova@users.noreply.github.com</email>
</author>
<published>2020-09-04T18:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8599fe0abc88f584ee45b54654833cdccefc3cd0'/>
<id>8599fe0abc88f584ee45b54654833cdccefc3cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)</title>
<updated>2020-01-28T00:46:25+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-01-28T00:46:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d2f1d7704c5f55fc39cd040acf4a07ddce88319b'/>
<id>d2f1d7704c5f55fc39cd040acf4a07ddce88319b</id>
<content type='text'>
* PEP 8: "Imports should usually be on separate lines"
* Where modified, sort imported modules alphabetically
* Clean-up unused imports from these expanded lines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PEP 8: "Imports should usually be on separate lines"
* Where modified, sort imported modules alphabetically
* Clean-up unused imports from these expanded lines
</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>DOC: Reorder the constants to have the most useful first</title>
<updated>2019-06-01T21:54:00+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2019-06-01T21:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a4539cc2dd5c6183784bdb11d107e3742c0b661f'/>
<id>a4539cc2dd5c6183784bdb11d107e3742c0b661f</id>
<content type='text'>
Previously the constants at the top of the page said words to the effect of "use the one at the bottom of this page instead".
Let's just show users those ones first to start with.

This commit only re-orders these constants, it does not change any of the descriptions, despite the diff appearing to show that
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the constants at the top of the page said words to the effect of "use the one at the bottom of this page instead".
Let's just show users those ones first to start with.

This commit only re-orders these constants, it does not change any of the descriptions, despite the diff appearing to show that
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: clear up warnings, fix matplotlib plot</title>
<updated>2018-04-17T13:54:10+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-04-17T10:46:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=df8e83538461c29bc12c44198574bde8ffefcad7'/>
<id>df8e83538461c29bc12c44198574bde8ffefcad7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>declare source code encoding</title>
<updated>2018-03-10T20:01:59+00:00</updated>
<author>
<name>guoci</name>
<email>zguoci@gmail.com</email>
</author>
<published>2018-03-10T20:01:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=03e370a9eaa16c52301742424b83d3c09a8ab125'/>
<id>03e370a9eaa16c52301742424b83d3c09a8ab125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add documentation for constants</title>
<updated>2018-03-10T19:27:36+00:00</updated>
<author>
<name>guoci</name>
<email>zguoci@gmail.com</email>
</author>
<published>2018-03-10T19:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7bcea9f884cac1708bac5aa48c86e26a247fab4e'/>
<id>7bcea9f884cac1708bac5aa48c86e26a247fab4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: don't show boolean dtype, as it is implied</title>
<updated>2017-11-14T07:45:45+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-11-14T07:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ac6b1a902b99e340cf7eeeeb7392c91e38db9dd8'/>
<id>ac6b1a902b99e340cf7eeeeb7392c91e38db9dd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
