<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/reference/routines.padding.rst, branch dependabot/pip/gitpython-3.1.14</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>ENH: Add module containing functions for padding n-dimensional arrays.</title>
<updated>2012-04-04T19:29:16+00:00</updated>
<author>
<name>tim cera</name>
<email>tcera@sjrwmd.com</email>
</author>
<published>2012-02-06T17:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7270d9e6054e105c6c7ace66b443870a9e299b75'/>
<id>7270d9e6054e105c6c7ace66b443870a9e299b75</id>
<content type='text'>
The various padding functions are exposed as options to a public 'pad'
function.  Example:

    pad(a, 5, mode='mean')

Current modes are 'constant', 'edge', 'linear_ramp', 'maximum', 'mean',
'median', 'minimum', 'reflect', 'symmetric', 'wrap', and &lt;function&gt;

This commit includes unit tests and doctests and is based on feature
request ticket #655.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The various padding functions are exposed as options to a public 'pad'
function.  Example:

    pad(a, 5, mode='mean')

Current modes are 'constant', 'edge', 'linear_ramp', 'maximum', 'mean',
'median', 'minimum', 'reflect', 'symmetric', 'wrap', and &lt;function&gt;

This commit includes unit tests and doctests and is based on feature
request ticket #655.
</pre>
</div>
</content>
</entry>
</feed>
