Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/numpy/numpy

The fundamental package for scientific computing with Python.
https://github.com/numpy/numpy

MAINT: Tweak string check (forgot the kind, but maybe tuple is nice)

19ed59ef89eb2e72f66e5fe164157b5dc2d21a9a authored over 1 year ago
Update release note and add note to NEP that it was not fully implemented

7fcf5cae4b16d293311481f0ab7fa9e0c94818bb authored over 1 year ago
Hack strings to be correct for fill-value

60973898705966d4b6c009d6a6f856db87ac06eb authored over 1 year ago
DOC: First small refdoc update (very verbose update required, too large for PR)

a01c8931c8d7275362aedb1cc744cb819a294293 authored over 1 year ago
ENH: Only print type information when helpful for MA fill value

e7ce9eb387765f48f03849244d7c92c007f06213 authored over 1 year ago
ENH: Fixup records and void scalar printing

4e16d865c3e1b58a4cf746d56d3f7122d7b6d5ef authored over 1 year ago
WIP: Refactor array formatter with a new `get_formatter`

145998a892e41deddb9412088538021d0e39634b authored over 1 year ago
MAINT: Allow all options again (because subarrays need them) and fix test

If we use a format string, just ignore all other options and grab
the global ones. I am not 100...

90a8b616b43b656247c81841753896825b47e6dc authored over 1 year ago
Fixup tests, repr, and guard against using full repr in array printing

46785ee50101de9ac13ebf1231e195212cc6cdd6 authored over 1 year ago
TST: STrengthen test on newer Python versions

It seems older Python versions rounded `str` sometimes, I do not
think this is strictly true any...

b9d0cd30b559d27b21d889a7b01ae67ea748380a authored over 1 year ago
TST: Some more test fixups for repr changes

still quite a few to do, and there are some things that we need to
figure out...

eef1cbd192bf3030e11e8d793ecc518ee9fd428d authored over 1 year ago
WIP: Get to the NEP 51 state (and try to figure that out...)

834f3f99aa002dc957ee5894ffa7d4c8fbfb9d32 authored over 1 year ago
Update doc/release/upcoming_changes/17592.improvement.rst

7431a2d24bcaaa2607bfa436c215b06199b8e9a7 authored over 1 year ago
ENH: Fixed release notes `np.bool_` repr (#17592)

4243ee70513cc00e718988a681ca7a66f536c03c authored over 1 year ago
TST: Fixup tests to make windows/32bit systems and linter happy

ae28524ba5429370ed4fa7d1fb96878cd1c33bea authored over 1 year ago
ENH: Fixed doc-string

b5734964924f8ec1fa79d5e10c0ef3d4ab7ed770 authored over 1 year ago
WIP: Continue with refactoring more...

a7b045bfc23240d189d2e8c60b04a2ff600ea6a1 authored over 1 year ago
Adapt format to not block s and r format codes

Not sure that is really necessary, but I think empty string for
`s` should be OK in practice (in...

6316dd42646a800b2038634f5ab34736ceeb23de authored over 1 year ago
TST: Fixup tests for repr changes

455064320305261633622bc73e38310998ae344f authored over 1 year ago
ENH: Added release notes (#17592)

d0ecf914e7e39e84e90e5a33f4da12c5bb7aadf4 authored over 1 year ago
ENH: Changed repr of ints to use tp_name

f2119c6d9db0b46fb23aab6afb29dd14f15112a1 authored over 1 year ago
WIP: Fixup arrayprint for scalar values

e8f04923ad166a2e1f1688b6066ac5df8af9b4b4 authored over 1 year ago
ENH: Changed repr of ints

341c2451c8784a99cadf77513d61ba5861356929 authored over 1 year ago
Address some other review comments

a6645e08320c7269088345e0857f27f6eadec095 authored over 1 year ago
MAINT: Undo bad rebase (or maybe small accidental commit)

c8df6979fa73d401a12deea52329939877e466ea authored over 1 year ago
Remove unnecessary legacy check and longdouble quoting support

Undoing the other stuff, basically means that quoting was now used
where it is unclear that it s...

7a61d6de8f676850e214853a396a01304719be3e authored over 1 year ago
Simplify, removing new fmt option

01a1d29e156a111694659137a1ac05d54bf44774 authored over 1 year ago
Minimize changes relative to main

d40922d2e61054b885532ca503fb24c086ce4564 authored over 1 year ago
DOC: Mention `np.set_printoptions` in the release note

66341e598387b0dd4398e161144affbcdf072511 authored over 1 year ago
TST: Ensure little-endian int est

62f9d5a66db37f8bea13600e62f3aa14c959ba46 authored over 1 year ago
TST,MAINT: Add tests for both new and old scalar repr and fix complex

768fcf0b9d588648270d841397c6cf81648c9320 authored over 1 year ago
Allow legacy fallback (fix float16, heh)

f0302f8dfbd55a4b878abbf9a6fbb8332a225f82 authored over 1 year ago
ENH; Add legacy fallback mode for non NEP 51 printing because...

ea9063f572227beaab3cad9a4b7d447241e2f975 authored over 1 year ago
DOC: Add a release note for NEP 51 related changes

afd5e8787476ae70220f5a87411294f7a718ab02 authored over 1 year ago
MAINT: Special case string fill-value in MA repr

Just to remove unnecessary visual clutter in this special case
where it is almost always no addi...

b6f83b6ab904839820cfada1d6d83a08e18ebb36 authored over 1 year ago
DOC: More doc fixes to pass tests

This does *not* fix everything, I am hoping for an automated tester
based on doctestplus for thi...

815c8a1132a9af7f13393ca786bc6028ab784e80 authored over 1 year ago
DOC: Fixup docs; only "big" changes not all scalars

As said before, all scalars would be noisy, while this gives at
least an idea of what is off (an...

342b786699f4eee4f09ac31f4d26c7284087020c authored over 1 year ago
fix rebase error

d681baca4dad0a39626ed3caf0adfdf3321ef96e authored over 1 year ago
DOC: Remove outdated release note (eventually need new referencing NEP)

6cceeccad5cac121ac77fd2a63d19ae77695d608 authored over 1 year ago
BUG: Fixups for last changes to make CI pass

I had tested the refguide mainly (the functions part only), which missed
a lot of smaller errors...

1a53d88d7884935a8f892f7b6e365b23fb0cbaaa authored over 1 year ago
STY: Fix linter

3c0c3d22dacb79606269e26304b935f1d9fd749c authored over 1 year ago
DOC: Update reference to pass refguide

This makes things pass even though there should be a massive amount
of types added in other plac...

4c6ff640f918c4c0d221ebbfc3fb2226eb8f1b54 authored over 1 year ago
API: Switch `ndarray.tofile` back to defaulting to `str()` usage

`tofile()` should probably be improved in either case, but this changes
it back to using `str()`...

b74dbfdcd831a6979949858a0d6dbbb1a875bf9b authored over 1 year ago
MAINT: Switch to also have str explicitly, fixup MA and forward str/repr to scalar

Most importantly, use the scalar `str()` for formatting str/repr of
"array elements" when a form...

413f1a7d8f2b69f4fe1d536a16f153d4c01c85e2 authored over 1 year ago
ENH: Refactored to use PyUnicode_FromString

587e6fdcecb5d7d1d6e6bbbe7c2167c298216087 authored over 1 year ago
ENH: Used raw boolean value

9af45ba3187d054160e38d332bd56aa3bd6da83b authored over 1 year ago
ENH: Changed repr of np.bool_

20ac540fe9e6370446a66a80f62317127398b6d5 authored over 1 year ago
MAINT: Fix new or residual typos found by codespell

a4c582d4b3c530176be393ac596dd00130367ddb authored over 1 year ago
Merge pull request #24176 from ngoldbaum/flatiter-copyswap

MAINT: do not use copyswap in flatiter internals

7dceee5195232c40e31497eca429c86fba15db18 authored over 1 year ago
Merge pull request #24204 from WarrenWeckesser/fix-beta-hang

BUG: random: Fix check for both uniform variates being 0 in random_beta()

26aef377dc17c38268d54d919d99d552f91a31da authored over 1 year ago
BUG: fix invalid function pointer conversion error

`f2py_init_func` is defined in `fortranobject.h` as:

typedef void (*f2py_init_func)(int *, ...

609fee4324f3521d81a3454f5fcc33abb0d3761e authored over 1 year ago
Merge pull request #24202 from numpy/dependabot/github_actions/pypa/cibuildwheel-2.14.1

MAINT: Bump pypa/cibuildwheel from 2.14.0 to 2.14.1

0525bad2fc1a5d333d89787f5da2c362b7947c9b authored over 1 year ago
MAINT: clean up error checking in iter_subscript_int

c0666b731863fc63d533962da35513129b77836f authored over 1 year ago
MAINT: simplify cast setup in flatiter internals

e2259b23cda00a514df8bec684b7bd67afc95f2f authored over 1 year ago
BUG: random: Fix check for both uniform variates being 0 in random_beta()

Closes gh-24203

f7e122354aa1f923521a495a721d11bfe534134e authored over 1 year ago
MAINT: do not use copyswap in flatiter internals

9c3144d41c70079b608248c2e166384596ba5b17 authored over 1 year ago
MAINT: Bump pypa/cibuildwheel from 2.14.0 to 2.14.1

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.0 to 2.14.1.
- [Releas...

fdb0a835920a050f52f7cf2fd35dbe708531b436 authored over 1 year ago
Necessary changes to only use C99 complex types (not std::complex)

ddcdf8631936e76da131b9aceb3e5d5639a1c023 authored over 1 year ago
Merge pull request #24199 from mattip/issue-

BLD: update OpenBLAS to an intermediate commit

cd20fd045b75609fb4f77a05cff723276e79e9da authored over 1 year ago
BLD: update OpenBLAS to an intermeidate commit

3974485173361619dd9cf005f43afe0fe93e91e7 authored over 1 year ago
Merge pull request #24187 from asmeurer/array_api-take-fix

BUG: Fix the signature for np.array_api.take

[skip ci]

eef080a3f2eedc304e0209eed9829b1ddf405da6 authored over 1 year ago
Fixing formatting error.

a8161775488fa7b9569534d8b3909551aa8de33d authored over 1 year ago
Updating docstring

03462089287175b95236db9a08958140a89ef3c3 authored over 1 year ago
Fixing formatting errors based on lint checks.

a4b483a2edfe97373135faec8e78ca2d96155f86 authored over 1 year ago
Changing DeprecationWarning to UserWarning and updating unit tests.

3063f503ee7d795a04dc3c232ca8d30ddec7e57c authored over 1 year ago
BUG: Fix the signature for np.array_api.take

The array_api take() doesn't flatten the array by default, so the axis
argument must be provided...

37ba69c7b7404e4ae67ef2e4db9584852baa963a authored over 1 year ago
Merge pull request #24153 from mattip/cpp-random

BLD, TST: refactor test to use meson not setup.py, improve spin test -m ...

308b348bb595bc1b86f9e4bc08be2e3ba5d4f18f authored over 1 year ago
fixes from review

43c32e65d9534815435d56ddea93e60af9f25204 authored over 1 year ago
Fix Windows-CL workflow; update to latest cython 0.29.x

045a8cdba9a3ad4021afbdab77ad23665f27b67f authored over 1 year ago
Merge branch 'main' into real-imag-remove

55a903bc69395368b599f2cbc32aba846ec38c87 authored over 1 year ago
Remove necessity for INIT macro [wheel build]

7377f24eca0dccda40eef59600509f6ba2d8196b authored over 1 year ago
Merge pull request #24178 from ngoldbaum/setflags-error-handling

BUG: PyObject_IsTrue and PyObject_Not error handling in setflags

a6a9a9a10c9c5c365606b15f6bd5ae4a531ae5b1 authored over 1 year ago
Merge pull request #24172 from seberg/nep29-moved

DOC: Add note that NEP 29 is superseded by SPEC 0

cd0bd07905ae4b9d1a16b2437bdbe0f050c4cf87 authored over 1 year ago
BUG: PyObject_IsTrue and PyObject_Not error handling in setflags

185915bf7c6c0208541c684c65bcaa8f2f4e92a0 authored over 1 year ago
Merge pull request #24173 from numpy/dependabot/github_actions/actions/setup-python-4.7.0

MAINT: Bump actions/setup-python from 4.6.1 to 4.7.0

ec4d156b290cd6d8f55704c84921fd33fc996a06 authored over 1 year ago
MAINT: Bump actions/setup-python from 4.6.1 to 4.7.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
- [Re...

58af0fc068cf33bd29df5ef1f8e09700ab958f39 authored over 1 year ago
TST: work around pyodide and ninja

9236be91c4652a2114d1ddfe74929d31deb95161 authored over 1 year ago
TST: refactor to add a cython build that uses cpp

bedeacfc1b5cd1795609ed71d3aed51e9ef1811a authored over 1 year ago
TST: fix: using meson with windows, MSVC

e290d1ca2568599b0cf434a1f016e54b4da9e8cb authored over 1 year ago
TST: refactor testing/extbuild to use meson on-the-fly

0a140163369eb4fe2768fa44e326e1952137a5ed authored over 1 year ago
DOC: Add note that NEP 29 is superseded by SPEC 0

The SPEC is basically the predecessor, we should try to slowly
refer to it mostly, so add a note...

538e7170aeba30c00d9f7a8a951dcb64ac290b9b authored over 1 year ago
BLD: add spin -m full and document it

dac0135e480f6396f477b7043898796d2ac6757b authored over 1 year ago
refactor test_extending to use meson

2e0044142c9ab00394b9a58d3698c8477191915d authored over 1 year ago
Merge pull request #24163 from ngoldbaum/update-test-deps

MAINT: update pytest, hypothesis, pytest-cov, and pytz in test_requirements.txt

9d8d46ad615a7e13256b930146ac369f651016c0 authored over 1 year ago
Merge pull request #24162 from bashtage/clang-cl-meson

ENH: Improve clang-cl compliance

64112555347715b3e6b32f2257d62637bb67e20a authored over 1 year ago
Move complex utilities to npy_math.h [wheel build]

8c77d69a1bab0b27b9f7b235a9df322ef06b1255 authored over 1 year ago
TST: remove removed stuff from typing tests

cdfda1d0ee989ffae09af944c1a407f18f6ae4e7 authored over 1 year ago
DOC: add explicit toml dependency for towncrier

5957c80f6a5b0ff9ff26fdee50399c107a9a2109 authored over 1 year ago
Necessary changes for complex not to be a reserved keyword

21187383cfe7bedacdba5e531402202adb504204 authored over 1 year ago
Revert changes to lapack_lite

45b15a12ee6b1742d7da591d254c38d53e00f950 authored over 1 year ago
Demote linkage errors to warnings in pyodide build

e972bc8e07099b9df66b8c4c6316ac5d40c12734 authored over 1 year ago
ENH: Allow NEP 42 dtypes to use np.save and np.load (#24142)

Fixes #24110

First, this makes it so that by default NEP 42 dtypes can't be pickled unless th...

c6a449c7972e97afd9401d098939fe29d3e7c891 authored over 1 year ago
TST: Xfail tests when using clang-cl

c5948c4bb3f03fa3335406488552993de6f30466 authored over 1 year ago
API: remove type tests for deprecate and deprecate_with_doc

be9020d533e05d81eb88dbe973800962f0b425be authored over 1 year ago
API: apply review comments

017cef318ad37ac05738830ebb3173c65c128759 authored over 1 year ago
MAINT: update pytest, hypothesis, pytest-cov, and pytz in test_requirements.txt

1596887c137ba8576c91dcb7bf22e25f530cb20f authored over 1 year ago
TST: Add clang-cl run

aa0cf3041b2580a8f2be66f884065254d00042ff authored over 1 year ago
ENH: Enable FPU Mode return for clang-cl

c85a1735b856ce22d2fd101b956754017222bfe8 authored over 1 year ago
ENH: Improve clang-cl compliance

Avoid unnecessary MSVC path when using clang-cl

cdba2630e7549ecf834cebc9c1bacd239816d08e authored over 1 year ago
Merge pull request #24160 from charris/update-cirrus_wheels

MAINT: Update cibuildwheel to 2.14.0

5047644af5fc65830fdadcf930695d4a941448c8 authored over 1 year ago