<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/testing/_private, branch dependabot/pip/gitpython-3.1.14</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: Avoid using "set of" when talking about an ordered list.</title>
<updated>2020-12-29T20:18:08+00:00</updated>
<author>
<name>Antony Lee</name>
<email>anntzer.lee@gmail.com</email>
</author>
<published>2020-12-29T17:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f36e940a4726abb38c4929259e8eaf00d68c3d18'/>
<id>f36e940a4726abb38c4929259e8eaf00d68c3d18</id>
<content type='text'>
... or when the input isn't/cannot be a set.  I left a few usages, e.g.
in random sampling, where "set" is reasonable as informal description of
an array as the order doesn't matter; however, for e.g. np.gradient the
order of the returned list is clearly important, so "set" is wrong.

Also some other minor doc edits noticed during the grepping: using
`shape` instead of `form` in `cov` is consistent with most other places;
the wording in `Polynomial.trim` now matches other methods on the same
class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... or when the input isn't/cannot be a set.  I left a few usages, e.g.
in random sampling, where "set" is reasonable as informal description of
an array as the order doesn't matter; however, for e.g. np.gradient the
order of the returned list is clearly important, so "set" is wrong.

Also some other minor doc edits noticed during the grepping: using
`shape` instead of `form` in `cov` is consistent with most other places;
the wording in `Polynomial.trim` now matches other methods on the same
class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18051 from rpolley/deprecate-np-testing-dec-2</title>
<updated>2020-12-29T09:00:14+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-12-29T09:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=717df4e93234a1a290aa1b472b5c1c4e600009cd'/>
<id>717df4e93234a1a290aa1b472b5c1c4e600009cd</id>
<content type='text'>
DEP: deprecate np.testing.dec</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEP: deprecate np.testing.dec</pre>
</div>
</content>
</entry>
<entry>
<title>DEC: update deprecation version to 1.21 and add date comments</title>
<updated>2020-12-21T03:06:04+00:00</updated>
<author>
<name>Ryan Polley</name>
<email>rypolley@gmail.com</email>
</author>
<published>2020-12-21T03:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7fb6a0bf6064c5a06440ea188a281e2bb8c49e61'/>
<id>7fb6a0bf6064c5a06440ea188a281e2bb8c49e61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEC: deprecate the decorators in np.testing.dec</title>
<updated>2020-12-21T02:45:36+00:00</updated>
<author>
<name>Ryan Polley</name>
<email>rypolley@gmail.com</email>
</author>
<published>2020-12-21T02:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f5579746f07a4f40d8b9391336fac0ee79659d22'/>
<id>f5579746f07a4f40d8b9391336fac0ee79659d22</id>
<content type='text'>
Since the decorators in np.testing.dec are intended for nose test framework
support, deprecate them by updating the docstring and adding a warning when
they are used on functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the decorators in np.testing.dec are intended for nose test framework
support, deprecate them by updating the docstring and adding a warning when
they are used on functions
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix a couple of reference to verbatim and vice versa</title>
<updated>2020-12-19T04:49:36+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2020-12-14T01:08:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=09cbb7495b92a37ddfb5e7d1bc2e9964bc6a0609'/>
<id>09cbb7495b92a37ddfb5e7d1bc2e9964bc6a0609</id>
<content type='text'>
This update a coupe of references (single backticks) that actually are not to
verbatim/code (double backticks); and a couple of verbatim to reference
when they do actually exists and can be resolved in context.

I probably missed other; and stayed simple but spoted a few other
inconsistencies that I did not fix:

  - some ``...`` could actually be :math:`...` but not always clear if
  it would be better.
  - some intervals are [``...``], other are ``[...]``

I guess they could be discussed individually; it was mostly the failing
references that bothered me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This update a coupe of references (single backticks) that actually are not to
verbatim/code (double backticks); and a couple of verbatim to reference
when they do actually exists and can be resolved in context.

I probably missed other; and stayed simple but spoted a few other
inconsistencies that I did not fix:

  - some ``...`` could actually be :math:`...` but not always clear if
  it would be better.
  - some intervals are [``...``], other are ``[...]``

I guess they could be discussed individually; it was mostly the failing
references that bothered me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix AttributeError: 'bool' object has no attribute 'ndim'</title>
<updated>2020-12-03T20:35:40+00:00</updated>
<author>
<name>Christoph Gohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2020-12-03T20:35:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bd7609c2aa11de9f46d084e607ae42d1bbe17797'/>
<id>bd7609c2aa11de9f46d084e607ae42d1bbe17797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor typographic change</title>
<updated>2020-10-24T11:00:52+00:00</updated>
<author>
<name>Jakob</name>
<email>jakobjakobson13@posteo.de</email>
</author>
<published>2020-10-24T11:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=74aee159583bf4631fbbdd12eef7e2bee394d907'/>
<id>74aee159583bf4631fbbdd12eef7e2bee394d907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more fixes</title>
<updated>2020-10-23T21:45:50+00:00</updated>
<author>
<name>Jakob</name>
<email>jakobjakobson13@posteo.de</email>
</author>
<published>2020-10-23T21:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=196d4eb031548c37577c086db9658c21f3ea2b81'/>
<id>196d4eb031548c37577c086db9658c21f3ea2b81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix quotation marks</title>
<updated>2020-10-23T19:49:38+00:00</updated>
<author>
<name>Jakob</name>
<email>jakobjakobson13@posteo.de</email>
</author>
<published>2020-10-23T19:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ec359c37ba8f542fae97ff4e51a6d23876dcf185'/>
<id>ec359c37ba8f542fae97ff4e51a6d23876dcf185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2020-10-23T19:39:39+00:00</updated>
<author>
<name>Jakob</name>
<email>jakobjakobson13@posteo.de</email>
</author>
<published>2020-10-23T19:39:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7a4588e00bea078a2e0ebdb1540c05d061796ccf'/>
<id>7a4588e00bea078a2e0ebdb1540c05d061796ccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
