<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/tests/test_public_api.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>API: Add new exceptions module and move exception exposed via numeric</title>
<updated>2022-11-30T11:07:51+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-11-18T13:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b0f318b38e7dd305c3ca93e6c912e1391dda999e'/>
<id>b0f318b38e7dd305c3ca93e6c912e1391dda999e</id>
<content type='text'>
This means moving ComplexWarning, TooHardError, and AxisError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This means moving ComplexWarning, TooHardError, and AxisError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22533 from ngoldbaum/ufunc-and-function-listing</title>
<updated>2022-11-29T16:56:10+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-11-29T16:56:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2cf8c40727b08c029cdaf7fce803d031a60499a2'/>
<id>2cf8c40727b08c029cdaf7fce803d031a60499a2</id>
<content type='text'>
API: Add numpy.testing.overrides to aid testing of custom array containers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API: Add numpy.testing.overrides to aid testing of custom array containers</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: enable building NumPy with Meson</title>
<updated>2022-11-25T11:37:46+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2022-11-23T22:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4002a7d421ff10780c28a3643683af7a9754f87f'/>
<id>4002a7d421ff10780c28a3643683af7a9754f87f</id>
<content type='text'>
This enables building with NumPy on Linux and macOS. Windows support
should be complete to, but is untested as of now and may need a few
tweaks. This contains:
- A set of `meson.build` files and related code generation script
  tweaks, header templates, etc.
- One CI job on Linux
- Basic docs on using Meson to build NumPy (not yet integrated in the
  html docs, it's too early for that - this is for early adopters right
  now).

The build should be complete, with the major exception of SIMD support.
The full test suite passes. See gh-22546 for the tracking issue with
detailed notes on the plan for switching NumPy to Meson as its build
system.

Co-authored-by: Stefan van der Walt &lt;stefanv@berkeley.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables building with NumPy on Linux and macOS. Windows support
should be complete to, but is untested as of now and may need a few
tweaks. This contains:
- A set of `meson.build` files and related code generation script
  tweaks, header templates, etc.
- One CI job on Linux
- Basic docs on using Meson to build NumPy (not yet integrated in the
  html docs, it's too early for that - this is for early adopters right
  now).

The build should be complete, with the major exception of SIMD support.
The full test suite passes. See gh-22546 for the tracking issue with
detailed notes on the plan for switching NumPy to Meson as its build
system.

Co-authored-by: Stefan van der Walt &lt;stefanv@berkeley.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Add numpy.testing.overrides to aid testing of custom array containers</title>
<updated>2022-11-16T16:14:25+00:00</updated>
<author>
<name>Nathan Goldbaum</name>
<email>nathan.goldbaum@gmail.com</email>
</author>
<published>2022-11-04T18:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1a8d3ca45f0a7294784bc200ec436dc8563f654a'/>
<id>1a8d3ca45f0a7294784bc200ec436dc8563f654a</id>
<content type='text'>
Closes #15544
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #15544
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Skip tests that are not currently supported in wasm</title>
<updated>2022-11-11T10:52:06+00:00</updated>
<author>
<name>Hood Chatham</name>
<email>roberthoodchatham@gmail.com</email>
</author>
<published>2022-11-10T19:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=08c6e9c142e619ac5175b6a13342ba2f2c571ddd'/>
<id>08c6e9c142e619ac5175b6a13342ba2f2c571ddd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: fastCopyAndTranspose and PyArray_CopyAndTranspose</title>
<updated>2022-10-06T18:14:49+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2022-09-19T20:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a2cc1c39307c70c073038d79e17346e962720024'/>
<id>a2cc1c39307c70c073038d79e17346e962720024</id>
<content type='text'>
Deprecate the fastCopyAndTranspose function from the Python API, and the
underlying PyArray_CopyAndTranspose function from the C-API.

Also removes an internal, private function _fastCopyAndTranspose which
was the original Python wrapper around the C-function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate the fastCopyAndTranspose function from the Python API, and the
underlying PyArray_CopyAndTranspose function from the C-API.

Also removes an internal, private function _fastCopyAndTranspose which
was the original Python wrapper around the C-function.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Added show_runtime to test_public_api</title>
<updated>2022-08-19T12:46:30+00:00</updated>
<author>
<name>ganesh-k13</name>
<email>ganesh3597@gmail.com</email>
</author>
<published>2022-08-18T13:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5a2a84a19a125bcc1bc72598ac81938dff790dcb'/>
<id>5a2a84a19a125bcc1bc72598ac81938dff790dcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Kill unused file</title>
<updated>2022-05-05T12:47:55+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2022-04-29T03:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af0c674ec36e46c37ff4b2d4f0ff35a88bfad435'/>
<id>af0c674ec36e46c37ff4b2d4f0ff35a88bfad435</id>
<content type='text'>
Co-authored-by:  Sebastian Berg &lt;sebastian@sipsolutions.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by:  Sebastian Berg &lt;sebastian@sipsolutions.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #20416 from ARCCA/armcompiler</title>
<updated>2021-12-24T07:48:38+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-12-24T07:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d0248e91fba772ab31ca092d841fd65ab628abca'/>
<id>d0248e91fba772ab31ca092d841fd65ab628abca</id>
<content type='text'>
ENH: Add ARM Compiler with ARM Performance Library support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add ARM Compiler with ARM Performance Library support</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Generate the docstrings of umath into a separated C header</title>
<updated>2021-12-12T10:55:12+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2021-12-04T11:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8120e2c59b6e840a4bf673c4b0878403b9fd0eb6'/>
<id>8120e2c59b6e840a4bf673c4b0878403b9fd0eb6</id>
<content type='text'>
  To allow access to the docstring of ufunc via
  identifier #DOC_PLACE_OF_UFUNC, e.g. DOC_NUMPY_CORE_UMATH_ABSOLUTE.

  This patch is part of a series of steps aimed at replacing template sources
  and the umath python generator with C++ meta-programming.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  To allow access to the docstring of ufunc via
  identifier #DOC_PLACE_OF_UFUNC, e.g. DOC_NUMPY_CORE_UMATH_ABSOLUTE.

  This patch is part of a series of steps aimed at replacing template sources
  and the umath python generator with C++ meta-programming.
</pre>
</div>
</content>
</entry>
</feed>
