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

Complex numbers #20

Open
jkelleyrtp opened this issue May 9, 2021 · 1 comment
Open

Complex numbers #20

jkelleyrtp opened this issue May 9, 2021 · 1 comment

Comments

@jkelleyrtp
Copy link

It would be nice to have complex numbers much the same way the numpy crate supports them through num-complex.

@ExpHP
Copy link

ExpHP commented May 10, 2021

If you're desperate, I added complex support to a fork here: https://github.com/ExpHP/nippy. (to enable it add features = ["complex"], and it uses types from num-complex). I was planning to eventually make a PR for it here at some point after my other PRs got merged.

Movement on this repo has been glacial. I'm beginning to wonder if I should pick that fork back up and release it on crates.io (though it has been a while and I've long lost all of the momentum I had on it...).


Edit: My fork has finally been published at https://crates.io/crates/npyz. In addition to complex support, it includes support for io::Read/io::Write and n-dimensional arrays.

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

2 participants