Update ndarray dependency to 0.17 and update API accordingly#95
Update ndarray dependency to 0.17 and update API accordingly#95jturner314 merged 3 commits intomasterfrom
Conversation
| use std::io::{Read, Seek, SeekFrom, Write}; | ||
| use std::mem; | ||
|
|
||
| #[track_caller] |
There was a problem hiding this comment.
That way, if the assertion fails, the error message is more useful since the line number in the error message points to the specific line in the test that failed, not the internals of the assert_written_is_correct function. (Regardless, you can see the full backtrace with RUST_BACKTRACE=1 cargo test; it's just more convenient if the output of cargo test without RUST_BACKTRACE is also informative.)
ff40b1b to
51cbed9
Compare
|
Thanks a lot! can you issue release 0.10 for this? :-) |
|
I will. I'd just like to make a few more changes before the next release. I should have time to finish it up next weekend. |
|
A few things came up this weekend, so I didn't have as much time as I anticipated. My new plan is to finish up the new release next weekend. |
|
I just released version 0.10.0 of |
Fixes #84.