Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.24.0
/
doc
/
source
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, 9 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
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
f1a0741
DOC: Remove traces of interrupt handling utilities
by Sebastian Berg
· 2 years, 10 months ago
742545f
Merge pull request #22607 from seberg/scalar-aliases
by Ralf Gommers
· 2 years, 10 months ago
2a978b4
MAINT: Update main after 1.23.5 release.
by Charles Harris
· 2 years, 10 months ago
c6e75fc
DOC: testing: Fix typo: nulps -> nulp
by warren
· 2 years, 10 months ago
5f5a3ed
DOC: Rm round_ from autosummary
by Inessa Pawson
· 2 years, 10 months ago
424cb3f
BUG: Fixup warning giving and remove MachAr from docs
by Sebastian Berg
· 2 years, 10 months ago
9d2a5fb
DOC: expand docs on debugging with gdb
by Nathan Goldbaum
· 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
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
30e1917
DOC: fix typo in advanced_debugging.rst [skip ci]
by Tony Newton / Teng Liu
· 2 years, 10 months ago
e240dc8
DOC: rm msort from autosummary to discourage discovery.
by Ross Barnowski
· 2 years, 11 months ago
ceeb995
Merge pull request #22409 from noritada/dark-mode-coloring-improvements
by Sebastian Berg
· 2 years, 11 months ago
955d61a
DOC: Update a label color for the version selection button
by Noritada Kobayashi
· 2 years, 11 months ago
6db3236
Merge pull request #22430 from charris/post-1.23.4-release-update
by Charles Harris
· 2 years, 11 months ago
22c540c
Merge pull request #22411 from DimitriPapadopoulos/python2_doc
by Sebastian Berg
· 2 years, 11 months ago
19bbafa
REL: Update main after 1.23.4 release.
by Charles Harris
· 2 years, 11 months ago
6fac305
DOC: Improve how-to-partition contents.
by melissawm
· 2 years, 11 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
8551018
MAINT: Fix typos found by codespell
by Dimitri Papadopoulos
· 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
4bffb11
Minor typo in docs
by Thomas Kastl
· 3 years 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
88d0af7
REL: Update main after 1.23.3 release.
by Charles Harris
· 3 years ago
63bec25
DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206)
by Loïc Estève
· 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
185c4f2
Merge pull request #21468 from ganesh-k13/enh_21340_show_config_threadpoolctl
by Matti Picus
· 3 years ago
c806a0a
DOC: Added `show_runtime` to Utility
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
75ae7be
Merge pull request #22122 from rkern/doc/sequence-of-seeds
by Charles Harris
· 3 years ago
0ca460d
Merge pull request #21879 from tupui/skip_azp_circle
by Matti Picus
· 3 years, 1 month ago
b3f01f1
DOC: update skip section and fix formatting.
by Pamphile Roy
· 3 years, 1 month ago
b6a3e83
Merge pull request #22116 from melissawm/add-sphinx-design
by Matti Picus
· 3 years, 1 month ago
9de446a
DOC: Fix intersphinx inventory names
by melissawm
· 3 years, 1 month ago
49b92ee
REL: Update main after 1.23.2 release.
by Charles Harris
· 3 years, 1 month ago
3e0bd19
DOC: Explain how to use sequences of integers as seeds.
by Robert Kern
· 3 years, 1 month ago
29b99f5
Merge pull request #21152 from PrecisionWordcraft/howto-bug
by Melissa Weber Mendonça
· 3 years, 1 month ago
31e1521
DOC: Reorganize user guide outline
by melissawm
· 3 years, 1 month ago
39f9840
DOC: Note about virtualenv
by Melissa Weber Mendonça
· 3 years, 1 month ago
3b5ee21
MAINT,DOC: Remove sphinx-panels in favor of sphinx-design
by melissawm
· 3 years, 1 month ago
f1e5025
DOC: updated masked_print_option and added explanation (#22013)
by Miki Watanabe
· 3 years, 1 month ago
5ba36b7
DOC: some improvements in the NumPy/MATLAB comparison (#22000)
by Petar Mlinarić
· 3 years, 2 months ago
3784656
Merge pull request #21837 from seberg/note-objects-null
by Charles Harris
· 3 years, 2 months ago
c856349
Merge pull request #21943 from joaopfg/fix/error-message
by Matti Picus
· 3 years, 2 months ago
64fef8f
Fixing formatting problem
by joaopfg
· 3 years, 2 months ago
d3cb799
Merge pull request #21945 from melissawm/update-release-guide
by Charles Harris
· 3 years, 2 months ago
b816319
DOC: Add a note about security and NumPy to the documentation (#21927)
by Sebastian Berg
· 3 years, 2 months ago
670a9ec
REL: Update main after 1.23.1 release.
by Charles Harris
· 3 years, 2 months ago
fa9f6c1
DOC: Fix numbering in section title
by Melissa Weber Mendonça
· 3 years, 2 months ago
1aed3e4
DOC: Addressing review comments
by melissawm
· 3 years, 2 months ago
7cd7fc6
Merge pull request #21248 from ax3l/doc-improve-array-interface-data
by Matti Picus
· 3 years, 2 months ago
14092a0
DOC: Apply final wording suggestion.
by Ross Barnowski
· 3 years, 2 months ago
ad61084
DOC: style fixes
by melissawm
· 3 years, 2 months ago
a73a73c
DOC: Apply suggestions from code review
by Precision Wordcraft LLC
· 3 years, 2 months ago
7bdb182
DOC: How-to for verifying bug existence and fixes
by PrecisionWordcraft
· 3 years, 2 months ago
a744c3f
DOC: How to verify your first numpy bug
by Al-Baraa El-Hag
· 3 years, 2 months ago
1e25cb9
MAINT,DOC: Update release guide
by melissawm
· 3 years, 2 months ago
c94e841
Adding docs about the C-API incompatibility error and pointing to the docs in the error
by joaopfg
· 3 years, 2 months ago
91a844f
DOC: Use alternative phrasing for dimensionality, size in broadcasting.rst
by Seva Lotoshnikov
· 3 years, 2 months ago
e7c98ec
DOC: Rephrase dimensionality, size in broadcasting.rst
by Seva Lotoshnikov
· 3 years, 2 months ago
3163ae3
DOC: Adopt changes as suggested in review
by Sebastian Berg
· 3 years, 2 months ago
0f7eaf8
Merge pull request #21922 from davidgilbertson/patch-2
by Matti Picus
· 3 years, 2 months ago
e7c383c
DOC: fix typo on custom array containers page
by David Gilbertson
· 3 years, 2 months ago
7735eff
Fix typo on Byte-swapping page
by David Gilbertson
· 3 years, 2 months ago
784a9aa
DOC: add dark logo.
by Pamphile Roy
· 3 years, 2 months ago
180d56b
MAINT: remove doc prefix for version switcher
by Pamphile Roy
· 3 years, 2 months ago
214d371
DOC: dark theme css rules
by Pamphile Roy
· 3 years, 2 months ago
351f5ef
Fix logo link
by Jarrod Millman
· 3 years, 2 months ago
6b44497
Require sphinx 4.3+
by Jarrod Millman
· 3 years, 2 months ago
66c2414
Update sphinx
by Jarrod Millman
· 3 years, 2 months ago
3039cd3
Merge pull request #21836 from NamamiShanker/doc_change
by Rohit Goswami
· 3 years, 2 months ago
b6de7bc
DOC: Document expectation for object array initialization
by Sebastian Berg
· 3 years, 2 months ago
99a5cdd
DOC: Apply stylistic updates
by Namami Shanker
· 3 years, 2 months ago
87095f3
DOC: Fix typo in f2cmap usage doc
by Namami Shanker
· 3 years, 2 months ago
79a1074
DOC: Move f2cmap example documentation
by Namami Shanker
· 3 years, 2 months ago
ed7791f
DOC: Correct f2py doc meson.build example
by Namami Shanker
· 3 years, 2 months ago
6d8281c
DOC: Add f2cmap flag doc
by Namami Shanker
· 3 years, 2 months ago
85592f2
MAINT: Update main after 1.23.0 release.
by Charles Harris
· 3 years, 2 months ago
Next »