<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/umath.py, branch v1.20.3</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>BUG, DOC: restore missing import</title>
<updated>2020-02-13T07:11:18+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-02-13T07:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5798ce765184f320c70c5130a515984b17c10f52'/>
<id>5798ce765184f320c70c5130a515984b17c10f52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: cleanup unused imports; avoid redefinition of imports</title>
<updated>2020-02-06T09:16:23+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-02-04T19:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=07bf33fbf5be8143aab037dc65aba3086f8badf6'/>
<id>07bf33fbf5be8143aab037dc65aba3086f8badf6</id>
<content type='text'>
* Cleanup unused imports (F401) of mostly standard Python modules,
  or some internal but unlikely referenced modules
* Where internal imports are potentially used, mark with noqa
* Avoid redefinition of imports (F811)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cleanup unused imports (F401) of mostly standard Python modules,
  or some internal but unlikely referenced modules
* Where internal imports are potentially used, mark with noqa
* Avoid redefinition of imports (F811)
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: resolve pyflake F403 'from module import *' used</title>
<updated>2020-01-22T19:45:59+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-01-21T09:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f9c5bd5ed1c241b189cea6cf5aef750526194708'/>
<id>f9c5bd5ed1c241b189cea6cf5aef750526194708</id>
<content type='text'>
* For external modules, resolve imported members
* Most internal relative modules were ignored or marked noqa: F403
* Convert a few internal absolute imports to relative imports
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* For external modules, resolve imported members
* Most internal relative modules were ignored or marked noqa: F403
* Convert a few internal absolute imports to relative imports
</pre>
</div>
</content>
</entry>
<entry>
<title>DEV: remove _arg from public API, add matmul to benchmark ufuncs</title>
<updated>2019-01-07T09:38:42+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-01-07T09:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0bdf90ca15e62dbc190036e3a42bb5e75da1a2e7'/>
<id>0bdf90ca15e62dbc190036e3a42bb5e75da1a2e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: The multiarray/ufunc merge broke old wheels.</title>
<updated>2018-09-04T21:06:32+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-09-04T21:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4834bb96f43c1a2e864d7d46b838c3029bcffc5a'/>
<id>4834bb96f43c1a2e864d7d46b838c3029bcffc5a</id>
<content type='text'>
The numpy/core/umath.py compatibility module was missing the
`_UFUNC_API` attribute that needed to be imported from
`_multiarray_umath`.

* Add the `_UFUNC_API` attribute
* Make some style fixups.

See https://github.com/scipy/scipy/issues/9220 for discussion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The numpy/core/umath.py compatibility module was missing the
`_UFUNC_API` attribute that needed to be imported from
`_multiarray_umath`.

* Add the `_UFUNC_API` attribute
* Make some style fixups.

See https://github.com/scipy/scipy/issues/9220 for discussion.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Re-add _ones_like to numpy.core.umath.</title>
<updated>2018-09-01T17:34:53+00:00</updated>
<author>
<name>Marten van Kerkwijk</name>
<email>mhvk@astro.utoronto.ca</email>
</author>
<published>2018-09-01T17:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=508c6e6cceefa343cf5c59a527eea85a6922e009'/>
<id>508c6e6cceefa343cf5c59a527eea85a6922e009</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: add docstring to new python files</title>
<updated>2018-08-21T17:06:33+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-08-01T18:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=872508760a447352a680d89359d1a1b262aec164'/>
<id>872508760a447352a680d89359d1a1b262aec164</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: merge umath, multiarray into _multiarray, add python wrappers</title>
<updated>2018-08-21T17:03:07+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2018-04-24T14:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=31df302656b88df2937c5ac338c96b1a0ec6d687'/>
<id>31df302656b88df2937c5ac338c96b1a0ec6d687</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
