<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/polynomial/polyutils.py, 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>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>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>DEP: Remove PolyBase from np.polynomial.polyutils</title>
<updated>2021-05-10T08:05:23+00:00</updated>
<author>
<name>Holly Corbett</name>
<email>holly.corbett.de@gmail.com</email>
</author>
<published>2021-05-09T16:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7a9c663c2b6b1b636de56607485260e935ed6450'/>
<id>7a9c663c2b6b1b636de56607485260e935ed6450</id>
<content type='text'>
Additionally removes associated PolyError classes.  These appear to me to be unused outside this file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additionally removes associated PolyError classes.  These appear to me to be unused outside this file.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Remove PolyBase from np.polynomial.polyutils</title>
<updated>2021-05-10T08:05:23+00:00</updated>
<author>
<name>Holly Corbett</name>
<email>holly.corbett.de@gmail.com</email>
</author>
<published>2021-05-09T16:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e4ed09d58e47b1c120cb6d1f16110bf19fb711d2'/>
<id>e4ed09d58e47b1c120cb6d1f16110bf19fb711d2</id>
<content type='text'>
Addresses issue #15658 by removing PolyBase class.  Happy to submit alternative PR using getattr approach instead if desired.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses issue #15658 by removing PolyBase class.  Happy to submit alternative PR using getattr approach instead if desired.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: cleanup of numpy/polynomial.</title>
<updated>2021-01-28T17:21:55+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2021-01-28T17:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bb8990e5eba4927716ad8a93e9b92c0f3de69386'/>
<id>bb8990e5eba4927716ad8a93e9b92c0f3de69386</id>
<content type='text'>
Numpydoc format says that the colon need o be omitted if there is no
type, there were also some empty Examples Sections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Numpydoc format says that the colon need o be omitted if there is no
type, there were also some empty Examples Sections
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Prefer generator expressions over list comprehensions</title>
<updated>2020-06-20T23:31:05+00:00</updated>
<author>
<name>Lukas Geiger</name>
<email>lukas.geiger94@gmail.com</email>
</author>
<published>2020-06-20T23:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0e98bd6d1af7de18a43b60c2aa8001cf3b305b65'/>
<id>0e98bd6d1af7de18a43b60c2aa8001cf3b305b65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some chained exceptions</title>
<updated>2020-04-24T03:19:39+00:00</updated>
<author>
<name>Chris Holland</name>
<email>chrisholland3553@gmail.com</email>
</author>
<published>2020-04-24T03:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=45126aa4caa9ae9f83ec7d5235ca07c59a4d0747'/>
<id>45126aa4caa9ae9f83ec7d5235ca07c59a4d0747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated files in polynomial/ to use fstrings</title>
<updated>2020-01-26T22:20:55+00:00</updated>
<author>
<name>Anton Ritter-Gogerly</name>
<email>anton@antonviktor.com</email>
</author>
<published>2020-01-26T03:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=764c25bb8a9e5be60455ac7d6947318efbbb93aa'/>
<id>764c25bb8a9e5be60455ac7d6947318efbbb93aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Ragged cleanup (#15085)</title>
<updated>2020-01-15T17:51:57+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-01-15T17:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=87c04cb35aa7eda9372a61cf65939f13d32fa141'/>
<id>87c04cb35aa7eda9372a61cf65939f13d32fa141</id>
<content type='text'>
* TST: refactor sorter tests, use proper ragged array creation syntax

* MAINT: code never hit the exception, but would error when iterating

* MAINT: pytest.mark.parametrize did not add much, removing (from review)

* MAINT: use asanyarray and generalize (from review)

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TST: refactor sorter tests, use proper ragged array creation syntax

* MAINT: code never hit the exception, but would error when iterating

* MAINT: pytest.mark.parametrize did not add much, removing (from review)

* MAINT: use asanyarray and generalize (from review)

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove implicit inheritance from object class (#15236)</title>
<updated>2020-01-05T05:53:30+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-01-05T05:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c31cc36a8a814ed4844a2a553454185601914a5a'/>
<id>c31cc36a8a814ed4844a2a553454185601914a5a</id>
<content type='text'>
Inheriting from object was necessary for Python 2 compatibility to use
new-style classes. In Python 3, this is unnecessary as there are no
old-style classes.

Dropping the object is more idiomatic Python.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inheriting from object was necessary for Python 2 compatibility to use
new-style classes. In Python 3, this is unnecessary as there are no
old-style classes.

Dropping the object is more idiomatic Python.</pre>
</div>
</content>
</entry>
</feed>
