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

Bump version to 0.3 #37

Merged
merged 4 commits into from
Aug 22, 2018
Merged

Bump version to 0.3 #37

merged 4 commits into from
Aug 22, 2018

Conversation

kngwyu
Copy link
Member

@kngwyu kngwyu commented Jul 19, 2018

TODO

  • add crate level document
  • add doc comment to all APIs
  • add doc example to important APIs

@kngwyu
Copy link
Member Author

kngwyu commented Aug 22, 2018

I think it's ready now.
@termoshtt
Could you please take a quick look at README and crate level doc?

src/lib.rs Outdated
//! It uses [pyo3](https://github.com/PyO3/pyo3) for rust bindings to cpython, and uses
//! [ndarray](https://github.com/bluss/ndarray) for rust side matrix library.
//!
//! For numpy dependency, it calls `import numpy.core` internally so you just need numpy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For numpy dependency, it calls import numpy.core internally. So you just need numpy

src/lib.rs Outdated
@@ -1,3 +1,35 @@
//! `rust-numpy` provides Rust interfaces for [numpy](http://www.numpy.org/) APIs,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"numpy API" means Python API usually. This should be "NumPy C API".
https://docs.scipy.org/doc/numpy/reference/c-api.html

README.md Outdated
- [Latest release(can be broken)](https://docs.rs/numpy)
- [Current Master](https://rust-numpy.github.io/rust-numpy)


Dependencies
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requrement?

README.md Outdated
Dependencies
-------------
- nightly version of rust compiler (see [pyo3](https://github.com/PyO3/pyo3))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nightly toolchain

and link for PyO3/pyo3#5 may be useful

README.md Outdated
- [rust-cpython](https://github.com/dgrunwald/rust-cpython)
**Note**
From 0.3, we migrated from rust-cpython to pyo3.
If you want rust-cpython, use version 0.2.1 from crates.io.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to use rust-cpython

@kngwyu
Copy link
Member Author

kngwyu commented Aug 22, 2018

Thanks for review ❤️

@kngwyu kngwyu merged commit 6b6c70c into master Aug 22, 2018
@kngwyu kngwyu deleted the version-up branch August 22, 2018 09:24
@kngwyu
Copy link
Member Author

kngwyu commented Aug 22, 2018

Released 0.3.0

@kngwyu kngwyu mentioned this pull request Aug 22, 2018
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