Skip to content

meshgrid (#740)#746

Merged
v923z merged 2 commits into
v923z:masterfrom
iyassou:feature-meshgrid
Feb 14, 2026
Merged

meshgrid (#740)#746
v923z merged 2 commits into
v923z:masterfrom
iyassou:feature-meshgrid

Conversation

@iyassou
Copy link
Copy Markdown
Contributor

@iyassou iyassou commented Feb 7, 2026

Hello 👋

Long time lurker first time contributor, love this repo ❤️

I've added an implementation of np.meshgrid which closes #740. It's meant to be equivalent to NumPy's version with copy=True and sparse=False (default kwargs).

I've added simple test cases and updated the relevant docs.

• Default implementation equivalent to NumPy's with `copy=True` and `sparse=False`
• Add 2D, 3D, 4D test cases
• Update docs
@v923z
Copy link
Copy Markdown
Owner

v923z commented Feb 10, 2026

I've added an implementation of np.meshgrid which closes #740. It's meant to be equivalent to NumPy's version with copy=True and sparse=False (default kwargs).

This looks good, many thanks for investing the time in implementing meshgrid. I'd like to ask you to change the version string to 6.12 here:

#define ULAB_VERSION 6.11.0

Otherwise, this PR is good to go.

@v923z v923z merged commit 2a94125 into v923z:master Feb 14, 2026
5 of 16 checks passed
@v923z
Copy link
Copy Markdown
Owner

v923z commented Feb 14, 2026

@iyassou Thanks again for your efforts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] meshgrid

2 participants