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

Use torch.searchsorted #9

Merged
merged 3 commits into from
Aug 27, 2020
Merged

Use torch.searchsorted #9

merged 3 commits into from
Aug 27, 2020

Conversation

xeTaiz
Copy link
Contributor

@xeTaiz xeTaiz commented Aug 5, 2020

Since torch.searchsorted is now in the stable 1.6 release, here is a PR changing the implementation to the official one.
Furthermore I added the dependency on PyTorch 1.6 and added a line in the README.

I was wondering if keeping the old solution, using @aliutkus torchsearchsorted, might be a good idea for people that can't upgrade to PyTorch 1.6 yet. Since there's no PyPi release anyways, I would suggest tagging both the last release and this one and maybe provide pip install commands for both in the README? Let me know if you think this is sensible, I can gladly add this.

@xeTaiz xeTaiz mentioned this pull request Aug 5, 2020
@aliutkus aliutkus merged commit 8fc1563 into aliutkus:master Aug 27, 2020
@aliutkus
Copy link
Owner

at last I'm merging this !

thanks a lot

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.

2 participants