<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/reference/swig.testing.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>MAINT: Misc. typos (#11005)</title>
<updated>2018-05-01T04:28:18+00:00</updated>
<author>
<name>luzpaz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-05-01T04:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=820765d762513510a8e46f108e8bc8b366127f8f'/>
<id>820765d762513510a8e46f108e8bc8b366127f8f</id>
<content type='text'>
User- and non-user-facing typos.

Some source typos fixes as well.

Found via `codespell`.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User- and non-user-facing typos.

Some source typos fixes as well.

Found via `codespell`.

</pre>
</div>
</content>
</entry>
<entry>
<title>New typemap for in-place arrays of arbitrary number of dimensions:</title>
<updated>2015-05-25T18:05:05+00:00</updated>
<author>
<name>Tom Krauss</name>
<email>thomas.p.krauss+github@gmail.com</email>
</author>
<published>2015-05-25T18:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a49ad1523c87766134aa98e04772d988040516fb'/>
<id>a49ad1523c87766134aa98e04772d988040516fb</id>
<content type='text'>
  (DATA_TYPE* INPLACE_ARRAY_FLAT, DIM_TYPE DIM_FLAT)
Added unittests, updated documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (DATA_TYPE* INPLACE_ARRAY_FLAT, DIM_TYPE DIM_FLAT)
Added unittests, updated documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>SWIG testing: clarify location and number of tests</title>
<updated>2015-02-08T15:06:48+00:00</updated>
<author>
<name>Sandro Tosi</name>
<email>morph@debian.org</email>
</author>
<published>2015-02-08T15:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4cccb9bf311651afec8bf2b4a874d1bd31c98d08'/>
<id>4cccb9bf311651afec8bf2b4a874d1bd31c98d08</id>
<content type='text'>
SWIG interface has moved to tools/ directory, so updating the doc to state that
and also the number of tests is reduced since what reported, so a generic "more
than" is used (to avoid similar situations in the future) but likely also the
other numbers should be checked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SWIG interface has moved to tools/ directory, so updating the doc to state that
and also the number of tests is reduced since what reported, so a generic "more
than" is used (to avoid similar situations in the future) but likely also the
other numbers should be checked.
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Giant whitespace cleanup.</title>
<updated>2013-08-18T17:20:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8ddb0ce0acafe75d78df528b4d2540dfbf4b364d'/>
<id>8ddb0ce0acafe75d78df528b4d2540dfbf4b364d</id>
<content type='text'>
Now is as good a time as any with open PR's at a low.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now is as good a time as any with open PR's at a low.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more mentions of the SuperTensor tests and corrected the number of typemaps and tests (currently 1427 unit tests passed with 'make test': 372+324+324+324+40+19+24)</title>
<updated>2013-06-16T21:50:40+00:00</updated>
<author>
<name>Egor Zindy</name>
<email>ezindy@gmail.com</email>
</author>
<published>2013-06-16T21:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f70632f74f7b0feb9d78aff62eb9eebbb6a502ba'/>
<id>f70632f74f7b0feb9d78aff62eb9eebbb6a502ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated numpy.i testing documentation</title>
<updated>2013-03-14T21:47:17+00:00</updated>
<author>
<name>Bill Spotz</name>
<email>wfspotz@sandia.gov</email>
</author>
<published>2013-03-14T21:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=179985fb75980d4828d1ce433121d8cbeddb67a6'/>
<id>179985fb75980d4828d1ce433121d8cbeddb67a6</id>
<content type='text'>
Simple updates to include proper statistics on the number of typemap
signatures supported and the number of individual unit tests
implemented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simple updates to include proper statistics on the number of typemap
signatures supported and the number of individual unit tests
implemented.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: integrate doc/swig/doc documentation with reference guide.</title>
<updated>2010-09-04T09:52:24+00:00</updated>
<author>
<name>rgommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2010-09-04T09:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=72665ab87449b9896dcb2db9aae36bb12c3daba7'/>
<id>72665ab87449b9896dcb2db9aae36bb12c3daba7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
