Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.2.1
/
doc
tag
7862531d604169a95647bf9d19d108716ad9ee5e
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Dec 21 18:31:41 2024
object
7469245786b57405b7ae264b386400061b3b25d3
NumPy 2.2.1 release
acb051e
REL: Prepare for the NumPy 2.2.1 release [wheel build]
by Charles Harris
· 8 months ago
5a91e14
MAINT: Prepare 2.2.x for further development
by Charles Harris
· 9 months ago
1ed7b67
REL: Prepare for the NumPy 2.2.0 release [wheel build]
by Charles Harris
· 9 months ago
ee8d1cd
PERF: improve multithreaded ufunc scaling (#27896)
by Nathan Goldbaum
· 9 months ago
357e8d5
DOC: Fix double import in docs (#27878)
by Stan U.
· 9 months ago
99cc034
REL: Prepare for the NumPy 2.2.0rc1 release [wheel build]
by Charles Harris
· 9 months ago
391e5de
ENH: define matvec and vecmat gufuncs
by Marten van Kerkwijk
· 9 months ago
956c2c6
DOC: Add a release snippt for gh-14622
by Sebastian Berg
· 9 months ago
283a608
DOC: fix broken reference in arrays.classes.rst (#27813)
by Nicolas Tessore
· 9 months ago
16b210c
BUG,ENH: Fix internal ``__array_wrap__`` for direct calls (#27807)
by Sebastian Berg
· 9 months ago
382b3ff
ENH: Ensure hugepages are also indicated for calloc allocations
by Sebastian Berg
· 9 months ago
91aed7b
Merge pull request #27716 from mtsokol/module-attribute
by Matti Picus
· 9 months ago
f3cca78
BUG: allow empty memmaps in most situations (#27723)
by Luke Aarohi
· 9 months ago
9242c21
DOC: Make wording in absolute beginners guide more friendly (#27788)
by Stan U.
· 9 months ago
f833f33
Merge pull request #27728 from HaoZeke/gh27697_lower_callstatement
by Charles Harris
· 9 months ago
d6b0387
Merge pull request #27730 from HaoZeke/testGH27167
by Charles Harris
· 9 months ago
1855184
DOC: Added additional guidance for compiling in Windows (#27746)
by nullSoup
· 9 months ago
629f2c6
DOC: Fix docs issue
by Mateusz Sokół
· 10 months ago
8c46459
Merge pull request #27736 from jorenham/typing/scalar-type-parameter-defaults
by Charles Harris
· 10 months ago
4df0561
Merge pull request #27735 from mtsokol/ufunc-object-dict
by Nathan Goldbaum
· 10 months ago
50d64e5
DOC: Fix typos in subclassing documentation (#27743)
by Isaac Warren
· 10 months ago
42b44cc
Split release note file
by Mateusz Sokół
· 10 months ago
a507bf6
Deprecated `_add_newdoc_ufunc`
by Mateusz Sokół
· 10 months ago
4cef2d4
Fix release note file
by Mateusz Sokół
· 10 months ago
44da1a2
Apply review comments
by Mateusz Sokół
· 10 months ago
68ddb40
DOC: Add release note for optional ``numpy.number`` type parameters
by jorenham
· 10 months ago
3eafa3f
ENH: Add a `__dict__` to ufunc objects and use it to allow overriding `__doc__`
by Mateusz Sokół
· 10 months ago
9a13a5e
REL: Add a note for gh-27695
by Rohit Goswami
· 10 months ago
f21d18a
DOC: Note regarding modified fortran wrappers
by Rohit Goswami
· 10 months ago
fbffb8c
Merge pull request #27482 from mhvk/arrayprint-shape-for-summarized
by Matti Picus
· 10 months ago
0ba5e8d
DOC: Remove version notes
by linus-md
· 10 months ago
3c6d763
ENH: include shape in repr also for summarized arrays
by Marten H. van Kerkwijk
· 10 months ago
b3b6fa3
MAINT: Update main after 2.1.3 release.
by Charles Harris
· 10 months ago
a68aa66
fix typo / copy paste error
by hutauf
· 10 months ago
3126b97
Merge pull request #27636 from ngoldbaum/fix-stringdtype-promoters
by Nathan Goldbaum
· 10 months ago
e003e82
BUG: np.cov transpose control
by Tyler Reddy
· 10 months ago
7bc49e9
DOC: add release note
by Nathan Goldbaum
· 10 months ago
5b1105a
Update doc/RELEASE_WALKTHROUGH.rst
by Charles Harris
· 10 months ago
0753a86
DOC: Update the RELEASE_WALKTHROUGH.rst file.
by Charles Harris
· 10 months ago
816fd7c
Update documentation for floating-point precision and determinant calculations (#27602)
by Amit Subhash Chejara
· 10 months ago
b7ee98b
BUG: handle possible error for PyTraceMallocTrack
by mattip
· 11 months ago
e230ea6
BLD: rename `meson_options.txt` to `meson.options`
by Ralf Gommers
· 11 months ago
fde254a
DOC: Added `CONTRIBUTING.rst` (#27469)
by Aditi Juneja
· 11 months ago
44eb726
MAINT: Update main after NumPy 2.1.2 release
by Charles Harris
· 11 months ago
9fc06fc
Update arrays.classes.rst
by Santhana Mikhail Antony S
· 11 months ago
c3a78be
Removed all outdated versionadded/changed directives ISSUES#27239
by Santhana Mikhail Antony S
· 11 months ago
3df1665
DOC: Fix minor issues in arrays.promotion.rst (#27403)
by Matthias Diener
· 11 months ago
88a649b
Merge pull request #27420 from jorenham/typing/complexfloating-optional-nbit2
by Charles Harris
· 11 months ago
6639806
DOC: Add release notes for numpy#27334
by jorenham
· 11 months ago
df80b37
DOC: Add release note for optional ``complexfloating`` 2nd type-param
by jorenham
· 11 months ago
0e5fbac
MAINT: Fix a few typos - and sometimes improve wording
by Dimitri Papadopoulos
· 12 months ago
d6bfeb0
Merge pull request #27344 from vaerksted/main
by Charles Harris
· 12 months ago
025a270
DOC: Mention that c is reassigned but still points to a (quickstart) (#27347)
by kplanken
· 12 months ago
d9aa75d
DOC: Remove reshape from appearing twice in toctree
by Melissa Weber Mendonça
· 12 months ago
21886d2
typos
by musvaage
· 12 months ago
6904f9d
MAINT: Update main after 2.1.1 release.
by Charles Harris
· 12 months ago
b75f859
Removed reference to deprecated "newshape" parameter in np.reshape()
by Oscar
· 12 months ago
b3ddf2f
MAINT: Remove any promotion-state switching logic (#27156)
by Sebastian Berg
· 12 months ago
6a3f10f
Merge pull request #27307 from DimitriPapadopoulos/W
by Charles Harris
· 12 months ago
862d800
MAINT: Apply ruff/flake8-comprehensions rule C416
by Dimitri Papadopoulos
· 12 months ago
6e7f6ec
Apply ruff/pycodestyle rule W292
by Dimitri Papadopoulos
· 12 months ago
96a8ca8
Apply ruff/pycodestyle rule W291
by Dimitri Papadopoulos
· 12 months ago
b43d97b
BUG: Fix bug in ``doc/neps/tools/build_index.py``
by Charles Harris
· 12 months ago
50185a9
Merge pull request #27295 from DimitriPapadopoulos/PIE
by Charles Harris
· 12 months ago
9cc5325
MAINT: Apply ruff/flake8-pie rule PIE810
by Dimitri Papadopoulos
· 12 months ago
0ae8180
MAINT: apply ruff/Pycodestyle rule E713
by Dimitri Papadopoulos
· 12 months ago
c0e9b53
MAINT: apply ruff/Pycodestyle rule F401
by Dimitri Papadopoulos
· 12 months ago
392baea
Merge pull request #27293 from DimitriPapadopoulos/B
by Marten van Kerkwijk
· 12 months ago
c192c09
MAINT: Apply ruff/flake8-bugbear rule B007
by Dimitri Papadopoulos
· 12 months ago
787d8ae
DOC, MAINT: Fix typos found by codespell
by Dimitri Papadopoulos
· 1 year ago
eb6ac83
Merge pull request #27286 from charris/post-2.0.2-release-update
by Charles Harris
· 1 year ago
8417754
MAINT: Update main after the 2.0.2 release
by Charles Harris
· 1 year ago
95c3117
Merge pull request #27116 from amedinaaa/nep50-docfix
by Matti Picus
· 1 year ago
f0e381a
Merge pull request #27088 from andyfaff/wheely
by Matti Picus
· 1 year ago
bf0e84b
Update doc/release/upcoming_changes/27088.change.rst
by Andrew Nelson
· 1 year ago
7728dca
DOC: release note for musllinux image bump
by Andrew Nelson
· 1 year ago
3e70e0a
DOC/DEV/CI: mambaforge -> miniforge
by Lucas Colley
· 1 year ago
6ffe3da
Merge pull request #27272 from ev-br/strict_check_docs
by Sebastian Berg
· 1 year ago
ae926d7
Merge pull request #27262 from mtsokol/bug-27256-27257
by Charles Harris
· 1 year ago
90c34cb
TST: fix examples for struct-check dtypes
by Evgeni Burovski
· 1 year ago
3113704
Merge pull request #27203 from guan404ming/PyArray-CheckAxis-doc
by Nathan Goldbaum
· 1 year ago
ad77550
DOC: update doc/source/reference/c-api/array.rst
by GUAN MING
· 1 year ago
bff71ca
BUG: Fix #27256 and #27257
by Mateusz Sokół
· 1 year ago
b96fe07
Merge pull request #27242 from charris/post-2.1.0-release-update
by Charles Harris
· 1 year ago
8e9d918
DOC: update documentation release process [skip actions][skip azp][skip cirrus] (#27247)
by Matti Picus
· 1 year ago
e908872
MAINT: Update main after 2.1.0 release.
by Charles Harris
· 1 year ago
d60444f
Merge pull request #27223 from ngoldbaum/thread-safety-docs
by Charles Harris
· 1 year ago
26cba75
DOC: reword discussion about shared arrays to hopefully be clearer
by Nathan Goldbaum
· 1 year ago
1e4f04f
Move NUMUSERTYPES thread safety discussion to legacy DType API docs
by Nathan Goldbaum
· 1 year ago
f415b54
DOC: Remove obsolete note from the top of the 2.0.0 release notes.
by Warren Weckesser
· 1 year ago
908169c
DOC: add docs on thread safety in NumPy
by Nathan Goldbaum
· 1 year ago
416bc19
Merge pull request #27160 from seberg/dep-nonzero
by Nathan Goldbaum
· 1 year ago
10f443e
DOC: update PyArray_CheckAxis doc
by GUAN MING
· 1 year ago
4964280
REV: Revert undef I and document it
by Sebastian Berg
· 1 year, 1 month ago
0525bb0
DOC: Add release note for bool(empty_array) expiration
by Sebastian Berg
· 1 year, 1 month ago
f7bf9f8
DEP: Finalize ``bool(empty_array)`` deprecation
by Sebastian Berg
· 1 year, 1 month ago
75ffe91
add release note
by mattip
· 1 year, 1 month ago
11eb606
Merge pull request #27119 from seberg/use-optional-attr
by Sebastian Berg
· 1 year, 1 month ago
e1b6cb4
BEG: Prepare main for 2.2.0 development
by Charles Harris
· 1 year, 1 month ago
fbd9a3b
DOC: Add release note snippet for attribute lookup improvement
by Sebastian Berg
· 1 year, 1 month ago
Next »