Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.20.0
/
numpy
/
lib
tag
3deab6b8323560b9870cd56657d8492638992afe
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Jan 30 19:27:33 2021
object
fb215c76967739268de71aa4bda55dd1b062bc2e
NumPy 1.20.0 release
6c3cabd
TST: Don't fail check_large_zip on signal 9
by Charles Harris
· 4 years, 7 months ago
b88b2c0
MAINT: Minor touchups in npyio (#17796)
by Ross Barnowski
· 4 years, 9 months ago
9bcff0a
TST: avoid refcount semantics, speed up tests
by Matti Picus
· 4 years, 9 months ago
599e413
MAINT: Do not override `sliding_window_view` module to `numpy`
by Sebastian Berg
· 4 years, 10 months ago
7235d30
API: Do not import sliding_window_view to main namespace
by Sebastian Berg
· 4 years, 10 months ago
43f8086
ENH: Implement sliding window (gh-17394)
by Klaus Zimmermann
· 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
f7eed25
DOC: Fix doctests
by Eric Wieser
· 4 years, 10 months ago
10d28b6
use integer literal instead of float
by Cameron Blocker
· 4 years, 10 months ago
56dedfc
BUG: Respect dtype of all-zero argument to poly1d
by Cameron Blocker
· 4 years, 10 months ago
7b0a764
ENH: add function to get broadcast shape from a given set of shapes. (#17535)
by madhulikajc
· 4 years, 10 months ago
aeb2374
MAINT: Do not emit empty Methods heading in np.info (#17498)
by Steve Joachim
· 4 years, 11 months ago
156cd05
ENH: add dtype option to cov and corrcoef (#17456)
by Lisa Schwetlick
· 4 years, 11 months ago
9e37e58
Merge pull request #17442 from devhpes/devhpes
by Matti Picus
· 4 years, 11 months ago
225c336
BUG: Fixes incorrect error message in numpy.ediff1d (#17457)
by stuartarchibald
· 4 years, 11 months ago
fe01a9b
fix exception chaining in format.py
by Abhishek Singh
· 4 years, 11 months ago
d1d725b
DOC: Add arraysetops to autosummary.
by Ross Barnowski
· 5 years ago
60a1e10
DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)
by Bradley Dice
· 5 years ago
260f2f1
MAINT: Chaining exceptions in npyio.py
by Bijesh Mohan
· 5 years ago
953c082
Merge pull request #17285 from seberg/tune-down-financial-warning
by Charles Harris
· 5 years ago
3329d26
ENH: Allow genfromtxt to unpack structured arrays (#16650)
by Andrew Eckart
· 5 years ago
295c8af
DEP: Change the financial name access warning to DeprecationWarning
by Sebastian Berg
· 5 years ago
7e9d603
Merge pull request #17250 from albertvillanova/fix-docstring
by Charles Harris
· 5 years ago
31fbcf5
DOC: add autosummary of emath functions
by Ross Barnowski
· 5 years ago
fef1957
DOC: reformat meshgrid see also links
by Ross Barnowski
· 5 years ago
dec8879
Merge pull request #17104 from BvB93/sub-modules
by Charles Harris
· 5 years ago
32d6157
Merge pull request #17235 from hugovk/rm-old-code
by Charles Harris
· 5 years ago
8599fe0
Fix docstring cross-referencing
by Albert Villanova del Moral
· 5 years ago
aea7ebe
Merge pull request #17193 from eric-wieser/clean-compat
by Sebastian Berg
· 5 years ago
9127903
MAINT: added exception chaining in shape_base.py (gh-17240)
by EthanCJ-git
· 5 years ago
925f838
Merge pull request #17233 from eric-wieser/deprecate-ndincr
by Sebastian Berg
· 5 years ago
92170a8
DEP: Deprecated ndindex.ndincr
by Eric Wieser
· 5 years ago
d09e192
MAINT: Remove old sys.version_info code
by Hugo
· 5 years ago
1f8ce63
MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst counterparts (#17222)
by Matti Picus
· 5 years ago
36ad0e4
ENH: Make the window functions exactly symmetric
by Eric Wieser
· 5 years ago
8a4fafa
MAINT: Remove users of `numpy.compat.bytes`
by Eric Wieser
· 5 years ago
4cd6e4b
ENH: implement NEP-35's `like=` argument (gh-16935)
by Peter Andreas Entschev
· 5 years ago
0511984
BUG: revert trim_zeros changes from gh-16911
by mattip
· 5 years ago
1af65ee
Merge pull request #17143 from WarrenWeckesser/finfuncs-warn
by Charles Harris
· 5 years ago
196d633
MAINT: Chain some exceptions in arraysetops. (#17132)
by Raghav Khanna
· 5 years ago
adccacf
MAINT: lib: Change handling of the expired financial functions.
by Warren Weckesser
· 5 years ago
4eae213
DOC: Fix spacing in vectorize doc
by Kevin Sheppard
· 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
05a88ad
Merge pull request #17058 from BvB93/trim_zeros2
by Matti Picus
· 5 years ago
0dc5588
BUG: fix typo in polydiv that prevented promotion to poly1d (#17053)
by jakobjakobson13
· 5 years ago
26734ef
TST: Added / updated object array-related tests
by Bas van Beek
· 5 years ago
f977f57
MAINT: Issue the DeprecationWarning after creating the to-be returned array
by Bas van Beek
· 5 years ago
b4fd7a7
DEP: lib: Remove the deprecated financial functions. (#17067)
by Warren Weckesser
· 5 years ago
a2b9c2d
API, BUG: Raise error on complex input to i0 (#17062)
by peterbell10
· 5 years ago
e62d5d1
MAINT: Catching warnings is expensive; remove it
by Bas van Beek
· 5 years ago
7127cdf
ENH: Use elementwise comparisons with 0 rather than boolean casting
by Bas van Beek
· 5 years ago
00a45b4
DOC: Use a less ambiguous example for array_split (#17039)
by raisinghanii
· 5 years ago
3023d06
DOC: Fix non-matching pronoun in format.py documentation. (gh-17022)
by Phoenix Meadowlark
· 5 years ago
6bed9a9
DOC: Improve intersect1d docstring (#16420)
by Dima Kogan
· 5 years ago
593ef5f
ENH: Speed up trim_zeros (#16911)
by Bas van Beek
· 5 years ago
d67326d
DOC: update val to be scalar or array like optional closes #16901 (#16907)
by Paul
· 5 years ago
b46e5d3
Merge pull request #16974 from mattip/pypy-win32
by Charles Harris
· 5 years ago
cf5e766
TST: fix tests for windows + PyPy
by mattip
· 5 years ago
f99c01a
DOC: Fixed typo in lib/recfunctions.py (#16973)
by Jesse Li
· 5 years ago
4690248
update numpy/lib/arraypad.py with appropriate chain exception (#16953)
by Noman Arshad
· 5 years ago
f457a1a
Merge pull request #16815 from cjblocker/mgrid-float
by Matti Picus
· 5 years ago
4c4c058
Revert "Merge pull request #16248 from alexrockhill/edge"
by mattip
· 5 years ago
d215c1f
change != to ==
by Alex
· 5 years ago
f292b95
fixed simplify
by Alex
· 5 years ago
5840165
simplified
by Alex
· 5 years ago
8c4ce99
forgot to include monotonicity
by Alex
· 5 years ago
5db1c6a
changed from large number error to different solution
by Alex
· 5 years ago
8066b45
edge first try
by Alex
· 5 years ago
ef5656d
MAINT: Avoid exception in NpzFile destructor if constructor raises BadZipFile (#15604)
by John Zwinck
· 5 years ago
9765987
TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890)
by Antonio Larrosa
· 5 years ago
6ef5ec3
MAINT: Remove Duplicated Code (function extract rmap) (#16847)
by Wansoo Kim
· 5 years ago
831e580
BUG,DOC: Fix bad MPL kwarg.
by Ross Barnowski
· 5 years ago
ec53b03
Update to polynomial.py
by davidedalbosco
· 5 years ago
f31f12a
DOC: Add explanation of 'K' and 'A' layout options to 'asarray*' functions (#16811)
by Neal C
· 5 years ago
7a3962d
MAINT: reference issue in comments for added index_tricks tests
by Cameron Blocker
· 5 years ago
f82c7d7
TST: update mgrid test from code review
by Cameron Blocker
· 5 years ago
088364b
DOC: fix inconsistent parameter name in np.ndindex docstring
by Rohit Sanjay
· 5 years ago
5d1fbf4
TST: fixed dtype check error from code review
by Cameron Blocker
· 5 years ago
1cdc9a8
BUG: fix mgrid output for lower precision float inputs
by Cameron Blocker
· 5 years ago
9fd8b2d
DOC: add example to corrcoef function (#16805)
by Laurie Stephey
· 5 years ago
0c8f0f9
DOC: adding docs on passing dimensions as tuple to ndindex (#16806)
by Neal C
· 5 years ago
1527375
Merge pull request #16174 from rossbar/doc/libpoly_docstring_note
by Matti Picus
· 5 years ago
c43b2bf
DOC: Minor RST formatting. (#16792)
by Matthias Bussonnier
· 5 years ago
996e641
MAINT: Tidy exception handling in _datasource.py (#16761)
by Sarthak Vineet Kumar
· 5 years ago
3e8a541
DOC: add example to unique() and make connection to repeat() (#16743)
by Allen Downey
· 5 years ago
f38073b
MAINT: Chain exceptions in npyio.py (gh16121)
by Kerem Hallaç
· 5 years ago
ae09a52
MAINT: Fixup quantile tests to not use `np.float`
by Sebastian Berg
· 5 years ago
4d5b255
Merge pull request #16273 from CloseChoice/BUG-order_percentile-monotonically
by Sebastian Berg
· 5 years ago
fcd5cb4
Merge pull request #16690 from Iamsoto/better_docstring_for_numpy_lib_format_descr_to_dtype
by Matti Picus
· 5 years ago
bf11f95
DOC: rm matrix from triu docstring.
by Ross Barnowski
· 5 years ago
ccfa661
DOC: fixed docstring for descr_to_dtype
by iamsoto
· 5 years ago
63e256c
Fix broken link in open_memmap See Also
by Ross Barnowski
· 5 years ago
431f0ef
MAINT: lib: A few PEP-8 fixes.
by Warren Weckesser
· 5 years ago
fa1a3ec
MAINT: lib: In loadtxt, move some code out of a try/finally block.
by Warren Weckesser
· 5 years ago
2d31d06
MAINT: lib: In loadtxt, validate ndmin argument earlier.
by Warren Weckesser
· 5 years ago
be11d11
MAINT: lib: Move some nested function definitions in loadtxt.
by Warren Weckesser
· 5 years ago
88acbc8
limit test_quantile_monotonic
by Tobias Pitters
· 5 years ago
45605b2
Update numpy/lib/tests/test_function_base.py
by Tobias Pitters
· 5 years ago
2b7f671
Update numpy/lib/function_base.py
by Tobias Pitters
· 5 years ago
Next »