<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/twodim_base.py, branch v1.9.2</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>Merge pull request #4930 from juliantaylor/charris-pep8-numpy-lib</title>
<updated>2014-07-31T20:30:26+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-07-31T20:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=118a1bbf33d37e540a2aabb82e2ef024f48072de'/>
<id>118a1bbf33d37e540a2aabb82e2ef024f48072de</id>
<content type='text'>
Charris pep8 numpy lib for 1.9</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Charris pep8 numpy lib for 1.9</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fixes for problems in numpy/lib revealed by pyflakes.</title>
<updated>2014-07-31T19:21:13+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-07-30T22:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dec6658cdc10a23ad0e733fb52a814306033d88c'/>
<id>dec6658cdc10a23ad0e733fb52a814306033d88c</id>
<content type='text'>
Some of those problems look like potential coding errors. In those
cases a Fixme comment was made and the offending code, usually an
unused variable, was commented out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of those problems look like potential coding errors. In those
cases a Fixme comment was made and the offending code, usually an
unused variable, was commented out.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Avoid type promotion in tril and triu.</title>
<updated>2014-07-29T21:04:14+00:00</updated>
<author>
<name>Yotam Doron</name>
<email>doron.yotam@googlemail.com</email>
</author>
<published>2014-07-29T14:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=97bf5a73e98b816aacad6ad57a7b508a3de23947'/>
<id>97bf5a73e98b816aacad6ad57a7b508a3de23947</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Use `np.where` in np.triu/np.tril, fixes #4859</title>
<updated>2014-07-16T20:17:27+00:00</updated>
<author>
<name>jaimefrio</name>
<email>jaime.frio@gmail.com</email>
</author>
<published>2014-07-10T16:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=52a9ff6e268bb62936aa12e97f21509595c9d212'/>
<id>52a9ff6e268bb62936aa12e97f21509595c9d212</id>
<content type='text'>
Replaces the current method to zero items, from multiplication to
using `np.where`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaces the current method to zero items, from multiplication to
using `np.where`.
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Use `.astype`'s `copy` kwarg in `np.tri`</title>
<updated>2014-05-27T17:44:19+00:00</updated>
<author>
<name>jaimefrio</name>
<email>jaime.frio@gmail.com</email>
</author>
<published>2014-05-27T17:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2f7cb25c7ac9691695ba7d8bf085e7c5c8e201de'/>
<id>2f7cb25c7ac9691695ba7d8bf085e7c5c8e201de</id>
<content type='text'>
Replace an explicit type check with setting `copy=False` in call to `astype`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace an explicit type check with setting `copy=False` in call to `astype`.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Replace exponentiation with cumulative product in np.vander</title>
<updated>2014-03-31T21:56:42+00:00</updated>
<author>
<name>jaimefrio</name>
<email>jaime.frio@gmail.com</email>
</author>
<published>2014-03-28T20:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=30aeb2ee59d8b52bdd1ace33ac3d9b4e45c17b32'/>
<id>30aeb2ee59d8b52bdd1ace33ac3d9b4e45c17b32</id>
<content type='text'>
Speeds calculation up by ~3x for 100x100 matrices, and by ~45x for
1000x1000
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speeds calculation up by ~3x for 100x100 matrices, and by ~45x for
1000x1000
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: use smallest integer for tri ranges</title>
<updated>2014-03-27T22:09:25+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-03-27T20:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dab5e3e2e23cd00a338fd221b3bd7751c6edd893'/>
<id>dab5e3e2e23cd00a338fd221b3bd7751c6edd893</id>
<content type='text'>
reduces buffer copy and comparison overhead for boolean outer product
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reduces buffer copy and comparison overhead for boolean outer product
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: speed-up of triangular matrix functions</title>
<updated>2014-03-25T16:56:59+00:00</updated>
<author>
<name>jaimefrio</name>
<email>jaime.frio@gmail.com</email>
</author>
<published>2014-03-25T16:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a80946d77e6b488189024d14667d3fe191bdb2f8'/>
<id>a80946d77e6b488189024d14667d3fe191bdb2f8</id>
<content type='text'>
* `np.tri` now produces less intermediate arrays. Runs about 40% faster for
  general dtypes, up to 3x faster for boolean arrays.
* `np.tril` now does smarter type conversions (thanks Julian!), and together
  with the improvements in `np.tri` now runs about 30% faster. `np.triu`
  runs almost 2x faster than before, but still runs 20% slower than
  `np.tril`, which is an improvement over the 50% difference before.
* `np.triu_indices` and `np.tril_indices` do not call `np.mask_indices`,
  instead they call `np.where` directly on a boolean array created with
  `np.tri`. They now run roughly 2x faster.
* Removed the constraint for the array to be square in calls to
  `np.triu_indices`, `np.tril_indices`, `np.triu_indices_from` and
  `np.tril_indices_from`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `np.tri` now produces less intermediate arrays. Runs about 40% faster for
  general dtypes, up to 3x faster for boolean arrays.
* `np.tril` now does smarter type conversions (thanks Julian!), and together
  with the improvements in `np.tri` now runs about 30% faster. `np.triu`
  runs almost 2x faster than before, but still runs 20% slower than
  `np.tril`, which is an improvement over the 50% difference before.
* `np.triu_indices` and `np.tril_indices` do not call `np.mask_indices`,
  instead they call `np.where` directly on a boolean array created with
  `np.tri`. They now run roughly 2x faster.
* Removed the constraint for the array to be square in calls to
  `np.triu_indices`, `np.tril_indices`, `np.triu_indices_from` and
  `np.tril_indices_from`.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix documentation of normed in histogram2d and histogramdd.</title>
<updated>2014-02-26T20:07:32+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-02-26T20:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=33925293da281ee89137bf69a1951e3da022e03e'/>
<id>33925293da281ee89137bf69a1951e3da022e03e</id>
<content type='text'>
The documentation misrepresented what happened, leaving out division
by the total number of sample points.

Also run spellcheck over function_base.py and twodim_base.py and break
some long lines.

Closes #2423.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation misrepresented what happened, leaving out division
by the total number of sample points.

Also run spellcheck over function_base.py and twodim_base.py and break
some long lines.

Closes #2423.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: tril and triu broadcasting</title>
<updated>2014-02-25T04:10:32+00:00</updated>
<author>
<name>alex</name>
<email>argriffi@ncsu.edu</email>
</author>
<published>2014-02-25T04:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=249c38e7e899803c3697bf81707f4f446a67c60a'/>
<id>249c38e7e899803c3697bf81707f4f446a67c60a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
