<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/polynomial, branch meson</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>Merge pull request #22670 from MatteoRaso/master</title>
<updated>2022-11-27T19:56:19+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-27T19:56:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=343fae66d533eef7fc2185c9884240c2a22f0f2f'/>
<id>343fae66d533eef7fc2185c9884240c2a22f0f2f</id>
<content type='text'>
BUG: Polynomials now copy properly (#22669)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Polynomials now copy properly (#22669)</pre>
</div>
</content>
</entry>
<entry>
<title>Added pickle test for polynomials</title>
<updated>2022-11-26T21:14:09+00:00</updated>
<author>
<name>Matteo Raso</name>
<email>matteo_luigi_raso@protonmail.com</email>
</author>
<published>2022-11-26T21:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ab24072afa1beefd54e72377c500b61400e04a5c'/>
<id>ab24072afa1beefd54e72377c500b61400e04a5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Polynomials now copy properly (#22669)</title>
<updated>2022-11-25T05:28:35+00:00</updated>
<author>
<name>Matteo Raso</name>
<email>matteo_luigi_raso@protonmail.com</email>
</author>
<published>2022-11-25T05:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3b9c49e5bb47a979fedb151e36f4e3a00724b096'/>
<id>3b9c49e5bb47a979fedb151e36f4e3a00724b096</id>
<content type='text'>
On line 502, self.symbol.copy() was called, which
causes an AttributeError, since self.symbol is a
string, so it doesn't have a copy() method. To fix
it, I simply removed the copy() and directly assigned
the string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On line 502, self.symbol.copy() was called, which
causes an AttributeError, since self.symbol is a
string, so it doesn't have a copy() method. To fix
it, I simply removed the copy() and directly assigned
the string.
</pre>
</div>
</content>
</entry>
<entry>
<title>TYP,ENH: Add annotations for the new `ABCPolyBase.symbol` property</title>
<updated>2022-11-14T16:43:37+00:00</updated>
<author>
<name>BvB93</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-10-06T11:24:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a566f8144fca19b340bdf1ffb19973bb1fc6ca56'/>
<id>a566f8144fca19b340bdf1ffb19973bb1fc6ca56</id>
<content type='text'>
Xref https://github.com/numpy/numpy/pull/16154
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xref https://github.com/numpy/numpy/pull/16154
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Revert formula change, add note about order.</title>
<updated>2022-09-27T21:17:11+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2022-09-27T21:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=275140119bdb548560dc67faf815dde9a5d654e3'/>
<id>275140119bdb548560dc67faf815dde9a5d654e3</id>
<content type='text'>
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Change in the documentation for chebpts2 method</title>
<updated>2022-09-16T21:23:46+00:00</updated>
<author>
<name>Shashank Gupta</name>
<email>shashankgupta140195@gmail.com</email>
</author>
<published>2022-09-16T21:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f454a92417950106168f66a73b5b406478bf0d91'/>
<id>f454a92417950106168f66a73b5b406478bf0d91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Double backticks in lagfit. (#21948)</title>
<updated>2022-07-08T13:36:07+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2022-07-08T13:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bb9e79fa27037da4db161ff7d1907a29f7cc5714'/>
<id>bb9e79fa27037da4db161ff7d1907a29f7cc5714</id>
<content type='text'>
Some of the values in the documentation of lagfit are in single-backticks,
though single backticks usually means that this is a reference to
something else that sphinx tries to resolve. Here I update values that
reference nothing to use double backticks (verbatim), or emphasis.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the values in the documentation of lagfit are in single-backticks,
though single backticks usually means that this is a reference to
something else that sphinx tries to resolve. Here I update values that
reference nothing to use double backticks (verbatim), or emphasis.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Replace the mathematical notation N(...) with text.</title>
<updated>2022-06-27T03:47:43+00:00</updated>
<author>
<name>warren</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2022-06-27T03:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4f479744bb9f5150d1406fdb0203c5d8714e7283'/>
<id>4f479744bb9f5150d1406fdb0203c5d8714e7283</id>
<content type='text'>
The meaning of the second argument in the mathematical notation
N(mu, b) for the normal distribution is not consistent. In some
references it is the variance while in others it is the standard
deviation.  Let's avoid the ambiguity by not using the notation.

Fixes #21296
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The meaning of the second argument in the mathematical notation
N(mu, b) for the normal distribution is not consistent. In some
references it is the variance while in others it is the standard
deviation.  Let's avoid the ambiguity by not using the notation.

Fixes #21296
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: limit the number of decimals in Polynomial representation (#21654)</title>
<updated>2022-06-14T16:58:32+00:00</updated>
<author>
<name>Lev Maximov</name>
<email>axil.github@gmail.com</email>
</author>
<published>2022-06-14T16:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a5535dc6242b0decae1e65a3d4feb220fefedc49'/>
<id>a5535dc6242b0decae1e65a3d4feb220fefedc49</id>
<content type='text'>
* limit the number of decimals in Polynomial representation

* tests pass

* parenthesize exponential notation in polynomials

* fixed a long line warning

* added polynomial printoptions tests

* polynomial printoptions typo fixed

* made switch to exp notation in polynomial display more natural

* added a test on switching polynomials to exp notation

* fixed linter errors/warnings

* support for nanstr and infstr printoptions in polynomials

* 10^8 threshold for switching to exp notation when displaying polynomials

* merged in PR #21696 fixing issue #21695

* made linter happy

* made some docstring tests pass

* fixed the docs

Co-authored-by: Lev Maximov &lt;lev.maximov@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* limit the number of decimals in Polynomial representation

* tests pass

* parenthesize exponential notation in polynomials

* fixed a long line warning

* added polynomial printoptions tests

* polynomial printoptions typo fixed

* made switch to exp notation in polynomial display more natural

* added a test on switching polynomials to exp notation

* fixed linter errors/warnings

* support for nanstr and infstr printoptions in polynomials

* 10^8 threshold for switching to exp notation when displaying polynomials

* merged in PR #21696 fixing issue #21695

* made linter happy

* made some docstring tests pass

* fixed the docs

Co-authored-by: Lev Maximov &lt;lev.maximov@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add support for symbol to polynomial package (#16154)</title>
<updated>2022-06-01T22:02:43+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2022-06-01T22:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b84a53df9346a73fe8f6df0aaad8727f9bf56076'/>
<id>b84a53df9346a73fe8f6df0aaad8727f9bf56076</id>
<content type='text'>
Adds a symbol attribute to the polynomials from the np.polynomial package to allow the user to control/modify the symbol used to represent the independent variable for a polynomial expression. This attribute corresponds to the variable attribute of the poly1d class from the old np.lib.polynomial module.

Marked as draft for now as it depends on #15666 - all _str* and _repr* methods of ABCPolyBase and derived classes would need to be modified (and tested) to support this change.

Co-authored-by: Warren Weckesser &lt;warren.weckesser@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a symbol attribute to the polynomials from the np.polynomial package to allow the user to control/modify the symbol used to represent the independent variable for a polynomial expression. This attribute corresponds to the variable attribute of the poly1d class from the old np.lib.polynomial module.

Marked as draft for now as it depends on #15666 - all _str* and _repr* methods of ABCPolyBase and derived classes would need to be modified (and tested) to support this change.

Co-authored-by: Warren Weckesser &lt;warren.weckesser@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
