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

Remove pyitlib dependency in order to master (and possibly accelerate) entropy computations #33

Open
smarie opened this issue Sep 22, 2022 · 1 comment

Comments

@smarie
Copy link
Contributor

smarie commented Sep 22, 2022

Currently we use the following functions in pyitlib:

It would be great to include functions directly in our code so as to not rely on an external dependency "just for 2 functions". Also another interesting thing is that we could compile it, for example as shown here: https://gist.github.com/kudkudak/dabbed1af234c8e3868e

This migh tbe related to #29

@smarie
Copy link
Contributor Author

smarie commented Sep 22, 2022

Also another reason for embedding these, would be to better control how nans are handled.
See #34

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

No branches or pull requests

1 participant