Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.23.3
/
numpy
/
ma
tag
e24a36b6b560244e01506f90eb33dd9f4b5ecb1a
tagger
Charles Harris <charlesr.harris@gmail.com>
Fri Sep 09 13:34:57 2022
object
e47cbb69bebf36007c3ea009aee03e4bfe3b3f3d
NumPy 1.23.3 release
ab329ee
BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851)
by Srimukh Sripada
· 3 years, 2 months ago
6996397
TST: Fix uninitialized value in masked ndenumerate test
by Sebastian Berg
· 3 years, 3 months ago
02d1204
Merge pull request #20020 from joukewitteveen/ma-ndenumerate
by Matti Picus
· 3 years, 3 months ago
2e7b695
TYP: Add typing for the keepdims param. of 'average' and 'ma.average'
by warren
· 3 years, 3 months ago
4f1d95a
ENH: Add compressed= argument to ma.ndenumerate
by Jouke Witteveen
· 3 years, 4 months ago
c27f781
ENH: Add 'keepdims' to 'average()' and 'ma.average()'.
by warren
· 3 years, 4 months ago
ff3a9da
Update numpy/ma/extras.py
by Matti Picus
· 3 years, 4 months ago
701f0a6
ENH: add ndenumerate specialization for masked arrays
by Jouke Witteveen
· 3 years, 4 months ago
f404e9e
Add space after argument name
by Oscar Gustafsson
· 3 years, 5 months ago
119bf86
DOC: fix data type of parameter shape (#21251)
by Pax
· 3 years, 5 months ago
1dc594c
DOC: fix input parameter type in docstring.
by Ross Barnowski
· 3 years, 7 months ago
20ebea8
DOC: fix np.ma.flatnotmasked_contiguous docstring
by stephenworsley
· 3 years, 7 months ago
643677a
DOC: Restore MaskedArray.hardmask documentation (#20810)
by Hans Meine
· 3 years, 7 months ago
b375f4e
ENH: Let ndarray.__array_finalize__ be callable.
by Marten van Kerkwijk
· 3 years, 8 months ago
43e333e
Merge pull request #20505 from scratchmex/ma_average
by Matti Picus
· 3 years, 8 months ago
fe361df
STY: Use subscriptable `collections.abc` types over the generic aliases in …
by Bas van Beek
· 3 years, 8 months ago
7b5f39b
STY: Use subscriptable `builtins` types over the generic aliases in `typing`
by Bas van Beek
· 3 years, 8 months ago
bb95cf0
DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)
by Matti Picus
· 3 years, 8 months ago
8ca82f3
Fix sorting of int8/int16
by serge-sans-paille
· 3 years, 8 months ago
114d919
BUG: fix `ma.average` not working well with nan weights
by Ivan Gonzalez
· 3 years, 9 months ago
c86ebe0
DOC: Update axis parameter for np.ma.{min,max}
by Yoon, Jee Seok
· 3 years, 9 months ago
b31a3a3
REV: Add MaskedArray creation from non nd-array back in (#20386)
by Greg Lucas
· 3 years, 9 months ago
84e0707
ENH: Configurable allocator (#17582)
by Matti Picus
· 3 years, 10 months ago
e9753fd
MAINT: Refactor reductions to use NEP 43 style dispatching/promotion
by Sebastian Berg
· 3 years, 11 months ago
58e6603
MAINT: Remove encoding declarations: # -*- coding: utf-8 -*-
by Dimitri Papadopoulos
· 3 years, 11 months ago
c783285
Merge pull request #19899 from arunppsg/issue16751_add_note_to_docs
by Melissa Weber Mendonça
· 3 years, 11 months ago
a6f7d14
ENH: Add spaces after punctuation in dtype repr/str. (#19686)
by Antony Lee
· 3 years, 11 months ago
cbfa658
MAINT: Fix typo in public API
by Dimitri Papadopoulos
· 3 years, 11 months ago
e874e13
REV: 8396026
by Dimitri Papadopoulos
· 3 years, 11 months ago
a588840
TST: added tests for np.ma.ones and np.ma.zeros
by Arun
· 4 years ago
8396026
DOC: Typos found by codespell
by Dimitri Papadopoulos
· 4 years ago
f290876
MAINT: Addded variables to __all__
by Arun
· 4 years ago
0f2453e
DOC: replace return type in np.ma* docstring
by Arun
· 4 years ago
0dbc9ad
MAINT: remove unused argument in private function
by Marten van Kerkwijk
· 4 years ago
7ad8ea7
MAINT: revise OSError aliases (IOError, EnvironmentError)
by Mike Taves
· 4 years ago
4807a23
BUG: fix a regression where a masked_array's mask wouldn't update
by Clément Robert
· 4 years ago
35070c3
Add check for when value is a np.ma
by iameskild
· 4 years ago
42c2cbe
Merge pull request #19244 from iameskild/fix_18951
by Matti Picus
· 4 years ago
557bb33
PERF: Avoid using `@recursive`.
by Antony Lee
· 4 years, 1 month ago
77f718c
ENH: Add `__path__` annotations to all sub-packages
by Bas van Beek
· 4 years, 1 month ago
25e6e11
ENH: Add annotations for `<module>.test` objects
by Bas van Beek
· 4 years, 1 month ago
1f95d79
Merge pull request #19102 from default-303/LGTM_unused_variables
by Matti Picus
· 4 years, 2 months ago
6568c6b
ENH: Adding keepdims to np.argmin,np.argmax (#19211)
by Gagandeep Singh
· 4 years, 2 months ago
d785aa3
MAINT: Remove unused imports and unreachable code (#18762)
by Elisha Hollander
· 4 years, 2 months ago
c3faa8e
BUG: fix np.ma.MaskedArray.anom when input is masked (#19023)
by Constanza
· 4 years, 2 months ago
a79a913
Merge pull request #19135 from ganesh-k13/BUG_13236_remove_complex_floor_divide
by Charles Harris
· 4 years, 2 months ago
b92df50
Fix lint E225 complaint
by iameskild
· 4 years, 2 months ago
8ca435c
added tests for 18951 fix
by ImenRajhi
· 4 years, 2 months ago
2ecb55d
added tests for 18951 fix
by ImenRajhi
· 4 years, 2 months ago
084619c
added a test for condition assignment for masked arrays
by ImenRajhi
· 4 years, 2 months ago
2504230
Add check if __setitem__ indx is ma
by iameskild
· 4 years, 2 months ago
f59e225
BUG, TST: Determine complex types using typecodes
by Ganesh Kathiresan
· 4 years, 3 months ago
9fcc132
DOC: replace np.ma functions' return types with `MaskedArray` (#18964)
by Pax
· 4 years, 3 months ago
9257feb
TST: Changed TC to check for `TypeError` in floor divide
by Ganesh Kathiresan
· 4 years, 3 months ago
beacb39
MAINT: Removed 'if' block which served no purpose in core.py and removed '_linalgRealType(t)' function from linalg.py
by default-303
· 4 years, 3 months ago
b30318a
MAINT: Added comments for future refrence in core.py and system_info.py - fixed Azure linter 'line too long' error
by default-303
· 4 years, 3 months ago
df363b0
MAINT: Added comments for future refrence in core.py and system_info.py
by default-303
· 4 years, 3 months ago
115ed1d
MAINT: Removed suitable unused variables shown in LGTM
by default-303
· 4 years, 3 months ago
ca53c09
MAINT: removed unused imports listed in LGTM
by default-303
· 4 years, 3 months ago
1a828f5
DEP: Ensure the string promotion FutureWarning is raised
by Sebastian Berg
· 4 years, 3 months ago
bb74592
BUG: fixed ma.average ignoring masked weights (#18960)
by Laura Martens
· 4 years, 3 months ago
b6eb3d8
BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967)
by Constanza
· 4 years, 4 months ago
13b30e9
ENH: Add improved placeholder annotations for `np.ma`
by Bas van Beek
· 4 years, 4 months ago
9e47444
Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarray
by Matti Picus
· 4 years, 5 months ago
c1aa1af
MAINT: use super() as described by PEP 3135
by Mike Taves
· 4 years, 5 months ago
cb71c43
MAINT: Added Chain exceptions where appropriate (#18400)
by Abhay Raghuvanshi
· 4 years, 5 months ago
f531110
ENH: Use new argument parsing for array creation functions
by Sebastian Berg
· 4 years, 5 months ago
b1deaa0
Merge pull request #18605 from seberg/issue-18551
by Charles Harris
· 4 years, 5 months ago
564a71c
MAINT: Re-export a number of sub-modules
by Bas van Beek
· 4 years, 5 months ago
54a2c49
Update numpy/ma/tests/test_core.py
by Sebastian Berg
· 4 years, 5 months ago
8d297a8
Apply suggestions from code review
by Sebastian Berg
· 4 years, 5 months ago
601c43f
BUG: Fix ma coercion list-of-ma-arrays if they do not cast to bool
by Sebastian Berg
· 4 years, 5 months ago
80b2e5d
added exception chaining in index_tricks.py and mrecords.py
by Mainak Debnath
· 4 years, 6 months ago
bcb168a
BUG: Allow unmodified use of isclose, allclose, etc. with timedelta
by Sebastian Berg
· 4 years, 7 months ago
12d9967
MAINT: Add missing `__all__` annotations
by Bas van Beek
· 4 years, 7 months ago
7aebdfa
DOC: more mist fixes of syntax.
by Matthias Bussonnier
· 4 years, 7 months ago
f36e940
DOC: Avoid using "set of" when talking about an ordered list.
by Antony Lee
· 4 years, 8 months ago
f1e4796
Merge pull request #17955 from Carreau/fix-17944
by Charles Harris
· 4 years, 8 months ago
6f59235
TST: Do not disable errors globally in ma/timer_comparison.py
by Sebastian Berg
· 4 years, 9 months ago
03181af
[DOC] Replace {var} in docstrings type annotation with `scalar or None`.
by Matthias Bussonnier
· 4 years, 9 months ago
0e89415
MAINT: ma: Remove unused `**options` from MaskedArray `__new__` method.
by Warren Weckesser
· 4 years, 10 months ago
e028b1b
DOC: Fixup
by takanori-pskq
· 4 years, 10 months ago
3904e99
DOC: Prepend `ma.`
by takanori-pskq
· 4 years, 10 months ago
99051b4
BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages
by Bas van Beek
· 4 years, 10 months ago
ca39060
MAINT: Conversion of some strings to fstrings, part III (#17623)
by jakobjakobson13
· 4 years, 10 months ago
2a267e6
DOC: Fixing references in ma docstrings (#16300)
by Takanori H
· 4 years, 11 months ago
e48ffc6
MAINT: Chaining exception in numpy\numpy\ma\mrecords.py (#17438)
by Ashutosh singh
· 4 years, 11 months ago
c71edce
fix: chains nested try-except-raise
by Jovial Joe Jayarson
· 5 years ago
60a1e10
DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)
by Bradley Dice
· 5 years ago
dec8879
Merge pull request #17104 from BvB93/sub-modules
by Charles Harris
· 5 years ago
d09e192
MAINT: Remove old sys.version_info code
by Hugo
· 5 years ago
0b2f5ed
MAINT: changed ValueError line 103 in file timer_comparison
by karan-dhir
· 5 years ago
4af8fd3
ENH: Replace module-level `__getattr__` with explicitly defined objects
by Bas van Beek
· 5 years ago
1ef217b
ENH: Add placeholder stubs for all sub-modules
by Bas van Beek
· 5 years ago
56c63d8
MAINT: Undo change of how 0-D array-likes are handled as scalars
by Sebastian Berg
· 5 years ago
02d66ec
DOC: Fix malformed docstrings in ma. (#16296)
by Takanori H
· 5 years ago
ad30b31
DOC: Fix ``np.ma.core.doc_note`` (#16311)
by Takanori H
· 5 years ago
bb63a1a
Merge pull request #16240 from WarrenWeckesser/ptp-warning
by Matti Picus
· 5 years ago
533eb93
DOC: Warn about behavior of ptp with signed integers.
by Warren Weckesser
· 5 years ago
8b81727
BUG: max/min of a masked array dtype fix (gh-15991)
by Rakesh Vasudevan
· 5 years ago
Next »