Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.2.1
/
doc
/
source
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
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
283a608
DOC: fix broken reference in arrays.classes.rst (#27813)
by Nicolas Tessore
· 9 months ago
91aed7b
Merge pull request #27716 from mtsokol/module-attribute
by Matti Picus
· 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
1855184
DOC: Added additional guidance for compiling in Windows (#27746)
by nullSoup
· 10 months ago
629f2c6
DOC: Fix docs issue
by Mateusz Sokół
· 10 months ago
50d64e5
DOC: Fix typos in subclassing documentation (#27743)
by Isaac Warren
· 10 months ago
f21d18a
DOC: Note regarding modified fortran wrappers
by Rohit Goswami
· 10 months ago
0ba5e8d
DOC: Remove version notes
by linus-md
· 10 months ago
b3b6fa3
MAINT: Update main after 2.1.3 release.
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
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
c0e9b53
MAINT: apply ruff/Pycodestyle rule F401
by Dimitri Papadopoulos
· 1 year ago
787d8ae
DOC, MAINT: Fix typos found by codespell
by Dimitri Papadopoulos
· 1 year ago
8417754
MAINT: Update main after the 2.0.2 release
by Charles Harris
· 1 year ago
3e70e0a
DOC/DEV/CI: mambaforge -> miniforge
by Lucas Colley
· 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
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
f7bf9f8
DEP: Finalize ``bool(empty_array)`` deprecation
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
da370ad
DOC: Fixup promotion doc
by Sebastian Berg
· 1 year, 1 month ago
a07c90c
DOC: Add documentation explaining our promotion rules (#25705)
by Sebastian Berg
· 1 year, 1 month ago
3f70f78
DOC: Minor typo fix [wheel build]
by Rohit Goswami
· 1 year, 1 month ago
24fa175
DOC: Add no compiler compliance details
by Rohit Goswami
· 1 year, 1 month ago
a277f9f
Merge branch 'main' into add-import-numpy-as-np-statement
by Agriya Khetarpal
· 1 year, 1 month ago
cbb14a4
Merge pull request #26981 from ngoldbaum/free-threading-f2py
by Matti Picus
· 1 year, 1 month ago
d3d7b55
DOC: Fix migration note for `alltrue` and `sometrue` (#27015)
by Mateusz Sokół
· 1 year, 1 month ago
9f66869
DOC: update tutorials link (#27010)
by GUAN MING
· 1 year, 1 month ago
db93110
ENH: Provide a hook for gufuncs to process core dimensions. (#26908)
by Warren Weckesser
· 1 year, 1 month ago
623822f
MAINT: Update main after 2.0.1 release.
by Charles Harris
· 1 year, 1 month ago
a5b6519
MAINT: rename requires-gil to freethreading-compatible
by Nathan Goldbaum
· 1 year, 1 month ago
4f68bdd
use copybutton_propmt as regular expression
by Moritz Schreiber
· 1 year, 1 month ago
c6a787e
ENH: add support in f2py to declare gil-disabled support
by Nathan Goldbaum
· 1 year, 1 month ago
ea40b03
add sphinx-copybutton
by Moritz Schreiber
· 1 year, 1 month ago
6160c58
API: Partially revert unique with return_inverse
by Sebastian Berg
· 1 year, 2 months ago
2176571
Merge pull request #26891 from seberg/issue-26763
by Matti Picus
· 1 year, 2 months ago
241a530
DOC: Add a note that one should free the proto struct
by Sebastian Berg
· 1 year, 2 months ago
d0d3cd2
DOC: Change documentation copyright strings to use a dynamic end year
by Anne Gunn
· 1 year, 2 months ago
735a477
Merge pull request #26717 from seberg/troubleshoot-dtype-size
by Matti Picus
· 1 year, 2 months ago
b8b0d88
Merge pull request #26881 from DimitriPapadopoulos/codespell
by Charles Harris
· 1 year, 2 months ago
c7a9216
DOC: fix typos found by codespell in documentation
by Dimitri Papadopoulos
· 1 year, 2 months ago
173f614
DOC: Fix small incorrect markup
by Yuki K
· 1 year, 2 months ago
2ee535e
DOC: Apply Mattis suggestions
by Sebastian Berg
· 1 year, 2 months ago
e8f7d34
BUILD: clean out py2 stuff from npy_3kcompat.h
by mattip
· 1 year, 2 months ago
9730ba2
Merge pull request #26680 from ev-br/smoke-docs-followup
by Matti Picus
· 1 year, 2 months ago
f87d191
DOC: fix a typo
by Evgeni Burovski
· 1 year, 2 months ago
a218745
DOC: Remove redundant reference definition
by Anne Gunn
· 1 year, 2 months ago
c2cc9ac
DOC: Change selected hardlinks to NEPs to intersphinx mappings
by Anne Gunn
· 1 year, 2 months ago
25f9a99
DOC: Revert `default_rng` example text indentation
by Agriya Khetarpal
· 1 year, 2 months ago
30301ed
DOC: Fix indentation for "Inexact types" example
by Agriya Khetarpal
· 1 year, 2 months ago
065a4a4
DOC: Make "Broadcasting" self-contained
by Agriya Khetarpal
· 1 year, 2 months ago
3a4f8c7
DOC: Make "Array creation" self-contained
by Agriya Khetarpal
· 1 year, 2 months ago
3220f9c
DOC: Make "Copies and views" self-contained
by Agriya Khetarpal
· 1 year, 2 months ago
3ccab84
Merge branch 'main' into add-import-numpy-as-np-statement
by Agriya Khetarpal
· 1 year, 2 months ago
b853278
DOC: remove hack to override _add_newdocs_scalars (#26826)
by Matti Picus
· 1 year, 2 months ago
a7632de
Merge branch 'main' into add-import-numpy-as-np-statement
by Agriya Khetarpal
· 1 year, 2 months ago
2efae2b
Merge pull request #26724 from mtsokol/array-api-2023
by Marten van Kerkwijk
· 1 year, 2 months ago
b6fcc19
Add Array API 2023.12 version support
by Mateusz Sokół
· 1 year, 2 months ago
dba7752
DOC: Define ndarray object `a` for "Flat iteration" example
by Agriya Khetarpal
· 1 year, 2 months ago
811830b
DOC: Make new imports succeed text in examples
by Agriya Khetarpal
· 1 year, 2 months ago
347207f
DOC: Add `>>> import numpy as np` to API reference examples
by Agriya Khetarpal
· 1 year, 2 months ago
75a73e5
DOC: Update 2.0 docs [skip actions] [skip azp] [skip cirrus]
by Mateusz Sokół
· 1 year, 2 months ago
387830a
Merge pull request #26802 from VictorEijkhout/VictorEijkhout-patch-setupargs
by Matti Picus
· 1 year, 2 months ago
6ae2d0c
Merge pull request #26579 from asmeurer/unstack
by Matti Picus
· 1 year, 2 months ago
b7249e6
Missing meson pass-through argument
by Victor Eijkhout
· 1 year, 2 months ago
a2ec95e
DOC: Remove mention of NaN and NAN aliases from constants
by Sebastian Berg
· 1 year, 2 months ago
Next »