<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source, branch v1.6.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>DOC: Remove references to cast and NA, which were added in 1.7.</title>
<updated>2012-04-30T05:47:28+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2012-04-30T05:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d031a9875ca31ad6eec5d5f3a9dc36ef6d303887'/>
<id>d031a9875ca31ad6eec5d5f3a9dc36ef6d303887</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Improve numpy reference documentation of polynomial classes.</title>
<updated>2012-04-30T05:15:22+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2012-01-03T18:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=51f898919a97a7b5900e5a1b26b540a4d5664e9e'/>
<id>51f898919a97a7b5900e5a1b26b540a4d5664e9e</id>
<content type='text'>
Add more explanation of what happens in polynomial substitution and also of
its use in casting between types. Clean up some rst glitches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add more explanation of what happens in polynomial substitution and also of
its use in casting between types. Clean up some rst glitches.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Document the use of the polynomial convenience classes.</title>
<updated>2012-04-30T05:14:08+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2012-01-02T01:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e1cec071ced44508ad9040319d79ca1caced5837'/>
<id>e1cec071ced44508ad9040319d79ca1caced5837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add version added to some of the polynomial package modules.</title>
<updated>2012-04-30T05:09:53+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2011-12-28T00:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=45a42d2016030df621b2c17e2a82ba459158945e'/>
<id>45a42d2016030df621b2c17e2a82ba459158945e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix up links to classes.</title>
<updated>2012-04-30T04:51:35+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2011-12-27T19:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8b5eb677e13480ab6d455885d6b55896e2c74efc'/>
<id>8b5eb677e13480ab6d455885d6b55896e2c74efc</id>
<content type='text'>
The Sphinx markup was incorrect the documentation to the polynomial
convenience classes wasn't being generated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Sphinx markup was incorrect the documentation to the polynomial
convenience classes wasn't being generated.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Rearrange the polynomial documents.</title>
<updated>2012-04-30T04:50:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2011-12-25T05:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b47abd6367c20f1ca1d52601db0187207bedd61f'/>
<id>b47abd6367c20f1ca1d52601db0187207bedd61f</id>
<content type='text'>
This is the first step in cleaning up the polynomial documentation
and writing an instructional section on the convenience classes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first step in cleaning up the polynomial documentation
and writing an instructional section on the convenience classes.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add the polynomial module to the documentation.</title>
<updated>2011-06-22T21:04:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2011-06-18T19:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1b1252152cdf9ce898b433630bd3506e2c8c5073'/>
<id>1b1252152cdf9ce898b433630bd3506e2c8c5073</id>
<content type='text'>
Also:
1. Note that the polynomial package is preferred over poly1d.

2. Remove deprecation of mapparms in __init__.py as it interferes with the
   documention of the method of the same name. This is probably safe as it
   is unlikely to be used yet.

3. Make some improvements to the documentation in polytemplate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
1. Note that the polynomial package is preferred over poly1d.

2. Remove deprecation of mapparms in __init__.py as it interferes with the
   documention of the method of the same name. This is probably safe as it
   is unlikely to be used yet.

3. Make some improvements to the documentation in polytemplate.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Document the new keyword arguments for ufuncs</title>
<updated>2011-04-22T21:14:05+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwwiebe@gmail.com</email>
</author>
<published>2011-04-13T22:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bc03f06626a3d2fcef9874128b3ca11b14716b18'/>
<id>bc03f06626a3d2fcef9874128b3ca11b14716b18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Improve the documentation about type promotion</title>
<updated>2011-04-22T21:14:05+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwwiebe@gmail.com</email>
</author>
<published>2011-04-13T21:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9e817bb1ff751c8bac6e9999dd89672a7af8c223'/>
<id>9e817bb1ff751c8bac6e9999dd89672a7af8c223</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: The nditer exposure wasn't linked correctly</title>
<updated>2011-03-23T08:20:36+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwwiebe@gmail.com</email>
</author>
<published>2011-03-22T18:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5d11c568fd6afd09ac30f0120d4bc679da5a8fe5'/>
<id>5d11c568fd6afd09ac30f0120d4bc679da5a8fe5</id>
<content type='text'>
(backport of feed705)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(backport of feed705)
</pre>
</div>
</content>
</entry>
</feed>
