Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.1.1
/
numpy
/
ma
tag
5d62427b34a0f4e9fa107196b183ec25577182d1
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue Sep 03 12:58:27 2024
object
48606ab22bfdb0e9d7ec4ed5eef984b873b7796d
NumPy 2.1.1 release
e093c7e
TYP: Make array shape type variable covariant and bound
by Jake
· 1 year, 1 month ago
a277f9f
Merge branch 'main' into add-import-numpy-as-np-statement
by Agriya Khetarpal
· 1 year, 1 month ago
28505a9
Merge pull request #26830 from otieno-juma/ai-examples-ma-reshape
by Charles Harris
· 1 year, 1 month ago
ff9017b
Merge pull request #26828 from otieno-juma/ai-examples-ma-left_shift
by Charles Harris
· 1 year, 1 month ago
04c951d
DOC: AI generated examples for ma.left_shift.
by otieno-juma
· 1 year, 1 month ago
510619e
DOC: AI-Gen examples for ma.put
by otieno-juma
· 1 year, 1 month ago
267e44c
DOC: AI generated examples for ma.reshape
by otieno-juma
· 1 year, 1 month ago
240e828
ENH: Add ``__slots__`` to private (sub)classes of ``numpy.lib._index_tricks_impl``
by jorenham
· 1 year, 1 month ago
bfaef9c
Merge pull request #26831 from otieno-juma/ai-examples-ma-correlate
by Charles Harris
· 1 year, 1 month ago
4be1b63
Merge pull request #26879 from DimitriPapadopoulos/SIM
by Charles Harris
· 1 year, 2 months ago
5e05384
MAINT: apply ruff/pyupgrade rule UP039
by Dimitri Papadopoulos
· 1 year, 2 months ago
6155ebc
MAINT: apply ruff/pyupgrade rule UP034
by Dimitri Papadopoulos
· 1 year, 2 months ago
4c3592d
MAINT: apply ruff/flake8-simplify rule SIM910
by Dimitri Papadopoulos
· 1 year, 2 months ago
4389fa7
DOC: AI generated examples for ma.correlate.
by otieno-juma
· 1 year, 2 months ago
c894861
DOC, API: Add `>>> import numpy as np` stub to `numpy/ma/`
by Agriya Khetarpal
· 1 year, 2 months ago
dd450d9
TYP: fix incorrect import in `ma/extras.pyi` stub
by Ralf Gommers
· 1 year, 2 months ago
72e7dc7
DOC: fix several doctest errors
by Evgeni Burovski
· 1 year, 3 months ago
f2c93e2
Merge pull request #26481 from karthikkaiplody/doc_ma-filled_copy
by Matti Picus
· 1 year, 3 months ago
9b1a9c5
Merge pull request #26285 from christopher-titchen/fix-ma-cov
by Matti Picus
· 1 year, 3 months ago
4ea21f3
BUG: fix setxor1d when input arrays aren't 1D (#26559)
by Jules
· 1 year, 3 months ago
5479fc5
DOC: Touchup wording and mv detail to extended summary
by Ross Barnowski
· 1 year, 3 months ago
70f05c8
Imporve documentation of numpy.ma.filled
by KarthikKaiplody
· 1 year, 3 months ago
a23e266
MAINT: :rotating_light: Fix linter warnings.
by Christopher Titchen
· 1 year, 4 months ago
72859f5
ENH: :zap: :rewind: Decrease wall time of ma.corrcoef function further.
by Christopher Titchen
· 1 year, 4 months ago
91a5e73
TST: :white_check_mark: Test ma.extras._covhelper changes.
by Christopher Titchen
· 1 year, 4 months ago
529ec10
REV: :rewind: Revert changes in ma.extras._covhelper for casting.
by Christopher Titchen
· 1 year, 4 months ago
5b68f23
MAINT: :construction: Change instantiations in ma.extras for masks.
by Christopher Titchen
· 1 year, 4 months ago
e2b423f
ENH: :zap: Decrease wall time of ma.corrcoef function.
by Christopher Titchen
· 1 year, 4 months ago
818279d
MAINT: :recycle: Change instantiation of ma.cov result.
by Christopher Titchen
· 1 year, 4 months ago
5374ed3
ENH: :zap: Decrease wall time of ma.cov function.
by Christopher Titchen
· 1 year, 4 months ago
70b0fc4
ENH: :zap: Cast NOT mask output of ma.extras._covhelper to float.
by Christopher Titchen
· 1 year, 4 months ago
9704767
BUG: masked array division should ignore all FPEs in mask calculation (#26135)
by carlosilva10260
· 1 year, 5 months ago
7b9dede
DOC: Fix module setting of ``MaskedArray``
by Yuki K
· 1 year, 6 months ago
beb523c
np.array: call __array__ with copy keyword
by Mateusz Sokół
· 1 year, 6 months ago
ab9c6b8
API: Move back to original semantics for np.astype
by Mateusz Sokół
· 1 year, 6 months ago
94dd1b5
API: Update copy keyword across the codebase
by Mateusz Sokół
· 1 year, 6 months ago
b49373d
DOC: Remove function name without signature in ``ma`` (#25727)
by Yuki K
· 1 year, 7 months ago
942f405
DOC: empty: standardize notes about uninitialized values (#25695)
by Matt Haberland
· 1 year, 7 months ago
6bd3abf
API,MAINT: Reorganize array-wrap calling and introduce ``return_scalar`` (#25409)
by Sebastian Berg
· 1 year, 7 months ago
595a12e
Remove descending keyword
by Mateusz Sokół
· 1 year, 7 months ago
f93624c
API: Add rtol to matrix_rank and stable & descending to sort & argsort
by Mateusz Sokół
· 1 year, 7 months ago
f0a8e08
ENH: add ability to use weights that align with specified axis in average()
by jamesoliverh
· 1 year, 8 months ago
8c21b0e
DOC: numpy.ma: add examples to compressed/putmask/compress_nd
by pojaghi
· 1 year, 8 months ago
7b0c33e
Merge pull request #25414 from linus-md/ma-2
by Matti Picus
· 1 year, 8 months ago
86b39ab
API,BUG,DEP: treat trailing comma as a tuple and thus a structured dtype.
by Marten van Kerkwijk
· 1 year, 8 months ago
b417c6d
DOC: Add missing examples to ``np.ma``
by linus-md
· 1 year, 8 months ago
e152569
Completed typing rewrite
by Mateusz Sokół
· 1 year, 9 months ago
45f8057
Move from np.bool_ to np.bool
by Mateusz Sokół
· 1 year, 9 months ago
8f3dfa5
BUG: Fix ma.convolve if propagate_mask=False (#24869)
by Larry Bradley
· 1 year, 9 months ago
9af7ed2
DEP: Deprecate `__array_prepare__`
by Sebastian Berg
· 1 year, 9 months ago
a7f7138
DOC: standardize capitalization of headings (#25016)
by Matt Haberland
· 1 year, 10 months ago
7d4f488
MAINT: Adjustments after numpy._core rename
by Mateusz Sokół
· 1 year, 10 months ago
47b70cb
MAINT: Update numpy.core paths to numpy._core
by Mateusz Sokół
· 1 year, 10 months ago
7d169db
MAINT: Refactor f2py/tests/test_array_from_pyobj.py
by Mateusz Sokół
· 1 year, 11 months ago
acfb63c
MAINT: Refactor allTypes, sctypeDict and sctypes build process
by Mateusz Sokół
· 1 year, 11 months ago
a19ec10
DOC: Fix markups for emphasis
by Yuki
· 1 year, 11 months ago
07db5be
Merge pull request #24682 from mtsokol/ndarray-class-cleanup-part-1
by Nathan Goldbaum
· 1 year, 11 months ago
cee5097
Restore np.recarray and deprecate np.chararray
by Mateusz Sokół
· 1 year, 11 months ago
6643c0e
MAINT: Create rec and char submodules
by Mateusz Sokół
· 1 year, 11 months ago
6d3051e
Add changelog file
by Mateusz Sokół
· 1 year, 11 months ago
2391866
API: Remove chararray, compare_chararrays, recarray and format_parser from main namespace
by Mateusz Sokół
· 1 year, 11 months ago
63a1fee
MAINT: remove all `setup.py`'s and related files for distutils builds
by Ralf Gommers
· 2 years ago
1b24963
Remove remaining .ptp() and .itemset() calls
by Mateusz Sokół
· 2 years ago
65bb8dd
API: Remove ptp, setitem and newbyteorder from np.ndarray class
by Mateusz Sokół
· 2 years ago
3b281dd
TYP: Remove redundant `__path__` annotations
by Bas van Beek
· 2 years ago
86c63b3
API: Update lib.index_tricks namespace
by Mateusz Sokół
· 2 years ago
b43384e
MAINT: Remove deprecated functions [NEP 52] (#24477)
by Mateusz Sokół
· 2 years ago
ace4445
API: Update lib.arraypad lib.arraysetops lib.ufunclike lib.utils namespaces
by Mateusz Sokół
· 2 years ago
6c130f8
Merge pull request #24559 from mhvk/ma-comparison-fix-of-fix
by Marten van Kerkwijk
· 2 years ago
17440d6
BUG: ensure nomask in comparison result is not broadcast
by Marten van Kerkwijk
· 2 years ago
e865b33
API: Update `lib.function_base` namespace (#24538)
by Mateusz Sokół
· 2 years ago
d00eaf3
BUG: ensure mask on comparison results always has properly broadcast shape
by Marten van Kerkwijk
· 2 years ago
9a07a5e
BUG: fix comparisons between masked and unmasked structured arrays
by Marten van Kerkwijk
· 2 years ago
2059dd9
DOC: fix up examples for repr changes
by Ralf Gommers
· 2 years ago
84e4210
API: Apply review comments
by Mateusz Sokół
· 2 years ago
6cb136e
API: Remove other scalar aliases [skip ci]
by Mateusz Sokół
· 2 years ago
250e147
API: Cleaning `numpy/__init__.py` and main namespace - Part 2 [NEP 52] (#24357)
by Mateusz Sokół
· 2 years ago
c8e2343
API: Cleaning `numpy/__init__.py` and main namespace - Part 1 [NEP 52] (#24316)
by Mateusz Sokół
· 2 years ago
bec2b34
Merge branch 'main' into deprecate-undocumented-functions
by Mateusz Sokół
· 2 years, 1 month ago
0329f18
Also force repr for object
by Sebastian Berg
· 2 years, 1 month ago
19ed59e
MAINT: Tweak string check (forgot the kind, but maybe tuple is nice)
by Sebastian Berg
· 2 years, 1 month ago
6097389
Hack strings to be correct for fill-value
by Sebastian Berg
· 2 years, 1 month ago
01a1d29
Simplify, removing new fmt option
by Marten van Kerkwijk
· 2 years, 1 month ago
b6f83b6
MAINT: Special case string fill-value in MA repr
by Sebastian Berg
· 2 years, 1 month ago
815c8a1
DOC: More doc fixes to pass tests
by Sebastian Berg
· 2 years, 1 month ago
4c6ff64
DOC: Update reference to pass refguide
by Sebastian Berg
· 2 years, 1 month ago
413f1a7
MAINT: Switch to also have str explicitly, fixup MA and forward str/repr to scalar
by Sebastian Berg
· 2 years, 1 month ago
6316dd4
Adapt format to not block s and r format codes
by Sebastian Berg
· 2 years, 1 month ago
ae28524
TST: Fixup tests to make windows/32bit systems and linter happy
by Sebastian Berg
· 2 years, 1 month ago
e7ce9eb
ENH: Only print type information when helpful for MA fill value
by Sebastian Berg
· 2 years, 1 month ago
b573496
ENH: Fixed doc-string
by Ganesh Kathiresan
· 2 years, 1 month ago
ab17394
API: deprecate undocumented functions
by Mateusz Sokół
· 2 years, 1 month ago
ab2178b
ENH: add mean keyword to std and var (#24126)
by Ronald van Elburg
· 2 years, 2 months ago
3b4194c
DOC: Add missing indentation in ``ma.mT`` docstring
by Yuki
· 2 years, 2 months ago
c6e1fd0
API: Add .mT attribute for arrays (#23762)
by Kai
· 2 years, 2 months ago
12efa8e
DEP: deprecate compat and selected lib utils (#23830)
by Mateusz Sokół
· 2 years, 2 months ago
8324cf1
DOC: Fix references to `r_` in `mr_class` docstring
by Yuki
· 2 years, 2 months ago
5187067
Merge branch 'main' into deprecate-find-common-type
by Charles Harris
· 2 years, 3 months ago
ba4e068
TYP: Deprecate `np.round_`
by Bas van Beek
· 2 years, 4 months ago
e892003
BUG: Fix masked array ravel order for A (and somewhat K)
by Sebastian Berg
· 2 years, 4 months ago
Next »