<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/polynomial, branch v1.23.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: fix code sample for leg2poly (#21253)</title>
<updated>2022-03-27T00:39:13+00:00</updated>
<author>
<name>Pax</name>
<email>13646646+paxcodes@users.noreply.github.com</email>
</author>
<published>2022-03-27T00:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b516cc24ec81fbc093f080c126dba9f360ceca52'/>
<id>b516cc24ec81fbc093f080c126dba9f360ceca52</id>
<content type='text'>
The previous code sample throws an attribute error around `P.leg2poly()`.
Since commit d41fc4d (2012), leg2poly is not exposed in
np.polynomial, and need to be explicitly called from `legendre`.

Fixes #20925</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous code sample throws an attribute error around `P.leg2poly()`.
Since commit d41fc4d (2012), leg2poly is not exposed in
np.polynomial, and need to be explicitly called from `legendre`.

Fixes #20925</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: imbalanced backticks (#21020)</title>
<updated>2022-02-09T13:47:24+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2022-02-09T13:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=51abd9693a78907f2ca7dfacee2017ef44fb9f49'/>
<id>51abd9693a78907f2ca7dfacee2017ef44fb9f49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT, DOC: discard repeated words</title>
<updated>2022-01-13T10:29:51+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2022-01-13T09:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=58dbe260a2e41c31f1ab03e1abdb1f01da4c1edc'/>
<id>58dbe260a2e41c31f1ab03e1abdb1f01da4c1edc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Use subscriptable `builtins` types over the generic aliases in `typing`</title>
<updated>2021-12-23T20:15:00+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-12-21T19:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7b5f39b5eeac583f822741eaf95a8229f2b5f8d7'/>
<id>7b5f39b5eeac583f822741eaf95a8229f2b5f8d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Do not leave space between directive name and double colon.</title>
<updated>2021-11-03T16:51:56+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2021-11-03T16:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=167539e4c2fdc6b77d6c73c9eebfa77e1507423e'/>
<id>167539e4c2fdc6b77d6c73c9eebfa77e1507423e</id>
<content type='text'>
From my regular expression foo, those are the only 9 case whereas there
are about ~2000 usage that do not have spaces.

While this is ok with docutils/sphinx, it does not seem to be
documented, and that means that other parsers will see that as comments,
leading to for example improper syntax highlighting.

This make it also a tiny bit harder to develop alternative rst parsers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From my regular expression foo, those are the only 9 case whereas there
are about ~2000 usage that do not have spaces.

While this is ok with docutils/sphinx, it does not seem to be
documented, and that means that other parsers will see that as comments,
leading to for example improper syntax highlighting.

This make it also a tiny bit harder to develop alternative rst parsers.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix math block in  hermmulx, lagmulx (#20261)</title>
<updated>2021-11-01T04:57:11+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2021-11-01T04:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=927feff8788f27f29e76e803f187a4c041098ced'/>
<id>927feff8788f27f29e76e803f187a4c041098ced</id>
<content type='text'>
The math expression needs to be indented, Otherwise it is seen as being
outside the directive and not rendered.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The math expression needs to be indented, Otherwise it is seen as being
outside the directive and not rendered.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19478 from r-devulap/svml</title>
<updated>2021-10-10T07:31:32+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-10-10T07:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1eff1c543a8f1e9d7ea29182b8c76db5a2efc3c2'/>
<id>1eff1c543a8f1e9d7ea29182b8c76db5a2efc3c2</id>
<content type='text'>
ENH: Vectorizing umath module using AVX-512 (open sourced from Intel Short Vector Math Library, SVML)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Vectorizing umath module using AVX-512 (open sourced from Intel Short Vector Math Library, SVML)</pre>
</div>
</content>
</entry>
<entry>
<title>duplicate item in see also.</title>
<updated>2021-09-23T01:40:34+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2021-09-23T01:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=76c6e727c00150ed496e7ac43a2d4be501ee7c94'/>
<id>76c6e727c00150ed496e7ac43a2d4be501ee7c94</id>
<content type='text'>
Ok, I know legmul is important, I'm not sure I need it twice.

Joking aside, I belive that's a wrong copy-past, as other functions have
`legmulx, legmul`, but as this is the docs of legmulx, I guess the
author removed the `x` without realising legmul was already present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ok, I know legmul is important, I'm not sure I need it twice.

Joking aside, I belive that's a wrong copy-past, as other functions have
`legmulx, legmul`, but as this is the docs of legmulx, I guess the
author removed the `x` without realising legmul was already present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19905 from Samyak2/polynomial-fit-doc-formatting</title>
<updated>2021-09-22T01:42:37+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-22T01:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ac8f979a7b07cefa79e0c898b4ed2152e4080485'/>
<id>ac8f979a7b07cefa79e0c898b4ed2152e4080485</id>
<content type='text'>
DOC: fix docstring formatting of polynomial fit method return values.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: fix docstring formatting of polynomial fit method return values.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Typos found by codespell</title>
<updated>2021-09-21T18:29:43+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2021-09-21T07:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=83960267dc097742cb67ef575504afa56f82b102'/>
<id>83960267dc097742cb67ef575504afa56f82b102</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
