/
niceSOFT
/
numpy
ОбзорДокументацияВойти
/
niceSOFT
/
numpy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
numpy/
.../release/upcoming_changes/
..
28574.new_feature.rst

BUG: Fix F2Py typedef requirement checking. (#32043)

12 дней назад
30890.improvement.rst

BUG: raise a clear error in common_type for non-array input (#31592)

2 месяца назад
30967.change.rst

BUG: Fix F77/F90 line wrapping generating invalid continuations

5 месяцев назад
30971.change.rst

BUG: f2py: fix allocatable character arrays in module data

5 месяцев назад
31068.performance.rst

ENH: Improve ufunc performance by caching the loop function (#31068)

месяц назад
31364.c_api.rst

MAINT: Make most DTypes (not `np.dtype`) HeapTypes (#31364)

2 месяца назад
31387.expired.rst

DEP: remove deprecated 'full' and 'economic' modes from numpy.linalg.qr (#31387)

2 месяца назад
31431.improvement.rst

ENH: New-style object sorting with descending support and NaN handling (#31431)

2 месяца назад
31503.change.rst

ENH: use PyMem_RawMalloc instead of system allocator for better performance on free-threading (#31503)

2 месяца назад
31511.new_feature.rst

ENH: New-style ArrayMethods for partitioning (#31614)

месяц назад
31614.new_feature.rst

ENH: New-style ArrayMethods for partitioning (#31614)

месяц назад
31620.improvement.rst

BUG: fix linspace returning NaN for equal infinite endpoints (gh-26699)

месяц назад
31659.new_function.rst

ENH: Add `top_k` based on partitioning (#31659)

14 дней назад
31662.improvement.rst

BUG: NpyString comparison should use memcmp instead of strncmp (#31662)

2 месяца назад
31771.c_api.rst

DOC: fix typo in release fragment extension (#32053)

22 дня назад
31782.compatibility.rst

BUG: fix `np.insert` ignoring out of bounds negative indices in multi element obj (#31782)

месяц назад
31791.performance.rst

ENH: Fast-path zero-width axes in np.pad (#31791)

21 день назад
31816.c_api.rst

ENH: add mechanism to register reduction loops to ufuncs for multi-output reductions (#31816)

13 дней назад
31816.compatibility.rst

ENH: add mechanism to register reduction loops to ufuncs for multi-output reductions (#31816)

13 дней назад
31843.change.rst

BLD: set minimum required gcc version to 10.3 (#31843)

месяц назад
31845.performance.rst

PERF: Optimize reduction helper fast paths (#31845)

месяц назад
31848.improvement.rst

MNT: properly rename release note file (#32171)

10 дней назад
31906.improvement.rst

BUG: add release note for DataSource PathLike support

месяц назад
31931.expired.rst

DEP/TYP: Remove mypy plugin (deprecated since 2.3) (#31931)

месяц назад
31934.improvement.rst

BUG: respect pathsep for f2py include paths (#31934)

месяц назад
32015.deprecation.rst

DEP: Deprecate numpy.linalg.lapack_lite module

месяц назад
32027.change.rst

BUG: reject structured DTypes that contain StringDType fields (#32027)

25 дней назад
32029.new_feature.rst

ENH: Support DLPack for scalars by exporting read-only data (#32029)

10 дней назад
32041.performance.rst

PERF: Exact NDArray reduction fast path (#32041)

16 дней назад
32043.improvement.rst

BUG: Fix F2Py typedef requirement checking. (#32043)

12 дней назад
32075.typing.rst

TYP: Generic ``object_`` type (#32075)

2 дня назад
32090.change.rst

BUG: NEP 50 promotion for python scalars in `ufunc.outer` (#32090)

14 дней назад
32091.new_feature.rst

ENH: implement unwrap for masked arrays under `np.ma` (#32091)

11 дней назад
32094.change.rst

ENH: NEP 50 scalar promotion semantics in ufunc.at (#32094)

13 дней назад
32165.performance.rst

ENH: Implement fromnumeric._wrapfunc and _wrapit in C (#32165)

день назад
32198.typing.rst

TYP/DOC: release note for the ufunc typing improvements (#32198)

7 дней назад
9959.change.rst

ENH: implement `np.unwrap` as a generalized ufunc (#31848)

21 день назад
README.rst

DOC: new "typing" changelog category (#30483)

8 месяцев назад
template.rst

MAINT: ensure towncrier can be run >1x, and is included in `spin docs`

2 года назад
README.rst
:orphan:
 
Changelog
=========
 
This directory contains "news fragments" which are short files that contain a
small **ReST**-formatted text that will be added to the next what's new page.
 
Make sure to use full sentences with correct case and punctuation, and please
try to use Sphinx intersphinx using backticks. The fragment should have a
header line and an underline using ``------``
 
Each file should be named like ``<PULL REQUEST>.<TYPE>.rst``, where
``<PULL REQUEST>`` is a pull request number, and ``<TYPE>`` is one of:
 
* ``new_function``: New user facing functions.
* ``deprecation``: Changes existing code to emit a DeprecationWarning.
* ``future``: Changes existing code to emit a FutureWarning.
* ``expired``: Removal of a deprecated part of the API.
* ``compatibility``: A change which requires users to change code and is not
backwards compatible. (Not to be used for removal of deprecated features.)
* ``c_api``: Changes in the Numpy C-API exported functions
* ``new_feature``: New user facing features like ``kwargs``.
* ``improvement``: General improvements and edge-case changes which are
not new features or compatibility related.
* ``performance``: Performance changes that should not affect other behaviour.
* ``typing``: Improvements and changes related to static typing.
* ``change``: Other changes
* ``highlight``: Adds a highlight bullet point to use as a possibly highlight
of the release.
 
It is possible to add two files with different categories (and text) if both
are relevant. For example a change may improve performance but have some
compatibility concerns.
 
Most categories should be formatted as paragraphs with a heading.
So for example: ``123.new_feature.rst`` would have the content::
 
``my_new_feature`` option for `my_favorite_function`
----------------------------------------------------
The ``my_new_feature`` option is now available for `my_favorite_function`.
To use it, write ``np.my_favorite_function(..., my_new_feature=True)``.
 
``highlight`` is usually formatted as bullet points making the fragment
``* This is a highlight``.
 
Note the use of single-backticks to get an internal link (assuming
``my_favorite_function`` is exported from the ``numpy`` namespace),
and double-backticks for code.
 
If you are unsure what pull request type to use, don't hesitate to ask in your
PR.
 
``towncrier`` is required to build the docs; it will be automatically run when
you build the docs locally with ``spin docs``. You can also run ``towncrier
build --draft --version 1.18`` if you want to get a preview of how your change
will look in the final release notes.
 
.. note::
 
This README was adapted from the pytest changelog readme under the terms of
the MIT licence.