Skip to content

Conversation

mdhaber
Copy link
Contributor

@mdhaber mdhaber commented Dec 27, 2024

Reference issue

Toward gh-21466

What does this implement/fix?

Adds batch support to linalg.cossin.

Additional information

Pretty straightford with the trick for dealing with functions that accept tuples of arrays (see also gh-22192): split into:

  • decorated private function that accepts only separate arrays and
  • public function that accepts tuples, isolates arrays, and calls the private function.

Copy link
Member

@j-bowhay j-bowhay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@j-bowhay j-bowhay merged commit 9220a7a into scipy:main Dec 27, 2024
38 checks passed
@j-bowhay j-bowhay added this to the 1.16.0 milestone Dec 27, 2024
@lucascolley lucascolley added the needs-release-note a maintainer should add a release note written by a reviewer/author to the wiki label Jan 31, 2025
@mdhaber mdhaber removed the needs-release-note a maintainer should add a release note written by a reviewer/author to the wiki label May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or improvement scipy.linalg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants