Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.3.2
/
numpy
/
ma
tag
9725fd956de18736774005803f5568ba3fe19425
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu Jul 24 18:46:49 2025
object
bc5e4f811db9487a9ea1618ffb77a33b3919bb8e
NumPy 2.3.2 release
e60b75f
TYP: add missing ``integer`` import and remove the unnecessary ones (#89)
by Joren Hammudoglu
· 3 months ago
7229699
TYP: fix `NDArray[integer]` inplace operator mypy issue
by jorenham
· 3 months ago
e7e0e6f
TYP: remove expired ``tostring`` methods
by jorenham
· 3 months ago
06c04a3
TYP: Type ``MaskedArray.__{iadd,isub,imul,itruediv,ifloordiv,ipow}__`` (#28986)
by Marco Edward Gorelli
· 3 months ago
12b741e
TYP: use a gradual shape-type if unknown
by jorenham
· 3 months ago
71faac1
Merge pull request #28765 from DimitriPapadopoulos/B
by Joren Hammudoglu
· 3 months ago
7ae13aa
Merge pull request #28972 from DimitriPapadopoulos/pylint
by Charles Harris
· 3 months ago
877a113
Merge pull request #28974 from DimitriPapadopoulos/version_Id
by Charles Harris
· 3 months ago
da2dd37
Merge pull request #28969 from DimitriPapadopoulos/I
by Charles Harris
· 3 months ago
1f714cf
Merge pull request #28971 from eendebakpt/ruffe501_ma
by Charles Harris
· 3 months ago
964530e
MNT: Get rid of `version: $Id` CVS tags
by Dimitri Papadopoulos
· 3 months ago
5f0e2f9
MAINT: Enable linting with ruff E501
by Pieter Eendebak
· 3 months ago
83812bb
MNT: Get rif of `# pylint: ` pragma controls
by Dimitri Papadopoulos
· 3 months ago
af8bb63
STY: Apply ruff/isort rule I001
by Dimitri Papadopoulos
· 3 months ago
3f39d0a
DOC: Remove references to Python 2/3
by Dimitri Papadopoulos
· 3 months ago
0553a5a
MNT: Apply ruff/flake8-bugbear rule B018
by Dimitri Papadopoulos
· 3 months ago
c3fbf03
Merge pull request #28940 from jorenham/typing/optional-ndarray-typars
by Charles Harris
· 3 months ago
36d8ca0
MNT: Apply ruff/Pylint rule PLR5501
by Dimitri Papadopoulos
· 3 months ago
35872d9
MNT: Apply ruff/Pylint rule PLR1711
by Dimitri Papadopoulos
· 4 months ago
90e744e
MNT Address reviewer's comments
by Dimitri Papadopoulos
· 4 months ago
a51a4f5
MNT: Apply ruff/Pyflakes rule F401
by Dimitri Papadopoulos
· 4 months ago
ede9ea4
TYP: consistent type-parameter defaults for ``ndarray`` subclasses
by jorenham
· 4 months ago
57fe332
Merge pull request #28927 from MarcoGorelli/outdated-div
by Charles Harris
· 4 months ago
44e35f0
MAINT: remove py2 ``__div__`` remnants from the tests
by jorenham
· 4 months ago
7d0d61f
MAINT: Remove outdated ``MaskedArray.__div__`` and ``MaskedArray.__idiv__``
by Marco Gorelli
· 4 months ago
01f5c86
TYP: Test ``MaskedArray.transpose`` and ``MaskedArray.T``, remove unnecessary annotations
by Marco Gorelli
· 4 months ago
111154a
TYP: Type ``MaskedArray.{__setmask__,mask,harden_mask,soften_mask,hardmask,unshare_mask,sharedmask,shrink_mask}`` (#28867)
by Marco Edward Gorelli
· 4 months ago
cd0756a
TYP: Type ``MaskedArray.all`` and ``MaskedArray.any`` (#28880)
by Marco Edward Gorelli
· 4 months ago
abc0639
Merge pull request #28855 from jorenham/numtype/210
by Charles Harris
· 4 months ago
42205e0
TYP: Type ``MaskedArray.{imag, real, baseclass, mT}`` (#28868)
by Marco Edward Gorelli
· 4 months ago
1752876
TYP: Type ``MaskedArray.nonzero`` (#28845)
by Marco Edward Gorelli
· 4 months ago
57fdd8e
TYP: Type ``MaskedArray.swapaxes`` (#28850)
by Marco Edward Gorelli
· 4 months ago
9af251c
TYP: Type ``MaskedArray.repeat``, improve overloads for ``NDArray.repeat``, ``generic.repeat``, and ``np.repeat`` (#28849)
by Marco Edward Gorelli
· 4 months ago
01fc740
TYP: Type ``MaskedArray.ravel`` (#28848)
by Marco Edward Gorelli
· 4 months ago
20a4635
TYP: Use _Array1D alias in ``numpy.ma.core.pyi`` (#28847)
by Marco Edward Gorelli
· 4 months ago
92b8155
TYP: add missing ``mod`` params to ``__[r]pow__``
by jorenham
· 4 months ago
493face
STY: Take into account reviewer's comments
by Dimitri Papadopoulos
· 4 months ago
9d2bb78
STY: Partially apply ruff/pycodestyle rule E265
by Dimitri Papadopoulos
· 4 months ago
c4a0c6c
STY: Partially apply ruff/pycodestyle rule E251
by Dimitri Papadopoulos
· 4 months ago
45be942
STY: Partially apply ruff/pycodestyle rule E241
by Dimitri Papadopoulos
· 4 months ago
1923b38
TYP: Type ``np.ma.getmask`` (#28832)
by Marco Edward Gorelli
· 4 months ago
f702380
TYP: Type ``np.ma.is_mask`` (#28833)
by Marco Edward Gorelli
· 4 months ago
fb50a12
TYP: Fix type annotations for ``np.ma.nomask`` and ``np.ma.MaskType`` (#28831)
by Marco Edward Gorelli
· 4 months ago
12016be
TYP: write ``dtype[Any]`` as ``dtype``
by jorenham
· 4 months ago
8362f53
TYP: Type ``np.ma.allclose`` and ``np.ma.allequal`` (#28793)
by Marco Edward Gorelli
· 4 months ago
f249607
Merge pull request #28746 from jorenham/typing/ma-squiggly-lines
by Charles Harris
· 4 months ago
df41897
Merge branch 'main' into fstrings
by Aditi Juneja
· 4 months ago
fb3d4c2
using flynt
by Aditi Juneja
· 4 months ago
c502e5e
TYP: Type ``MaskedArray.compressed`` and ``np.ma.compressed`` (#28766)
by Marco Edward Gorelli
· 4 months ago
3fff763
MNT: Apply ruff/Pylint rule PLE0605
by Dimitri Papadopoulos
· 4 months ago
101621c
Merge pull request #28747 from jorenham/typing/partition-fixes
by Charles Harris
· 4 months ago
3deea53
TYP: Type ``MaskedArray.put``, ``np.ma.put``, ``np.ma.putmask`` (#28745)
by Marco Edward Gorelli
· 4 months ago
f18e893
TYP: Type ``MaskedArray.filled`` and ``np.ma.filled`` (#28742)
by Marco Edward Gorelli
· 4 months ago
9082f92
TYP: some ``[arg]partition`` fixes in ``ma.MaskedArray``
by jorenham
· 4 months ago
b34378f
TYP: ``numpy.ma`` squiggly line cleanup
by jorenham
· 4 months ago
5a8a6a7
Merge pull request #28728 from DimitriPapadopoulos/UP
by Matti Picus
· 4 months ago
a3776cd
STY: Apply assorted ruff rules (RUF) (#28724)
by Dimitri Papadopoulos Orfanos
· 4 months ago
3253257
STY: Apply ruff/pyupgrade rule UP035
by Dimitri Papadopoulos
· 4 months ago
17af48a
STY: Enforce ruff/pycodestyle warnings (W) (#28725)
by Dimitri Papadopoulos Orfanos
· 4 months ago
b769da9
MAINT: switching from `%i` to `fstrings` (#28719)
by Aditi Juneja
· 4 months ago
c75757c
TYP: Type ``MaskedArray.count`` and ``np.ma.count`` (#28735)
by Marco Edward Gorelli
· 4 months ago
0309890
TYP: Type ``np.ma.{is_masked,ndim,size,ids,is_contiguous}`` (#28715)
by Marco Edward Gorelli
· 4 months ago
d5fd966
TYP: Type ``MaskedArray.__{ge,gt,le,lt}__`` (#28689)
by Marco Edward Gorelli
· 4 months ago
67fb349
TYP: replace `_SCT` with `_ScalarT` (#28690)
by Guan Ming(Wesley) Chiu
· 4 months ago
8a8579a
TYP: replace `_DType` with `_DTypeT` (#28684)
by Guan Ming(Wesley) Chiu
· 5 months ago
8f11c7b
TYP: rename _ShapeType TypeVar to _ShapeT (#28688)
by Marco Edward Gorelli
· 5 months ago
2bfef66
TYP: Type ``MaskedArray.take`` and ``np.ma.take`` (#28680)
by Marco Edward Gorelli
· 5 months ago
75a2a3a
TYP: Type ``MaskedArray.partition`` and ``MaskedArray.argpartition`` (#28677)
by Marco Edward Gorelli
· 5 months ago
6f89b0d
TYP: fix mypy test failures
by jorenham
· 5 months ago
495e701
TYP: replace `ArrayType` with `ArrayT` (#28668)
by Guan Ming(Wesley) Chiu
· 5 months ago
be00266
TYP: Type ``ma.MaskedArray.sort`` (#28664)
by Marco Edward Gorelli
· 5 months ago
a046296
TYP: Type ``MaskedArray.{argmin, argmax}`` and ``np.ma.{argmin, argmax}`` (#28638)
by Marco Edward Gorelli
· 5 months ago
5170315
TYP: Fix overload for MaskedArray.min when `axis` and `out` are passed positionally
by Marco Gorelli
· 5 months ago
89595a5
Merge pull request #28627 from ngoldbaum/format-to-fstring
by Charles Harris
· 5 months ago
e4bc024
MAINT: revert automatic change that led to decrease in clarity
by Nathan Goldbaum
· 5 months ago
c059a8b
MAINT: replace string.format() with f-strings
by Nathan Goldbaum
· 5 months ago
e1ba721
TYP: Type ``ma.MaskedArray.max`` and ``ma.MaskedArray.ptp`` (#28623)
by Marco Edward Gorelli
· 5 months ago
5a8a1ed
TYP: Type ``ma.MaskedArray.min`` (#28616)
by Marco Edward Gorelli
· 5 months ago
295e2d5
TYP: Type ``ma.max`` and ``ma.ptp`` (#28612)
by Marco Edward Gorelli
· 5 months ago
ea62ec4
TYP: Type ``numpy.ma.min`` (#28593)
by Marco Edward Gorelli
· 5 months ago
f9d311a
Apply suggestions from code review
by Marco Edward Gorelli
· 5 months ago
20da8e8
Update numpy/ma/core.pyi
by Marco Edward Gorelli
· 5 months ago
0e4c94a
make dtype and shape setters positional-only, remove unnecessary __int__ and __float__
by Marco Gorelli
· 5 months ago
e9606c8
TYP: Type masked array shape, dtype, __int__, and __float__
by Marco Gorelli
· 5 months ago
5193b9a
TYP: fix stubtest error in ``numpy.ma`` (#28541)
by Joren Hammudoglu
· 5 months ago
a7b7b5b
TYP: fix stubtest errors in ``numpy.lib._function_base_impl``
by jorenham
· 5 months ago
d6ac70e
Remove `ma.timer_comparison` (#28507)
by Guan Ming(Wesley) Chiu
· 5 months ago
79698b8
remove more 'tostring' from docs and MaskedArray
by Matti Picus
· 7 months ago
c2331ae
MAINT: Apply ruff/flake8-comprehensions rules (C4) (#27975)
by Dimitri Papadopoulos Orfanos
· 8 months ago
c31e599
CI: pycodestyle → ruff (#27300)
by Dimitri Papadopoulos Orfanos
· 8 months ago
868b013
MAINT: Apply ruff/flake8-implicit-str-concat rules (ISC) (#27974)
by Dimitri Papadopoulos Orfanos
· 9 months ago
8289ffe
MAINT: Apply ruff/flake8-pie rule PIE808
by Dimitri Papadopoulos
· 9 months ago
ba9205f
TEST: cleanups [skip cirrus][skip azp] (#27943)
by Matti Picus
· 9 months ago
6579868
MAINT: Make qualname tests more specific and fix code where needed (#27910)
by Sebastian Berg
· 9 months ago
0f3839b
ENH: Refactor ``__qualname__`` across API (#27877)
by Mateusz Sokół
· 9 months ago
fc7cc1e
Merge pull request #27800 from seberg/issue-25635
by Charles Harris
· 9 months ago
13d8c5d
Merge pull request #27802 from seberg/issue-27269-27580
by Charles Harris
· 9 months ago
236cda1
DOC: Adapt to changes in docs (and fix typo/style nit)
by Sebastian Berg
· 9 months ago
792b7f8
BUG: Ensure that same-kind casting works for uints (mostly)
by Sebastian Berg
· 9 months ago
294d745
BUG: Ensure context path is taken in masked array array-wrap
by Sebastian Berg
· 9 months ago
Next »