Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.22.1
tag
b21298bfd58f2dcc3428f3011b520a172b35325d
tagger
Charles Harris <charlesr.harris@gmail.com>
Fri Jan 14 00:11:36 2022
object
7ce4118531b585b5d8f0380c6b896ae22d93bd96
NumPy 1.22.1 release
7ce4118
Merge pull request #20820 from charris/prepare-for-1.22.1-release
by Charles Harris
· 3 years, 8 months ago
v1.22.1
5e61926
REL: Prepare for the NumPy 1.22.1 release.
by Charles Harris
· 3 years, 8 months ago
914b11f
Merge pull request #20819 from charris/backport-20791
by Charles Harris
· 3 years, 8 months ago
d671964
Regression test for inverse indices in `array_api` set functions
by Matthew
· 3 years, 8 months ago
09a379c
BUG: Return correctly shaped inverse indices in `array_api`
by Matthew
· 3 years, 8 months ago
0674d6b
Merge pull request #20815 from charris/backport-20783
by Charles Harris
· 3 years, 8 months ago
55a2f24
Merge pull request #20814 from charris/backport-20629
by Charles Harris
· 3 years, 8 months ago
95e2165
change "The NumPy community" to "NumPy Developers"
by Omid Rajaei
· 3 years, 8 months ago
fb9cd1d
Update Copyright to 2022
by Omid
· 3 years, 8 months ago
a19410d
DOC: Refer to NumPy, not pandas, in main page
by Denis Laxalde
· 3 years, 8 months ago
ad22fc6
Merge pull request #20806 from charris/backport-20788
by Charles Harris
· 3 years, 8 months ago
f90c972
Merge pull request #20807 from charris/backport-20762
by Charles Harris
· 3 years, 8 months ago
bd8ade5
Merge pull request #20805 from charris/backport-20793
by Charles Harris
· 3 years, 8 months ago
63e47b5
BUG: Allow integer inputs for pow-related functions in `array_api`
by Matthew
· 3 years, 8 months ago
f6f28d0
BUG: `array_api.argsort(descending=True)` respects relative sort order (#20788)
by Matthew Barber
· 3 years, 8 months ago
75eb378
BUG: Fix that reducelikes honour out always (and live int he future)
by Sebastian Berg
· 3 years, 8 months ago
4877d60
Merge pull request #20795 from charris/fix-20692
by Charles Harris
· 3 years, 8 months ago
586f560
Merge pull request #20796 from charris/backport-20786
by Charles Harris
· 3 years, 8 months ago
0a168fa
Merge pull request #20797 from charris/backport-20731
by Charles Harris
· 3 years, 8 months ago
115cf09
Merge pull request #20798 from charris/backport-20643
by Charles Harris
· 3 years, 8 months ago
b059f22
PERF: Optimize array check for bounded 0,1 values
by Kevin Sheppard
· 3 years, 8 months ago
178d709
DOC: fix OpenBLAS version in release note
by mattip
· 3 years, 8 months ago
940a3c6
BUG, DOC: Fixes SciPy docs build warnings
by melissawm
· 3 years, 8 months ago
eb6be7c
MAINT: Raise RuntimeError if setuptools version is too recent.
by Charles Harris
· 3 years, 8 months ago
8f87be6
Merge pull request #20768 from BvB93/finalize4
by Charles Harris
· 3 years, 8 months ago
0b4f770
Merge pull request #20763 from BvB93/datetime
by Charles Harris
· 3 years, 8 months ago
85f1d0a
TYP: Relax the type of `ndarray.__array_finalize__`
by Bas van Beek
· 3 years, 8 months ago
618ff5b
TYP: Allow time manipulation functions to accept `data` and `timedelta` objects
by Bas van Beek
· 3 years, 8 months ago
6b6605f
Merge pull request #20757 from charris/backport-20729-20754
by Charles Harris
· 3 years, 8 months ago
5163ab6
MAINT: Relax asserts to match relaxed reducelike resolution behaviour
by Sebastian Berg
· 3 years, 8 months ago
0aab422
BUG: Relax dtype identity check in reductions
by Sebastian Berg
· 3 years, 8 months ago
b352098
Merge pull request #20724 from charris/backport-20721
by Charles Harris
· 3 years, 8 months ago
d39ad3a
Merge pull request #20725 from charris/backport-20719
by Charles Harris
· 3 years, 8 months ago
2e61d9f
Merge pull request #20726 from charris/backport-20710
by Charles Harris
· 3 years, 8 months ago
2fbc8fa
TYP,MAINT: Allow `ndindex` to accept integer tuples
by Bas van Beek
· 3 years, 8 months ago
4a45d24
TYP: change type annotation for `__array_namespace__` to ModuleType
by Ralf Gommers
· 3 years, 8 months ago
258c3ab
BUG: Fix array dimensions solver for multidimensional arguments in f2py
by Pearu Peterson
· 3 years, 8 months ago
f9d73fe
Merge pull request #20714 from charris/backport-20712
by Charles Harris
· 3 years, 8 months ago
2def1fd
Restore vc141 support
by Isuru Fernando
· 3 years, 8 months ago
a0ece54
Merge pull request #20704 from charris/backport-20698
by Charles Harris
· 3 years, 8 months ago
88eab54
Merge pull request #20703 from charris/backport-20691-20693
by Charles Harris
· 3 years, 8 months ago
8a07908
Merge pull request #20702 from charris/post-1.22.0-fixes
by Charles Harris
· 3 years, 8 months ago
c04a772
DOC:Fixed the link on user-guide landing page
by Arryan Singh
· 3 years, 8 months ago
9aab639
DOC, ENH: Use pngs instead of svgs.
by Mukulika
· 3 years, 8 months ago
e4323d7
DOC: Update the RELEASE_WALKTHROUGH document.
by Charles Harris
· 3 years, 8 months ago
d00af61
MAINT: Bump pydata-sphinx-theme version.
by Charles Harris
· 3 years, 8 months ago
abcd15b
REL: prepare 1.22.x for further development
by Charles Harris
· 3 years, 8 months ago
4adc87d
Merge pull request #20685 from charris/prepare-for-1.22.0-release
by Charles Harris
· 3 years, 8 months ago
v1.22.0
fd66547
REL: Prepare for the NumPy 1.22.0 release.
by Charles Harris
· 3 years, 8 months ago
125304b
wip
by Charles Harris
· 3 years, 8 months ago
c283859
Merge pull request #20682 from charris/backport-20416
by Charles Harris
· 3 years, 8 months ago
5399c03
Merge pull request #20681 from charris/backport-20954
by Charles Harris
· 3 years, 8 months ago
f9c45f8
Merge pull request #20680 from charris/backport-20663
by Charles Harris
· 3 years, 8 months ago
794b36f
Update armccompiler.py
by Thomas Green
· 3 years, 8 months ago
d93b14e
Update test_public_api.py
by Thomas Green
· 3 years, 8 months ago
7662c07
Update __init__.py
by Thomas Green
· 3 years, 8 months ago
311ab52
Update armccompiler.py
by Thomas Green
· 3 years, 8 months ago
e6744fe
Update system_info.py
by Thomas Green
· 3 years, 8 months ago
34b8195
Update setup.py
by Thomas Green
· 3 years, 8 months ago
56ee153
Update setup.py
by Thomas Green
· 3 years, 8 months ago
e48bb67
Add armpl as blas/lapack provider
by Thomas Green
· 3 years, 8 months ago
4061f20
Create arm.py
by Thomas Green
· 3 years, 8 months ago
9f83930
Update __init__.py
by Thomas Green
· 3 years, 8 months ago
906aa1c
Update ccompiler.py
by Thomas Green
· 3 years, 8 months ago
02f9b07
Create armccompiler.py
by Thomas Green
· 3 years, 8 months ago
34618d5
See if freeing nbytes or 1 works when nbytes-allocated does not
by Sebastian Berg
· 3 years, 8 months ago
13ae0a9
MAINT: Use `PyArray_NBYTES_ALLOCATED` for data setting
by Sebastian Berg
· 3 years, 8 months ago
298b041
BUG: Fix setstate logic for empty arrays
by Sebastian Berg
· 3 years, 8 months ago
b5f179b
TYP,TST: Bump mypy to 0.930
by Bas van Beek
· 3 years, 8 months ago
b3d8274
Merge pull request #20651 from charris/backport-20630
by Charles Harris
· 3 years, 9 months ago
47b4514
Merge pull request #20650 from charris/backport-20640
by Charles Harris
· 3 years, 9 months ago
dc74976
Merge pull request #20649 from charris/backport-20648
by Charles Harris
· 3 years, 9 months ago
c61f157
BUG: f2py: Simplify creation of an exception message. Closes gh-19000.
by Warren Weckesser
· 3 years, 9 months ago
a248174
BUG: Support env argument in CCompiler.spawn
by Isuru Fernando
· 3 years, 9 months ago
fa35e3f
Modify SVG to be visible on Chrome
by MarsBarLee
· 3 years, 9 months ago
f794fb4
Merge pull request #20632 from seberg/add-note-for-nep43
by Charles Harris
· 3 years, 9 months ago
03a562d
DOC: Document implementation of NEP 43 and experimental new DType API
by Sebastian Berg
· 3 years, 9 months ago
950f507
Merge pull request #20619 from charris/prepare-for-1.22.0rc3
by Charles Harris
· 3 years, 9 months ago
v1.22.0rc3
200e062
REL: Prepare for the NumPy 1.22.0rc3 release.
by Charles Harris
· 3 years, 9 months ago
55b4ec4
Merge pull request #20585 from charris/backport-19756
by Charles Harris
· 3 years, 9 months ago
a7accb7
Merge pull request #20617 from charris/backport-20616
by Charles Harris
· 3 years, 9 months ago
fae64e3
MAINT: Help boost::python libraries at least not crash
by Sebastian Berg
· 3 years, 9 months ago
1b5b587
Merge pull request #20614 from charris/backport-20611
by Charles Harris
· 3 years, 9 months ago
26447d3
TST: Fix mypy 0.920-related test failures
by Bas van Beek
· 3 years, 9 months ago
e700c81
TST: Bump mypy: 0.910 -> 0.920
by Bas van Beek
· 3 years, 9 months ago
1719047
Merge pull request #20605 from charris/backport-20604
by Charles Harris
· 3 years, 9 months ago
25b83ee
DEV: add a warningfilter to fix pytest workflow.
by Ross Barnowski
· 3 years, 9 months ago
58cbe90
Merge pull request #20598 from charris/backport-20583
by Charles Harris
· 3 years, 9 months ago
d03ed0f
Merge pull request #20599 from charris/backport-20587
by Charles Harris
· 3 years, 9 months ago
5802722
Merge pull request #20600 from charris/backport-20590
by Charles Harris
· 3 years, 9 months ago
2e7f636
Merge pull request #20601 from charris/backport-20593
by Charles Harris
· 3 years, 9 months ago
1df444f
Merge pull request #20602 from charris/backport-20595
by Charles Harris
· 3 years, 9 months ago
4cb725f
BUG: Fix PyInit__umath_linalg type
by Kazuki Sakamoto
· 3 years, 9 months ago
c2e34c0
MAINT: Check for buffer interface support rather than try/except
by Sebastian Berg
· 3 years, 9 months ago
bd68bce
BUG: Fix leaks found using pytest-leaks
by Sebastian Berg
· 3 years, 9 months ago
0057317
MAINT: Add `np.rec.array` overloads for `None` and file-like objects
by Bas van Beek
· 3 years, 9 months ago
9e1ad76
MAINT: Allow the `loadtxt` comments parameter to be `None`
by Bas van Beek
· 3 years, 9 months ago
8ec14a1
BUG: Fix issues (mainly) found using pytest-leaks (#20583)
by Sebastian Berg
· 3 years, 9 months ago
ee88d9a
Change image path for Getting Started panel
by MarsBarLee
· 3 years, 9 months ago
6cd071f
Update Getting Started panel text
by MarsBarLee
· 3 years, 9 months ago
Next »