<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random, branch dependabot/pip/hypothesis-5.5.4</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>DOC: Document caveat in random.uniform</title>
<updated>2020-02-15T20:11:42+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-02-15T20:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ca1b13224ba397ac3f77f48c899e2adcea1de5db'/>
<id>ca1b13224ba397ac3f77f48c899e2adcea1de5db</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 #15465 from mwtoews/imports</title>
<updated>2020-02-07T22:12:15+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2020-02-07T22:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cef4dc9d91d980c3df816de00154a22e96439fa4'/>
<id>cef4dc9d91d980c3df816de00154a22e96439fa4</id>
<content type='text'>
MAINT: cleanup unused imports; avoid redefinition of imports</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: cleanup unused imports; avoid redefinition of imports</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation updated.</title>
<updated>2020-02-06T14:06:04+00:00</updated>
<author>
<name>przemb</name>
<email>sendthenote@gmail.com</email>
</author>
<published>2020-02-05T18:26:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=deb857157159400fbc74f2f4035ec78918429f1d'/>
<id>deb857157159400fbc74f2f4035ec78918429f1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: cleanup unused imports; avoid redefinition of imports</title>
<updated>2020-02-06T09:16:23+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-02-04T19:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=07bf33fbf5be8143aab037dc65aba3086f8badf6'/>
<id>07bf33fbf5be8143aab037dc65aba3086f8badf6</id>
<content type='text'>
* Cleanup unused imports (F401) of mostly standard Python modules,
  or some internal but unlikely referenced modules
* Where internal imports are potentially used, mark with noqa
* Avoid redefinition of imports (F811)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cleanup unused imports (F401) of mostly standard Python modules,
  or some internal but unlikely referenced modules
* Where internal imports are potentially used, mark with noqa
* Avoid redefinition of imports (F811)
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes suggested in review</title>
<updated>2020-02-05T13:33:06+00:00</updated>
<author>
<name>przemb</name>
<email>sendthenote@gmail.com</email>
</author>
<published>2020-02-05T13:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=df27b88b9271b2fb1d0770217facf9c4190bb778'/>
<id>df27b88b9271b2fb1d0770217facf9c4190bb778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Large overhead in some random functions #15460</title>
<updated>2020-02-05T00:18:15+00:00</updated>
<author>
<name>przemb</name>
<email>sendthenote@gmail.com</email>
</author>
<published>2020-02-05T00:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a15dc309cb28ca4bab3a2ef89f90c24e6659e9bd'/>
<id>a15dc309cb28ca4bab3a2ef89f90c24e6659e9bd</id>
<content type='text'>
slow calls to np.dtype.name replaced with np.dtype,
mtrand.pyx and _generator.pyx updated,
test test_warns_byteorder updated

before:
%timeit rs.random(): 520 ns ± 33.1 ns per loop
%timeit rg.random(): 6.36 µs ± 222 ns per loop

after:
%timeit rs.random(): 453 ns ± 6.95 ns per loop
%timeit rg.random(): 594 ns ± 9.66 ns per loop
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
slow calls to np.dtype.name replaced with np.dtype,
mtrand.pyx and _generator.pyx updated,
test test_warns_byteorder updated

before:
%timeit rs.random(): 520 ns ± 33.1 ns per loop
%timeit rg.random(): 6.36 µs ± 222 ns per loop

after:
%timeit rs.random(): 453 ns ± 6.95 ns per loop
%timeit rg.random(): 594 ns ± 9.66 ns per loop
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Correct get_state doc</title>
<updated>2020-01-31T11:52:11+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2020-01-31T11:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6540338da0cd2bab5ec6a5ab1ec6024fcaf0f434'/>
<id>6540338da0cd2bab5ec6a5ab1ec6024fcaf0f434</id>
<content type='text'>
Move flag to parameters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move flag to parameters
</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>NEP: issue deprecation warning when creating ragged array (NEP 34)</title>
<updated>2020-01-21T18:34:40+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-01-21T18:34:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=287a9d0646c9cc40385615264348a637a7c57205'/>
<id>287a9d0646c9cc40385615264348a637a7c57205</id>
<content type='text'>
This implements NEP 34.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements NEP 34.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unnecessary calls to PyArray_DATA from binomial functions</title>
<updated>2020-01-20T02:52:50+00:00</updated>
<author>
<name>Alex Henrie</name>
<email>alexhenrie24@gmail.com</email>
</author>
<published>2020-01-20T02:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0dfec2e3fab097d08be30471287be085cbfb53e3'/>
<id>0dfec2e3fab097d08be30471287be085cbfb53e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
