@@ -34,19 +34,22 @@ ndarray-stats = "0.4"
34
34
## Releases
35
35
36
36
* ** 0.4.0**
37
+ * Breaking changes
38
+ * Minimum supported Rust version: ` 1.42.0 `
37
39
* New functionality:
38
40
* Summary statistics:
39
41
* Weighted variance
40
42
* Weighted standard deviation
41
43
* Improvements / breaking changes:
42
44
* Documentation improvements for Histograms
43
45
* Updated to ` ndarray:v0.14.0 `
44
- * Minimum supported Rust version: ` 1.42.0 `
45
46
46
47
* Contributors* : [ @munckymagik ] ( https://github.com/munckymagik ) , [ @nilgoyette ] ( https://github.com/nilgoyette ) , [ @LukeMathWalker ] ( https://github.com/LukeMathWalker ) , [ @lebensterben ] ( https://github.com/lebensterben ) , [ @xd009642 ] ( https://github.com/xd009642 )
47
48
48
49
* ** 0.3.0**
49
50
51
+ * Breaking changes
52
+ * Minimum supported Rust version: ` 1.37 `
50
53
* New functionality:
51
54
* Deviation functions:
52
55
* Counts equal/unequal
@@ -58,12 +61,15 @@ ndarray-stats = "0.4"
58
61
* Weighted mean
59
62
* Improvements / breaking changes:
60
63
* Updated to ` ndarray:v0.13.0 `
61
- * Minimum supported Rust version: ` 1.37 `
62
64
63
65
* Contributors* : [ @munckymagik ] ( https://github.com/munckymagik ) , [ @nilgoyette ] ( https://github.com/nilgoyette ) , [ @jturner314 ] ( https://github.com/jturner314 ) , [ @LukeMathWalker ] ( https://github.com/LukeMathWalker )
64
66
65
67
* ** 0.2.0**
66
68
69
+ * Breaking changes
70
+ * All ` ndarray-stats ` ' extension traits are now impossible to implement by
71
+ users of the library (see [ #34 ] )
72
+ * Redesigned error handling across the whole crate, standardising on ` Result `
67
73
* New functionality:
68
74
* Summary statistics:
69
75
* Harmonic mean
@@ -81,10 +87,6 @@ ndarray-stats = "0.4"
81
87
* Optimized bulk quantile computation (` quantiles_mut ` , ` quantiles_axis_mut ` )
82
88
* Fixes:
83
89
* Reduced occurrences of overflow for ` interpolate::midpoint `
84
- * Improvements / breaking changes:
85
- * Redesigned error handling across the whole crate, standardising on ` Result `
86
- * All ` ndarray-stats ` ' extension traits are now impossible to implement by
87
- users of the library (see [ #34 ] )
88
90
89
91
* Contributors* : [ @jturner314 ] ( https://github.com/jturner314 ) , [ @LukeMathWalker ] ( https://github.com/LukeMathWalker ) , [ @phungleson ] ( https://github.com/phungleson ) , [ @munckymagik ] ( https://github.com/munckymagik )
90
92
0 commit comments