Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid np.where #171

Merged
merged 11 commits into from
Apr 1, 2022
Merged

Avoid np.where #171

merged 11 commits into from
Apr 1, 2022

Conversation

espenhgn
Copy link
Contributor

@espenhgn espenhgn commented Apr 1, 2022

Closes #169. Unsupports Python 3.6 (some missed references to 3.6 in #166)

@espenhgn espenhgn added the enhancement New feature or request label Apr 1, 2022
@espenhgn espenhgn added this to the Release 0.5 milestone Apr 1, 2022
@espenhgn espenhgn marked this pull request as draft April 1, 2022 07:23
@espenhgn espenhgn marked this pull request as ready for review April 1, 2022 09:15
@espenhgn espenhgn merged commit ed14535 into master Apr 1, 2022
@espenhgn espenhgn deleted the fix-169 branch April 1, 2022 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace indexing using np.where by fancy indexing
1 participant