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 ndarray version to 0.14 #258

Merged
merged 1 commit into from
Jan 30, 2021
Merged

Conversation

kngwyu
Copy link
Contributor

@kngwyu kngwyu commented Dec 6, 2020

A breaking change happens: stack is now similar to np.stack, and the old stack is renamed by concatenate.
See https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md#api-changes for more.
Also, could you please consider releasing 0.13 with this change?

@codecov
Copy link

codecov bot commented Dec 6, 2020

Codecov Report

Merging #258 (15bc1ad) into master (2f055bb) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
- Coverage   89.11%   89.10%   -0.02%     
==========================================
  Files          71       71              
  Lines        3592     3578      -14     
==========================================
- Hits         3201     3188      -13     
+ Misses        391      390       -1     
Impacted Files Coverage Δ
ndarray-linalg/src/generate.rs 100.00% <100.00%> (ø)
ndarray-linalg/src/lobpcg/eig.rs 75.38% <100.00%> (-0.38%) ⬇️
ndarray-linalg/src/lobpcg/lobpcg.rs 92.94% <100.00%> (ø)
ndarray-linalg/src/opnorm.rs 93.10% <100.00%> (+1.43%) ⬆️
ndarray-linalg/src/convert.rs 95.83% <0.00%> (-0.25%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f055bb...15bc1ad. Read the comment docs.

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.

None yet

2 participants