File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ - v0.12.0
4+ - Introduce ` NpySingleIter ` and ` NpyMultiIter ` .
5+ - Introduce ` PyArrayDescr ` .
6+
27- v0.11.0
38 - ` PyArray::get ` is now unsafe.
49 - Introduce ` PyArray::get_owned ` and ` PyReadonlyArray::get ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " numpy"
3- version = " 0.11 .0"
3+ version = " 0.12 .0"
44authors = [" Toshiki Teramura <toshiki.teramura@gmail.com>" , " Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>" ]
55description = " Rust binding of NumPy C-API"
66documentation = " https://pyo3.github.io/rust-numpy/numpy"
Original file line number Diff line number Diff line change 11rust-numpy
22===========
33[ ![ Build Status] ( https://travis-ci.org/pyo3/rust-numpy.svg?branch=master )] ( https://travis-ci.org/pyo3/rust-numpy )
4- [ ![ Build status ] ( https://ci.appveyor. com/api/projects/status/bjaru43c7t1alx2x/branch/master? svg=true )] ( https://ci.appveyor. com/project/kngwyu/ rust-numpy/branch/master )
4+ [ ![ Actions Status ] ( https://github. com/pyo3/rust-numpy/workflows/Test/badge. svg )] ( https://github. com/pyo3/ rust-numpy/actions )
55[ ![ Crate] ( http://meritbadge.herokuapp.com/numpy )] ( https://crates.io/crates/numpy )
66[ ![ minimum rustc 1.39] ( https://img.shields.io/badge/rustc-1.39+-blue.svg )] ( https://rust-lang.github.io/rfcs/2495-min-rust-version.html )
77
@@ -57,8 +57,8 @@ using [setuptools-rust](https://github.com/PyO3/setuptools-rust).
5757name = " numpy-test"
5858
5959[dependencies ]
60- pyo3 = " 0.11.1 "
61- numpy = " 0.11 .0"
60+ pyo3 = " 0.12 "
61+ numpy = " 0.12 .0"
6262```
6363
6464``` rust
@@ -92,11 +92,11 @@ name = "rust_ext"
9292crate-type = [" cdylib" ]
9393
9494[dependencies ]
95- numpy = " 0.11 .0"
95+ numpy = " 0.12 .0"
9696ndarray = " 0.13"
9797
9898[dependencies .pyo3 ]
99- version = " 0.11.1 "
99+ version = " 0.12 "
100100features = [" extension-module" ]
101101```
102102
You can’t perform that action at this time.
0 commit comments