helmholtz-analytics / heat

Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
https://heat.readthedocs.io/
MIT License
211 stars 54 forks source link

Implement isin() (and in1d()) #450

Open ClaudiaComito opened 4 years ago

ClaudiaComito commented 4 years ago

Related

340

Feature functionality https://docs.scipy.org/doc/numpy/reference/generated/numpy.in1d.html

https://docs.scipy.org/doc/numpy/reference/generated/numpy.isin.html

github-actions[bot] commented 1 year ago

Branch features/450-Implement_in1d_or_better_isin created!

mrfh92 commented 1 year ago

This is about an interesting functionality that is still missing.

Therefore, reviewed and kept within #1109

mrfh92 commented 1 year ago

Could serve as a first issue for someone who already wants to start with a not so straightforward example.