Skip to content

DOC: add release note and move NEP 49 to Final #20194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/neps/nep-0049.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ NEP 49 — Data allocation strategies
===================================

:Author: Matti Picus
:Status: Draft
:Status: Final
:Type: Standards Track
:Created: 2021-04-18
:Resolution: http://numpy-discussion.10968.n7.nabble.com/NEP-49-Data-allocation-strategies-tt49185.html
:Resolution: https://mail.python.org/archives/list/numpy-discussion@python.org/thread/YZ3PNTXZUT27B6ITFAD3WRSM3T3SRVK4/#PKYXCTG4R5Q6LIRZC4SEWLNBM6GLRF26


Abstract
Expand Down
8 changes: 8 additions & 0 deletions doc/release/upcoming_changes/17582.new_feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
NEP 49 configurable allocators
------------------------------
As detailed in `NEP 49`_, the function used for allocation of the data segment
of a ndarray can be changed. The policy can be set globally or in a context.
For more information see the NEP and the :ref:`data_memory` reference docs.

.. _`NEP 49`: https://numpy.org/neps/nep-0049.html

2 changes: 2 additions & 0 deletions doc/source/reference/c-api/data_memory.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _data_memory:

Memory management in NumPy
==========================

Expand Down