File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ndarray-stats"
3
- version = " 0.5.0 "
3
+ version = " 0.5.1 "
4
4
authors = [" Jim Turner <ndarray-stats@turner.link>" , " LukeMathWalker <rust@lpalmieri.com>" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change @@ -27,11 +27,21 @@ Please feel free to contribute new functionality! A roadmap can be found [here](
27
27
``` toml
28
28
[dependencies ]
29
29
ndarray = " 0.15"
30
- ndarray-stats = " 0.5"
30
+ ndarray-stats = " 0.5.1 "
31
31
```
32
32
33
33
## Releases
34
34
35
+ * ** 0.5.1**
36
+ * Fixed bug in implementation of ` MaybeNaN::remove_nan_mut ` for ` f32 ` and
37
+ ` f64 ` for views with non-standard layouts. Before this fix, the bug could
38
+ cause incorrect results, buffer overflows, etc., in this method and others
39
+ which use it. Thanks to [ @JacekCzupyt ] ( https://github.com/JacekCzupyt ) for
40
+ reporting the issue (#89 ).
41
+ * Minor docs improvements.
42
+
43
+ * Contributors* : [ @jturner314 ] ( https://github.com/jturner314 ) , [ @BenMoon ] ( https://github.com/BenMoon )
44
+
35
45
* ** 0.5.0**
36
46
* Breaking changes
37
47
* Minimum supported Rust version: ` 1.49.0 `
@@ -108,7 +118,7 @@ Please feel free to create issues and submit PRs.
108
118
109
119
## License
110
120
111
- Copyright 2018 ` ndarray-stats ` developers
121
+ Copyright 2018–2022 ` ndarray-stats ` developers
112
122
113
123
Licensed under the [ Apache License, Version 2.0] ( LICENSE-APACHE ) , or the [ MIT
114
124
license] ( LICENSE-MIT ) , at your option. You may not use this project except in
You can’t perform that action at this time.
0 commit comments