Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.24.0
/
doc
tag
fbeb1b165291db4de782a4a6c438df3fe8ef0685
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Dec 18 03:37:15 2022
object
8cec82012694571156e8d7696307c848a7603b4e
NumPy 1.24.0 release
8d33e68
REL: Prepare for the NumPy 1.24.0 release.
by Charles Harris
· 2 years, 8 months ago
6205f3f
Merge pull request #22743 from seberg/issue-22733
by Charles Harris
· 2 years, 9 months ago
509c934
DOC: Fix release note link to out-of-bounds integer deprecation
by Sebastian Berg
· 2 years, 9 months ago
3fb0ace
DOC: Some updates to the array_api compat document (#22747)
by Aaron Meurer
· 2 years, 9 months ago
fd9e053
REL: Prepare for the NumPy 1.24.0rc2 release.
by Charles Harris
· 2 years, 9 months ago
975cf99
MAINT: Fix 1.24.0 release note markup.
by Charles Harris
· 2 years, 9 months ago
4f400c4
REL: Prepare for the NumPy 1.24.0rc1 release.
by Charles Harris
· 2 years, 9 months ago
04d0e21
ENH: raise TypeError when arange() is called with string dtype (#22087)
by Daniel da Silva
· 2 years, 9 months ago
5d32b8d
Merge pull request #22316 from seberg/void-strctured-new
by Sebastian Berg
· 2 years, 9 months ago
f1a0741
DOC: Remove traces of interrupt handling utilities
by Sebastian Berg
· 2 years, 9 months ago
742545f
Merge pull request #22607 from seberg/scalar-aliases
by Ralf Gommers
· 2 years, 9 months ago
2a978b4
MAINT: Update main after 1.23.5 release.
by Charles Harris
· 2 years, 9 months ago
c6e75fc
DOC: testing: Fix typo: nulps -> nulp
by warren
· 2 years, 9 months ago
5f5a3ed
DOC: Rm round_ from autosummary
by Inessa Pawson
· 2 years, 9 months ago
424cb3f
BUG: Fixup warning giving and remove MachAr from docs
by Sebastian Berg
· 2 years, 9 months ago
8b13c8c
DOC: Document scalar type alias deprecation changes and futurewarning
by Sebastian Berg
· 2 years, 9 months ago
5170119
Merge pull request #22598 from charris/update-to-focal
by Sebastian Berg
· 2 years, 9 months ago
c5e30a8
DOC: Add compatibility release note.
by Charles Harris
· 2 years, 9 months ago
9d2a5fb
DOC: expand docs on debugging with gdb
by Nathan Goldbaum
· 2 years, 9 months ago
2ce5416
Merge pull request #22540 from seberg/finalize-dtype-depr
by Charles Harris
· 2 years, 10 months ago
f1fb58b
MAINT: Update doc/release/upcoming_changes/22540.expired.rst
by Charles Harris
· 2 years, 10 months ago
9a6d956
Merge pull request #22375 from melissawm/doc-arange
by Matti Picus
· 2 years, 10 months ago
3a5d336
DOC: Add instruction to initialize git submodules (#22543)
by Juan Luis Cano Rodríguez
· 2 years, 10 months ago
10908c5
DEP: Expire deprecation to ignore bad dtype= in logical ufuncs (#22541)
by Sebastian Berg
· 2 years, 10 months ago
ec23c51
DOC: Try to clarify which dtype instaces are still allowed
by Sebastian Berg
· 2 years, 10 months ago
26342d7
API: Always use BufferError when dlpack export fails
by Sebastian Berg
· 2 years, 10 months ago
fdb858d
DOC: Add release note for expired dtype=/signature= ufunc deprecation
by Sebastian Berg
· 2 years, 10 months ago
ec37b2b
DOC: update libnpymath docs on its status and how to consume it
by Ralf Gommers
· 2 years, 10 months ago
d2d6c39
DOC: Remove "current" from byte-order note and expand it slightly (#22521)
by Sebastian Berg
· 2 years, 10 months ago
c3a6413
Merge pull request #22504 from blackary/patch-1
by Matti Picus
· 2 years, 10 months ago
1a5df2c
Switch to code block
by Zachary Blackwood
· 2 years, 10 months ago
f569129
DOC: added example in char (#22500)
by hannah
· 2 years, 10 months ago
4f78b7d
Update index.rst
by Nathan Rooy
· 2 years, 10 months ago
a4d95e6
Add code-formatting on install instructions
by Zachary Blackwood
· 2 years, 10 months ago
53beb7b
Merge pull request #22478 from seberg/integer-scalar-warnings
by Matti Picus
· 2 years, 10 months ago
27d876f
Update doc/neps/nep-0050-scalar-promotion.rst
by Sebastian Berg
· 2 years, 10 months ago
0694704
NEP: Make NEP 51 to propose changing the scalar representation (#22261)
by Sebastian Berg
· 2 years, 10 months ago
2283052
DOC: Update TESTS.rst to use the correct names
by Sebastian Berg
· 2 years, 10 months ago
0e13f55
DOC: Update NEP 50, only integer power has missing overflow
by Sebastian Berg
· 2 years, 10 months ago
13d55a3
MAINT: remove u-prefix for former Unicode strings (#22479)
by Mike Taves
· 2 years, 10 months ago
30e1917
DOC: fix typo in advanced_debugging.rst [skip ci]
by Tony Newton / Teng Liu
· 2 years, 10 months ago
6df495c
Merge pull request #22458 from seberg/nditer-allow-all-allocated
by Charles Harris
· 2 years, 10 months ago
7a3a0d7
DOC: Add release note.
by Ross Barnowski
· 2 years, 10 months ago
9a5c2f5
ENH: Allow all allocated operands in nditer/NpyIter
by Sebastian Berg
· 2 years, 10 months ago
e240dc8
DOC: rm msort from autosummary to discourage discovery.
by Ross Barnowski
· 2 years, 10 months ago
f581145
DOC: Update NEP 50 text since integer conversion errors now exist.
by Sebastian Berg
· 2 years, 10 months ago
ceeb995
Merge pull request #22409 from noritada/dark-mode-coloring-improvements
by Sebastian Berg
· 2 years, 10 months ago
955d61a
DOC: Update a label color for the version selection button
by Noritada Kobayashi
· 2 years, 10 months ago
6d56ebb
DOC: Add changelog for ``masked_invalid`` change. (#22406)
by Chiara Marmo
· 2 years, 10 months ago
6db3236
Merge pull request #22430 from charris/post-1.23.4-release-update
by Charles Harris
· 2 years, 10 months ago
22c540c
Merge pull request #22411 from DimitriPapadopoulos/python2_doc
by Sebastian Berg
· 2 years, 10 months ago
19bbafa
REL: Update main after 1.23.4 release.
by Charles Harris
· 2 years, 10 months ago
6fac305
DOC: Improve how-to-partition contents.
by melissawm
· 2 years, 10 months ago
226f9c5
Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversion
by Matti Picus
· 2 years, 10 months ago
5f11024
Update doc/release/upcoming_changes/22393.deprecation.rst
by Sebastian Berg
· 2 years, 10 months ago
6d8670a
Update doc/source/f2py/python-usage.rst
by Rohit Goswami
· 2 years, 11 months ago
eec7fdf
DOC: Add reference links and switch to PyCapsule
by Rohit Goswami
· 2 years, 11 months ago
72f573c
DOC: Replace CObject with Capsule consistently
by Rohit Goswami
· 2 years, 11 months ago
4e36c1b
DOC: Remove documentation specific to Python 2
by Dimitri Papadopoulos
· 2 years, 11 months ago
a45f696
DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme (#22408)
by Noritada Kobayashi
· 2 years, 11 months ago
b0e70ce
Fix title level for improvements.
by Chiara Marmo
· 2 years, 11 months ago
67b2d73
Merge pull request #22399 from DimitriPapadopoulos/codespell
by Sebastian Berg
· 2 years, 11 months ago
49325dd
MAINT,DOC: Fix typo / missing word
by Dimitri Papadopoulos
· 2 years, 11 months ago
8551018
MAINT: Fix typos found by codespell
by Dimitri Papadopoulos
· 2 years, 11 months ago
b347b4d
MAINT: Fix typos found by codespell in NEP
by Dimitri Papadopoulos
· 2 years, 11 months ago
4257508
DOC: Update broken link to diataxis framework.
by Ross Barnowski
· 2 years, 11 months ago
ae6a352
Merge pull request #22313 from rossbar/deprecate-fastCopyAndTranspose
by Matti Picus
· 2 years, 11 months ago
a2cc1c3
DEP: fastCopyAndTranspose and PyArray_CopyAndTranspose
by Ross Barnowski
· 2 years, 11 months ago
0ca3a6d
DOC: Add release note about deprecation of out-of-bound python integer conv
by Sebastian Berg
· 2 years, 11 months ago
5c427d6
DOC: How to partition domains
by melissawm
· 2 years, 11 months ago
07da5c1
DOC: typo, see issue 22369
by amagicmuffin
· 2 years, 11 months ago
399e0e8
DOC, MAINT: Remove unused files
by melissawm
· 2 years, 11 months ago
51c9aa8
TYP,ENH: Mark `numpy.typing` protocols as runtime checkable
by BvB93
· 2 years, 11 months ago
380fbb2
Merge pull request #22336 from rossbar/cleanup-numpydoc-leftovers
by Charles Harris
· 2 years, 11 months ago
5a1a359
MAINT: Rm numpydoc remnant example docstring.
by Ross Barnowski
· 2 years, 11 months ago
4bffb11
Minor typo in docs
by Thomas Kastl
· 2 years, 11 months ago
519ce63
ENH: Allow creating structured void scalars by passing dtype
by Sebastian Berg
· 2 years, 11 months ago
2524a53
Merge pull request #22256 from WillAyd/multi-index-iter-example
by Sebastian Berg
· 3 years ago
2e58fd3
DOC: Add C API documentation for NPY_ITER_MULTI_INDEX
by Will Ayd
· 3 years ago
3a2d009
DOC: Better report integer division overflow (#21506)
by ganesh-k13
· 3 years ago
88d0af7
REL: Update main after 1.23.3 release.
by Charles Harris
· 3 years ago
397b6e5
Merge pull request #22228 from bsipocz/ma_cleanup_old_deprecations
by Sebastian Berg
· 3 years ago
cf94f4f
fix release note formatting
by Brigitta Sipőcz
· 3 years ago
57a3a60
Adding release note
by Brigitta Sipőcz
· 3 years ago
a5d383d
DOC: fix up release note
by mattip
· 3 years ago
65c10c1
Merge pull request #21995 from eirrgang/mei-1468
by Matti Picus
· 3 years ago
469ff30
DOC: Fix typos in upcoming changes
by Patrick Hoefler
· 3 years ago
63bec25
DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206)
by Loïc Estève
· 3 years ago
235b75e
DOC: Take a stab at shortening the release note
by Sebastian Berg
· 3 years ago
e070aea
docs: Fix small grammar slip
by Martin Zacho
· 3 years ago
ad4d292
DOC: add more prominent warnings to pin setuptools
by Ralf Gommers
· 3 years ago
a36783e
DEP: drop older cygwin compatibility shims (#22159)
by Matti Picus
· 3 years ago
185c4f2
Merge pull request #21468 from ganesh-k13/enh_21340_show_config_threadpoolctl
by Matti Picus
· 3 years ago
3d2fe4e
DOC: Fixed links for np.show_runtime (#21468)
by Ganesh Kathiresan
· 3 years ago
17d730a
DEP: drop support for msvc<=1900 and Interix (#22139)
by Matti Picus
· 3 years ago
c806a0a
DOC: Added `show_runtime` to Utility
by ganesh-k13
· 3 years ago
706c922
DOC: Added `np.show_runtime` (#21468)
by ganesh-k13
· 3 years ago
555c07f
Merge pull request #22150 from seiko2plus/issue_21920
by Charles Harris
· 3 years ago
f04f803
Merge pull request #22117 from melissawm/user-guide-outline
by Ralf Gommers
· 3 years ago
c56afe7
DOC: add notes on GCC 6.5 being the minimum supported GCC version.
by Ralf Gommers
· 3 years ago
Next »