<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cython.git/docs/examples/tutorial/numpy, branch master</title>
<subtitle>github.com: cython/cython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cython.git/'/>
<entry>
<title>Add "import_array()" to the Numpy tutorial (GH-4403)</title>
<updated>2021-11-02T09:57:05+00:00</updated>
<author>
<name>da-woods</name>
<email>dw-git@d-woods.co.uk</email>
</author>
<published>2021-11-02T09:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cython.git/commit/?id=00ffb022f82cf13a055102288ca5c1b299f4ecdc'/>
<id>00ffb022f82cf13a055102288ca5c1b299f4ecdc</id>
<content type='text'>
Arguably, it's unnecessary if the auto-call works correctly, but if we're still advising users to do it themselves then it probably should be in the docs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Arguably, it's unnecessary if the auto-call works correctly, but if we're still advising users to do it themselves then it probably should be in the docs.</pre>
</div>
</content>
</entry>
<entry>
<title>Use properties in numpy.pxd to avoid a dependency on internal details (GH-3365)</title>
<updated>2020-02-19T10:46:35+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-02-19T10:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cython.git/commit/?id=3a7fafdb07831e61752963a6d46b2be41513d637'/>
<id>3a7fafdb07831e61752963a6d46b2be41513d637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix line endings.</title>
<updated>2019-02-15T19:47:04+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2019-02-15T19:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cython.git/commit/?id=b67e556756c82f99d633b82cc4652d0dfcdce3f7'/>
<id>b67e556756c82f99d633b82cc4652d0dfcdce3f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable the NumPy 1.7 API macro in all NumPy integration tests that do not rely on deprecated C-API internaly.</title>
<updated>2018-09-22T17:21:57+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-09-22T17:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cython.git/commit/?id=e0fc38f2edd6a993cb606b985a58f9b2ef01ab71'/>
<id>e0fc38f2edd6a993cb606b985a58f9b2ef01ab71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor docs cleanup.</title>
<updated>2018-06-16T07:11:33+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-06-16T07:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cython.git/commit/?id=3d291a58b10e3f27a1933299b8787da69791e035'/>
<id>3d291a58b10e3f27a1933299b8787da69791e035</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2350 from gabrieldemarmiesse/test_working_with_numpy_2</title>
<updated>2018-06-16T07:06:51+00:00</updated>
<author>
<name>scoder</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-06-16T07:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cython.git/commit/?id=993f5a07a00e585728d3c6bce907498874851bdd'/>
<id>993f5a07a00e585728d3c6bce907498874851bdd</id>
<content type='text'>
Adding tests for "working with numpy" part 2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding tests for "working with numpy" part 2</pre>
</div>
</content>
</entry>
<entry>
<title>Moved the second piece of code in numpy.rst to the examples directory for testing.</title>
<updated>2018-06-15T14:47:24+00:00</updated>
<author>
<name>gabrieldemarmiesse</name>
<email>gabriel.demarmiesse@teraki.com</email>
</author>
<published>2018-06-15T14:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cython.git/commit/?id=7a4fe204ed13969673b5fcdccc4cf57cf12916aa'/>
<id>7a4fe204ed13969673b5fcdccc4cf57cf12916aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved a first code snippet from numpy.rst to examples to enable testing.</title>
<updated>2018-06-15T14:35:47+00:00</updated>
<author>
<name>gabrieldemarmiesse</name>
<email>gabriel.demarmiesse@teraki.com</email>
</author>
<published>2018-06-15T14:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cython.git/commit/?id=422151fc6a4a23e76119adb0079496ab109495e3'/>
<id>422151fc6a4a23e76119adb0079496ab109495e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
