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

crates.io ? #2

Closed
mitchmindtree opened this issue Jun 19, 2015 · 5 comments
Closed

crates.io ? #2

mitchmindtree opened this issue Jun 19, 2015 · 5 comments

Comments

@mitchmindtree
Copy link

Once again, you happen to have just what I need 😄

Any chance this will find its way onto crates.io any time soon?

@mitchmindtree
Copy link
Author

Ohhh, just noticed it's not yet stable.

@bluss
Copy link
Member

bluss commented Jun 20, 2015

I'm not at home yet, so not much will be done right now, but I'll tell you about the status

  • Regard this as a prototype
  • Want to find a better performing way for multidimensional iterators
  • Currently Arrays are Copy-on-write only, want to offer owned arrays and array views too. Possibly lightweight views (i.e. a slice kind of type).
  • I'll put this on crates.io on request, but it will be "unstable/experimental" even if we find a subset that compiles on the stable channel.
  • It helps if you tell about your requirements
    • Linear algebra or generic multidim container?
    • Sharing or owned + views?
    • Other

@bluss
Copy link
Member

bluss commented Sep 20, 2015

It builds on beta, so it can be stable in Rust 1.4.

@mitchmindtree
Copy link
Author

👍

@bluss
Copy link
Member

bluss commented Dec 14, 2015

on crates.io as rendarray ndarray

@bluss bluss closed this as completed Dec 14, 2015
LukeMathWalker pushed a commit that referenced this issue Apr 26, 2019
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