<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/polynomial.py, branch v1.2.0</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 from documentation editor.</title>
<updated>2008-08-05T09:20:07+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2008-08-05T09:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6647bf7eaeb915e2d09db8b5c7584ee286962d3b'/>
<id>6647bf7eaeb915e2d09db8b5c7584ee286962d3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the implicit "import numpy as np" made available to all doctests instead </title>
<updated>2008-07-05T14:26:16+00:00</updated>
<author>
<name>Alan McIntyre</name>
<email>alan.mcintyre@local</email>
</author>
<published>2008-07-05T14:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=36e02207c1a82fe669531dd24ec799eca2989c80'/>
<id>36e02207c1a82fe669531dd24ec799eca2989c80</id>
<content type='text'>
of explicit imports or dependency on the local scope where the doctest is 
defined..
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of explicit imports or dependency on the local scope where the doctest is 
defined..
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce numpy's import times by delaying a few time consuming imports to the point of actual use and global instantiations of finfo. Thanks to David Cournapeau for tracking down and fixing the import part of the problem.</title>
<updated>2008-07-03T06:15:14+00:00</updated>
<author>
<name>Robert Kern</name>
<email>robert.kern@gmail.com</email>
</author>
<published>2008-07-03T06:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=102cdc22b12df8a44be644d39a277229e5324028'/>
<id>102cdc22b12df8a44be644d39a277229e5324028</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the implicit "import numpy as np" made available to all doctests instead of an explicit </title>
<updated>2008-07-03T03:51:46+00:00</updated>
<author>
<name>Alan McIntyre</name>
<email>alan.mcintyre@local</email>
</author>
<published>2008-07-03T03:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=94bc330296e01d8fc0cb14aba1354ddb6d8587cc'/>
<id>94bc330296e01d8fc0cb14aba1354ddb6d8587cc</id>
<content type='text'>
import.
Remove "&gt;&gt;&gt;" from bartlett plotting example since it currently requires matplotlib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
import.
Remove "&gt;&gt;&gt;" from bartlett plotting example since it currently requires matplotlib.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up polyfit documentation.</title>
<updated>2008-03-15T18:54:01+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2008-03-15T18:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=857b6bafc3d92425dd5fb394035d1dbb6b44a073'/>
<id>857b6bafc3d92425dd5fb394035d1dbb6b44a073</id>
<content type='text'>
Add documentation for polyval.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add documentation for polyval.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix polyfit for 2D case and add test for same. Fixes ticket 697.</title>
<updated>2008-03-15T18:27:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2008-03-15T18:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ebab42eef240821aa88db21ed0df3974cb350e22'/>
<id>ebab42eef240821aa88db21ed0df3974cb350e22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix string conversion of polynomial when leading coefficients are</title>
<updated>2007-08-06T12:42:58+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2007-08-06T12:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5d4824522b29ac83d08d208723cba56ece1d6ea5'/>
<id>5d4824522b29ac83d08d208723cba56ece1d6ea5</id>
<content type='text'>
zero. Closes ticket #564.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
zero. Closes ticket #564.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix polygon division. Closes ticket #553.</title>
<updated>2007-07-24T07:46:07+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2007-07-24T07:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=eb12ad4a3656aafe1260e0a981bd5c0dc136de0c'/>
<id>eb12ad4a3656aafe1260e0a981bd5c0dc136de0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix polynomial comparison. Closes ticket #554.</title>
<updated>2007-07-24T07:33:28+00:00</updated>
<author>
<name>Stefan van der Walt</name>
<email>stefan@sun.ac.za</email>
</author>
<published>2007-07-24T07:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=393473fbace1bb64ef73ab3ebd11a78db832dca1'/>
<id>393473fbace1bb64ef73ab3ebd11a78db832dca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add __neg__ and __pos__ methods to poly1d</title>
<updated>2007-06-01T19:29:37+00:00</updated>
<author>
<name>cookedm</name>
<email>cookedm@localhost</email>
</author>
<published>2007-06-01T19:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6f509f626355208b3cb97e692daf52c3734769cd'/>
<id>6f509f626355208b3cb97e692daf52c3734769cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
