<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/fft, branch main</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>Mark `d` argument to fftfreq and rfftfreq as optional in type stubs.</title>
<updated>2023-03-03T15:51:26+00:00</updated>
<author>
<name>Peter Hawkins</name>
<email>phawkins@google.com</email>
</author>
<published>2023-03-03T15:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=768a27f7ca61ead70f1b62aa2da84fdac5e12897'/>
<id>768a27f7ca61ead70f1b62aa2da84fdac5e12897</id>
<content type='text'>
The type stubs incorrectly mark this argument as mandatory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The type stubs incorrectly mark this argument as mandatory.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Simplify temporary dimensions by using static array</title>
<updated>2023-02-21T11:09:17+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-02-21T11:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cafd35cf47ba6fc677d4a4136d810cbc3c00faf0'/>
<id>cafd35cf47ba6fc677d4a4136d810cbc3c00faf0</id>
<content type='text'>
Using maxdims for this is the typical pattern in NumPy and avoids the
malloc call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using maxdims for this is the typical pattern in NumPy and avoids the
malloc call.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Ensure malloc(0) is not called in pocketfft.c</title>
<updated>2023-02-21T11:08:45+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-02-21T11:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9a7f46a8d7abbd68e22c471d80cf00774e906967'/>
<id>9a7f46a8d7abbd68e22c471d80cf00774e906967</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Merge pull request #21895 from hoodmane/emscripten-ci</title>
<updated>2022-11-15T19:26:32+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2022-11-15T19:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a7abbeec3f1f974c249a7aa6802debebead0b385'/>
<id>a7abbeec3f1f974c249a7aa6802debebead0b385</id>
<content type='text'>
ENH, CI: Add Emscripten to CI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH, CI: Add Emscripten to CI</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove `NPY_RESTRICT` in favor of C99 `restrict`</title>
<updated>2022-11-12T20:50:10+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2022-11-12T20:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=305f84245e819af411a8c93877cf3c6713690106'/>
<id>305f84245e819af411a8c93877cf3c6713690106</id>
<content type='text'>
This saves doing an expensive configure-time check that does
not seem needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves doing an expensive configure-time check that does
not seem needed.
</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>MAINT: Split `numpy.typing` into a public and private component</title>
<updated>2022-03-18T17:29:54+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2022-03-18T16:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7739583f5fb39c31e83010a3153fa078004e55eb'/>
<id>7739583f5fb39c31e83010a3153fa078004e55eb</id>
<content type='text'>
i.e. `numpy.typing` and `numpy._typing`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i.e. `numpy.typing` and `numpy._typing`
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`</title>
<updated>2022-01-24T16:29:37+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2022-01-24T16:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=03dc8bfbc809b43b91b4ecb8f481be1ce2644d66'/>
<id>03dc8bfbc809b43b91b4ecb8f481be1ce2644d66</id>
<content type='text'>
Represents a subset of `npt.ArrayLike` that can be parametrized w.r.t. `np.generic`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Represents a subset of `npt.ArrayLike` that can be parametrized w.r.t. `np.generic`
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Use subscriptable `collections.abc` types over the generic aliases in …</title>
<updated>2021-12-23T20:15:00+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-12-21T22:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fe361df62b101a27fd2ea203fb0b79b6a5f61401'/>
<id>fe361df62b101a27fd2ea203fb0b79b6a5f61401</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
