@@ -9,8 +9,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ -
13+
14+ ### Fixed
15+
16+ -
17+
18+ ### Changed
19+
20+ -
21+
22+ ### Removed
23+
24+ -
25+
26+ ### Deprecated
27+
28+ -
29+
30+
31+ ## [ 0.3.1]
32+
33+ ### Added
34+
1235- Added an analytical test for RPCholesky, and associated documentation in
13- ` tests. unit.test_solvers ` . (https://github.com/gchq/coreax/pull/822 )
36+ ` tests.unit.test_solvers ` . (https://github.com/gchq/coreax/pull/822 )
1437- Added a unit test for RPCholesky to check whether the coreset has duplicates.
1538 (https://github.com/gchq/coreax/pull/836 )
1639
@@ -21,24 +44,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2144- ` RPCholesky.reduce ` in ` coreax.solvers.coresubset ` now does not produce duplicate
2245 points in the coreset.(https://github.com/gchq/coreax/pull/836 )
2346- Fixed the example ` examples.david_map_reduce_weighted ` to prevent errors when
24- downsampling is enabled, and to make it run faster.(https://github.com/gchq/coreax/pull/821 )
47+ downsampling is enabled, and to make it run faster.
48+ (https://github.com/gchq/coreax/pull/821 )
2549- Build includes sub-packages. (https://github.com/gchq/coreax/pull/845 )
2650
27-
2851### Changed
2952
3053- Test dependency from ` opencv-python ` to ` opencv-python-headless ` .
3154 (https://github.com/gchq/coreax/pull/848 )
3255- Updated installation instructions in README. (https://github.com/gchq/coreax/pull/848 )
3356
34- ### Removed
35-
36- -
37-
38- ### Deprecated
39-
40- -
41-
4257
4358## [ 0.3.0] - [ YANKED]
4459
@@ -268,7 +283,8 @@ from `coreax.inverses.RegularisedInverseApproximator`,
268283[ // ] : # ( ### Deprecated )
269284[ // ] : # ( This is where existing but deprecated elements should be noted. )
270285
271- [ Unreleased ] : https://github.com/gchq/coreax/compare/v0.3.0...HEAD
286+ [ Unreleased ] : https://github.com/gchq/coreax/compare/v0.3.1...HEAD
287+ [ 0.3.1 ] : https://github.com/gchq/coreax/compare/v0.3.0...v0.3.1
272288[ 0.3.0 ] : https://github.com/gchq/coreax/compare/v0.2.1...v0.3.0
273289[ 0.2.1 ] : https://github.com/gchq/coreax/compare/v0.2.0...v0.2.1
274290[ 0.2.0 ] : https://github.com/gchq/coreax/compare/v0.1.0...v0.2.0
0 commit comments