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

DOC: Fixup docs for improved scalar floating point warning message

2223a09864e4ccf5206b78684d3db5c853336df9 authored over 2 years ago by Sebastian Berg <[email protected]>
ENH,MAINT: Improve and simplify scalar floating point warnings

This makes the scalar operations warnings read e.g.:

overflow encountered in scalar multiply...

86d2a87cf97b99bcff13bbbd5c4211fdfc5ff2af authored over 2 years ago by Sebastian Berg <[email protected]>
BUG: Reject non integer array-likes with size 1 in delete (#21857)

Non integer array-likes were not correctly rejected when a new
fast-path was added to `np.delet...

6ac7142eedf3edd4e5432b8756ea0b0f6d869998 authored over 2 years ago by Sebastian Berg <[email protected]>
add linspace benchmark

e34d2a7b1e8d70d3fd99552dc77626add7a59e16 authored over 2 years ago by Pieter Eendebak <[email protected]>
Update numpy/core/function_base.py

Co-authored-by: Sebastian Berg <[email protected]>

dee44e6acef8e2151d5428bfeb6cbb64689340f9 authored over 2 years ago by Pieter Eendebak <[email protected]>
MAINT: Add release note

93347a30cfe0b582aad8adc1df8f5c05b5763e68 authored over 2 years ago by Rohit Goswami <[email protected]>
DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854)

* DOC: mention changes to `max_rows` behaviour

* Clarify how line counting works in max_rows

a2caa35dd9f2dae9f492a1af9faa1619e4fcce02 authored over 2 years ago by Pranab Das <[email protected]>
Merge pull request #21848 from postmalloc/float16_nan

BUG: Handle NaNs correctly for float16 during sorting

284345dcfe82e11650c8bd5472a80312b3d0bf3f authored over 2 years ago by Charles Harris <[email protected]>
DOC: Mention uniform in the np.random.Generator.random function.

Added a See also section to mention np.random.Generator.uniform.

1ceb96bd45b9b24518de3eb314e217c942eb403c authored over 2 years ago by Bram <[email protected]>
Merge pull request #21855 from WarrenWeckesser/doc-normal-notation

DOC: Replace the mathematical notation N(...) with text.

f3935c9dc9a661bf818a09e46da6497220bd7dca authored over 2 years ago by Melissa Weber Mendonça <[email protected]>
DOC: Replace the mathematical notation N(...) with text.

The meaning of the second argument in the mathematical notation
N(mu, b) for the normal distribu...

4f479744bb9f5150d1406fdb0203c5d8714e7283 authored over 2 years ago by warren <[email protected]>
BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851)

The keepdims flag needs to be applied during the calculation of the sum of
the weights in np.av...

e67fe9f1a86013dbfd4a5ad2bd69aa6e7f60e1fb authored over 2 years ago by Srimukh Sripada <[email protected]>
remove unusued import

315ff1c03463a27f815d0d1000d974a44905ba0a authored over 2 years ago by postmalloc <[email protected]>
parameterize and split tests

e700cf96e0a155e0802d6a685820cf9e4e325779 authored over 2 years ago by postmalloc <[email protected]>
Merge pull request #21626 from seberg/weak-scalars

API: Introduce optional (and partial) NEP 50 weak scalar logic

b65f0b7b8ba7e80b65773e06aae22a8369678868 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #21723 from jarrodmillman/sphinx5

DOC: Update sphinx, numpydoc, and pydata-sphinx-theme

11e465e30823f044887d3f5e2f648007ce0077c2 authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #21815 from seberg/fixup-error-valgrind

BUG: Fix discovered MachAr (still used within valgrind)

4db1023de53583d21a83d197054cfd3cd58c7a33 authored over 2 years ago by Charles Harris <[email protected]>
DOC: Update the RELEASE_WALKTHROUGH documentation

- Document the changes in the documentation generation.
- Rearrange the wheel generation sections

fd5cc6a6b185627ab81823e75598bae3f45b37a7 authored over 2 years ago by Charles Harris <[email protected]>
DOC: Update HOWTO_RELEASE.rst

Update HOWTO_RELEASE.rst and remove sections that are duplicated
in the RELEASE_WALKTHROUGH.rst ...

c083c51250b7df04d0dad3f62ea987091544c563 authored over 2 years ago by Charles Harris <[email protected]>
MAINT: Update the documentation Makefile

This does several things

- Uses a virtual environment for the documentent build. This allows
...

69445d94384267b1072ad16416d2f8a901abb733 authored over 2 years ago by Charles Harris <[email protected]>
Handle NaNs correctly for half-precision floats

58457b43d2bfef45e050bf0ee4aab434ceeb240e authored over 2 years ago by Srimukh Sripada <[email protected]>
Fix logo link

I don't think it is necessary to specify, since this should be the default.

351f5ef2fecec428f63da9c4b179dda66aac0d4a authored over 2 years ago by Jarrod Millman <[email protected]>
ENH: Add strict parameter to assert_array_equal. (#21595)

Fixes #9542

Co-authored-by: Bas van Beek <[email protected]>

cafec60a5e28af98fb8798049edd7942720d2d74 authored over 2 years ago by Jon Morris <[email protected]>
Require sphinx 4.3+

6b4449770e0751006431d130323bcc3b27841290 authored over 2 years ago by Jarrod Millman <[email protected]>
BUG: Fix in1d for empty integer array as input (#21842)

* TST: Tests empty input to in1d of various types

* MAINT: Skip table method on empty input a...

019c8c9b2a7c084eb01cf4d8569799a5537d884d authored over 2 years ago by Miles Cranmer <[email protected]>
Update sphinx

66c2414353cad6b6ef271bdae8516c40af2cc189 authored over 2 years ago by Jarrod Millman <[email protected]>
Use new version of breathe

99a4fac1ddbc74c822c763df333e0013cbbbe5e4 authored over 2 years ago by Jarrod Millman <[email protected]>
DOC: Add a brief release note and a note in the NEP on how to test

7dcfaafa0b78618a6ec2a5279090729f7ec583f0 authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #21836 from NamamiShanker/doc_change

DOC: F2PY documentation improvements

3039cd3a98c0ef7b1cc11b4ad6a844f4c049098b authored over 2 years ago by Rohit Goswami <[email protected]>
DOC: Document expectation for object array initialization

This documents (and thus semi-establishes) that we try to make
sure that any array that may be *...

b6de7bc0dcadac314fcb9ecb6c0d59f91aadb3ed authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #21812 from seberg/ma-comps

BUG: Define `<`, `<=`, `>`, `>=` for masked arrays

441315f7e0381d93f22efc9f0d0644f72edefdcf authored over 2 years ago by Charles Harris <[email protected]>
Merge pull request #21817 from seberg/always-fill

ENH: Always fill object fields with None rather than NULL

1aa93e9e038b67e29d9af35b656bf47f97ac6ee0 authored over 2 years ago by Charles Harris <[email protected]>
DOC: Apply stylistic updates

Co-authored-by: Rohit Goswami <[email protected]>

99a5cdd3fc4b2ec82dfb23a5ae418cf7d15a2037 authored over 2 years ago by Namami Shanker <[email protected]>
DOC: Fix typo in f2cmap usage doc

87095f355e82c520a5968bbb21923878120c4f1f authored over 2 years ago by Namami Shanker <[email protected]>
DOC: Move f2cmap example documentation

79a1074b36dde92cce90bc5f894e72753f36c136 authored over 2 years ago by Namami Shanker <[email protected]>
Merge pull request #21835 from NamamiShanker/test_changes

TST: Add f2py CLI tests

22b94cbed6ce67590cd0df9debdadfce3d5a9046 authored over 2 years ago by Rohit Goswami <[email protected]>
Merge pull request #21828 from charris/post-1.23.0-release-update

MAINT: Update main after 1.23.0 release.

13a3935a19550c879118b9621827b40e53125a32 authored over 2 years ago by Charles Harris <[email protected]>
fix lint

ece97833e1506f0223b9dcfa637d60640db75008 authored over 2 years ago by Pieter Eendebak <[email protected]>
Merge pull request #12065 from MilesCranmer/master

MAINT: Optimize np.isin and np.in1d for integer arrays

91e753c1c52ad4cf9849d8a99aaaed2767ed9dec authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #21830 from Anselmoo/fix

DOC: Change substract to subtract in comment

b7216ca844dc8446219140859ee0b235b1814a16 authored over 2 years ago by Sebastian Berg <[email protected]>
Merge pull request #21797 from karlotness/enh-np-require

MAINT: Reduce object construction in np.require

4b49a8a41fd1ac3f9eb4959d99c078f58f24f410 authored over 2 years ago by Sebastian Berg <[email protected]>
DOC: Add f2cmap flag doc

6d8281ca6ab73c822489a1e0c4cdc20cfb3a1061 authored over 2 years ago by Namami Shanker <[email protected]>
DOC: Correct f2py doc meson.build example

ed7791f0fabf5ee62917e0d58b738b583a361b68 authored over 2 years ago by Namami Shanker <[email protected]>
TST: Add f2py2e f2cmap flag test

55b16bf711c7d1d1e7405320a0ead7d664c1278e authored over 2 years ago by Namami Shanker <[email protected]>
TST: Tighten test_gen_pyf_stdout check

02533c5da4b5e4328d49dcafb8d0a5592ae337c7 authored over 2 years ago by Namami Shanker <[email protected]>
PERF: Micro optimize np.linspace

b67408da792d06c40b80c1eeebb17c8bbedc25d5 authored over 2 years ago by Pieter Eendebak <[email protected]>
fix: :bug: Change substract to subtract

#21829

ef494a59bb4508126f75dd2f2f0b08851694cd17 authored over 2 years ago by Anselm Hahn <[email protected]>
MAINT: Update main after 1.23.0 release.

- Update .mailmap
- Update 1.23.0-notes.rst
- Create 1.23.0-changelog.rst

85592f2fff34301ce2462bbd77967b68fb506c0b authored over 2 years ago by Charles Harris <[email protected]>
TST: Skip empty arrays for kind="table"

1d3bdd15f6c12874e6d659a87aed21d58ebd272a authored over 2 years ago by Miles Cranmer <[email protected]>
TST: Reduce code re-use with pytest mark

3b117e7e8c0f9a84185181a7fdbb7e4de979f0ec authored over 2 years ago by MilesCranmer <[email protected]>
MAINT: Fix edgecase for bool containers

6244c0631e1a78926db27143bf936bfb5e95c852 authored over 2 years ago by MilesCranmer <[email protected]>
DOC: Rephrase docstring of in1d/isin

c4aa5d8356c0f76550d17b27f034c2c19ffc1767 authored over 2 years ago by MilesCranmer <[email protected]>
DOC: Clean up change log

408e6119855a8b4d691f7020fae9caa66fa763be authored over 2 years ago by MilesCranmer <[email protected]>
MAINT: Remove positionality of kind in isin

64de8b2eaba62f138be94744ada770aa227aae94 authored over 2 years ago by MilesCranmer <[email protected]>
MAINT: Minor suggestions from code review

Co-authored-by: Sebastian Berg <[email protected]>

bb71875d9982da00503181f7be7b2672d4a7152b authored over 2 years ago by Miles Cranmer <[email protected]>
Merge pull request #21823 from charris/test-anaconda-uploading

MAINT: Try fixing broken Anaconda uploads.

df7ccc4034e04fd3fadaa33710c727589dc0d938 authored over 2 years ago by Charles Harris <[email protected]>
MAINT: Try fixing broken Anaconda uploads.

f913d40d618ff528c4bb45bb7fbd0b4770b79066 authored over 2 years ago by Charles Harris <[email protected]>
MAINT: simplify flow in np.require

Move the possible_flags dictionary to a global value so it is not
re-constructed each call.

f9cc4bf70c5c6f26ad421962bf5c608558b1035c authored over 2 years ago by Karl Otness <[email protected]>
TST: Add NULL checks to generic object ufunc loops and getitem

This is an attempt to ensure that we will guarantee non-NULL
objects in the future.

We do not d...

43493725ff982e4e948f3e370df58e637c6801ad authored over 2 years ago by Sebastian Berg <[email protected]>
ENH: Always fill object fields with None rather than NULL

The intention here is to transition (or achieve?) a future where
NumPy always fills object field...

0884dab487870646d669157a3e2524622ab1cdf4 authored over 2 years ago by Sebastian Berg <[email protected]>
BUG: Fix discovered MachAr (still used within valgrind)

This fixes the missing attributes. I tested the warning and fix
on valgrind itself.
These attri...

4756c54e13154bcbc7ae2612874f03a0ccbaa9af authored over 2 years ago by Sebastian Berg <[email protected]>
API: Define `<`, `<=`, `>`, `>=` for masked arrays

This defines the comparison operators (other than `==` and `!=`)
explicitly for masked arrays.
T...

d73b59450062d3a1fa6216e191bbfa20e5564e5f authored over 2 years ago by Sebastian Berg <[email protected]>
TST: Ensure the f2py value attribute is handled

278309170715384a542b7e82b83d57f73025122e authored over 2 years ago by Rohit Goswami <[email protected]>
ENH: Generate wrappers for scalars with value

f6f0ad0643848faa39d62a6a44bbe72aa6f0ad3b authored over 2 years ago by Rohit Goswami <[email protected]>
Merge pull request #21798 from karlotness/maint-import-array-err

MAINT: use PyErr_SetString in _import_array where possible

0028203bf0ab1fb8e72318bba958969ec7cecc73 authored over 2 years ago by Charles Harris <[email protected]>
MAINT: use PyErr_SetString in _import_array where possible

Update error messages in _import_array to avoid format string
processing when not needed by the ...

fb73e4e7c53cb59edf8d0c3e4ce951e4d66e876c authored over 2 years ago by Karl Otness <[email protected]>
DOC: Notes on `kind` to in1d/isin docstring

48580947a5c6c30ef81aa49da2a9399d6b1c3b45 authored over 2 years ago by MilesCranmer <[email protected]>
DOC: `assume_unique` does not affect table method

75dbbea7d7111c151498722c0c2811cee86d34ff authored over 2 years ago by MilesCranmer <[email protected]>
DOC: Improve clarity of in1d docstring

6a3c80fb11d60569328e751bab7b664ed6a7967e authored over 2 years ago by MilesCranmer <[email protected]>
Merge pull request #21789 from hoodmane/void-to-int-return-values-f2c

ENH: Change f2c declarations with void return type to int

7fdb7a435afb5bf10e0f7a6a9de3f123ba59ca54 authored over 2 years ago by Charles Harris <[email protected]>
DOC: mention that np.require takes a sequence of requirements

Document that other Python sequences are acceptable as arguments, not
just lists.

f6f1e1de5f012a76585f74d2407fa14476b4abd1 authored over 2 years ago by Karl Otness <[email protected]>
BUG: Fix comparison for empty structured arrays (#21796)

When empty structured arrays with nontrivially shaped fields are
compared, the reshape operatio...

2b00ad293159c0e1b52bacd11bfef01f0ea0b5b1 authored over 2 years ago by Srimukh Sripada <[email protected]>
Merge pull request #21794 from WarrenWeckesser/fix-loadtxt-error-msg

BUG: lib: A loadtxt error message had two values reversed.

fecd51b1028e945f916e8198b67b93d0d1c56aeb authored over 2 years ago by Sebastian Berg <[email protected]>
BUG: lib: A loadtxt error message had two values reversed.

Fix the reversed arguments to the call of PyErr_Format() that generates
the exception for an inv...

a9a364b9782d2a615de858c07640e88d9d141992 authored over 2 years ago by warren <[email protected]>
MAINT: change kind names for in1d

- Switch dictionary->table, mergesort->sort

4ed458f16d9dd64554ccf49e315c5b8fb577d4cd authored over 2 years ago by MilesCranmer <[email protected]>
ENH: add overflow handling for scalar `negative` operation (#21790)

Related Issues/PRs
Follow-up to #21648

Changes
Adds check to scalar negative for determinin...

d592523b5a7482e3486fc1bb694b9c570be30365 authored over 2 years ago by Meekail Zain <[email protected]>
DOC: Fix list format for sphinx

d9d4fd5b0ba38e52e6261ef51e5cd47cdddfdf1e authored over 2 years ago by Miles Cranmer <[email protected]>
DOC: Add missing indent in docstring

0c339d4238d55cc3dd45236f5e7ccff503e007bf authored over 2 years ago by Miles Cranmer <[email protected]>
DOC: Fix formatting issues in docstring

76bb035b4755454150e1ae089a0b2331e40fa723 authored over 2 years ago by MilesCranmer <[email protected]>
TST: validate in1d errors

43b4dafd6fb96535520cccf36d39ed5cb9446177 authored over 2 years ago by MilesCranmer <[email protected]>
MAINT: RuntimeError for unexpected integer overflow

4b62918c03439b1fe5de95f027d64b32c10a1dcb authored over 2 years ago by MilesCranmer <[email protected]>
MAINT: Clean up integer overflow check in in1d

3533b861650cff2de7680f1848cd05826f94d480 authored over 2 years ago by MilesCranmer <[email protected]>
MAINT: Clean up memory checking for in1d

31f739523f97afcec9baa6a872f25e06bd1a4104 authored over 2 years ago by MilesCranmer <[email protected]>
MAINT: Protect against integer overflow in in1d

c5db8e86ebdcb54e33c93386a18b86615789fc50 authored over 2 years ago by MilesCranmer <[email protected]>
MAINT: kind now uses "mergesort" instead of "sort"

8f5764447cdf6f8ab21ba0f863c65a8d7a7728b5 authored over 2 years ago by MilesCranmer <[email protected]>
TST: Use new "kind" argument over "method"

34a3358b86143971dd10a89c03b44eda9916428c authored over 2 years ago by MilesCranmer <[email protected]>
MAINT: Switch parameter name to 'kind' over 'method'

cde60cee195660f2dafb2993e609d66559525fe8 authored over 2 years ago by MilesCranmer <[email protected]>
Apply suggestions from code review

Co-authored-by: Matti Picus <[email protected]>
Co-authored-by: Ivan Gonzalez <scratchmex@gm...

2805164576db9b3c78e98d8c93469e9023ce43ea authored over 2 years ago by prithvitewatia <[email protected]>
add 754 to IEEE 754

Co-authored-by: Ivan Gonzalez <[email protected]>

54cbbfadb4d0602611408206d6c986323b9fa2a1 authored over 2 years ago by Matti Picus <[email protected]>
rephrase 0^b comment

Co-authored-by: Ivan Gonzalez <[email protected]>

4f0d592d0c8865db7c570c489b442c981bc430f4 authored over 2 years ago by Matti Picus <[email protected]>
Fixup release notes a bit

50b3e44c2f3d292d0623a46af89b24f022abc946 authored over 2 years ago by Sebastian Berg <[email protected]>
Added improvement release note

f75ad5e6c33be548b6cb2f71028b8beb596d3446 authored over 2 years ago by Prithvi <[email protected]>
Fixed spacing and check num of warnings in tests

bf432e26b903107507bf26c7415f2a990f4fcef4 authored over 2 years ago by Prithvi <[email protected]>
Fixed 0 sign and added new tests

890ad666f3968a5cac58b8d3ce734a5bfa1b9825 authored over 2 years ago by Prithvi <[email protected]>
Fixed whitespace after comma in test_umath.py

9c91f21e88697a51b03b8b2d6b63b0d0bb2911b7 authored over 2 years ago by Prithvi <[email protected]>
Fixed style and warning capture

7c80b55a8b091a102fe7fb17a29978ee28774ebc authored over 2 years ago by Prithvi <[email protected]>
Fixed Tests with pytest.warns

15870978bf02826c7af56301cf641db2eb965afc authored over 2 years ago by Prithvi <[email protected]>
Fixed 0^non-zero as discussed in issue 18378

37bfc729379437112ca9a331c777efc279df14c8 authored over 2 years ago by Prithvi <[email protected]>
ENH: Change f2c declarations with void return type to int

When using f2c, the generated C functions for all of these actually
return int. WebAssembly is s...

1bc1bee03147e08e7653cc3e3fc9deac88ce431a authored over 2 years ago by Hood Chatham <[email protected]>