Skip to content

Commit 506bd55

Browse files
committed
Move breaking changes to more prominent place
1 parent 7196b90 commit 506bd55

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,22 @@ ndarray-stats = "0.4"
3434
## Releases
3535

3636
* **0.4.0**
37+
* Breaking changes
38+
* Minimum supported Rust version: `1.42.0`
3739
* New functionality:
3840
* Summary statistics:
3941
* Weighted variance
4042
* Weighted standard deviation
4143
* Improvements / breaking changes:
4244
* Documentation improvements for Histograms
4345
* Updated to `ndarray:v0.14.0`
44-
* Minimum supported Rust version: `1.42.0`
4546

4647
*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)
4748

4849
* **0.3.0**
4950

51+
* Breaking changes
52+
* Minimum supported Rust version: `1.37`
5053
* New functionality:
5154
* Deviation functions:
5255
* Counts equal/unequal
@@ -58,12 +61,15 @@ ndarray-stats = "0.4"
5861
* Weighted mean
5962
* Improvements / breaking changes:
6063
* Updated to `ndarray:v0.13.0`
61-
* Minimum supported Rust version: `1.37`
6264

6365
*Contributors*: [@munckymagik](https://github.com/munckymagik), [@nilgoyette](https://github.com/nilgoyette), [@jturner314](https://github.com/jturner314), [@LukeMathWalker](https://github.com/LukeMathWalker)
6466

6567
* **0.2.0**
6668

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`
6773
* New functionality:
6874
* Summary statistics:
6975
* Harmonic mean
@@ -81,10 +87,6 @@ ndarray-stats = "0.4"
8187
* Optimized bulk quantile computation (`quantiles_mut`, `quantiles_axis_mut`)
8288
* Fixes:
8389
* 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])
8890

8991
*Contributors*: [@jturner314](https://github.com/jturner314), [@LukeMathWalker](https://github.com/LukeMathWalker), [@phungleson](https://github.com/phungleson), [@munckymagik](https://github.com/munckymagik)
9092

0 commit comments

Comments
 (0)