Skip to content

Commit

Permalink
chore: tidy changelog for 0.3.1
Browse files Browse the repository at this point in the history
refs: #844
  • Loading branch information
tp832944 committed Nov 7, 2024
1 parent 3080f78 commit c3b8126
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 13 deletions.
40 changes: 28 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

-

### Fixed

-

### Changed

-

### Removed

-

### Deprecated

-


## [0.3.1]

### Added

- Added an analytical test for RPCholesky, and associated documentation in
`tests. unit.test_solvers`. (https://github.com/gchq/coreax/pull/822)
`tests.unit.test_solvers`. (https://github.com/gchq/coreax/pull/822)
- Added a unit test for RPCholesky to check whether the coreset has duplicates.
(https://github.com/gchq/coreax/pull/836)

Expand All @@ -21,24 +44,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `RPCholesky.reduce` in `coreax.solvers.coresubset` now does not produce duplicate
points in the coreset.(https://github.com/gchq/coreax/pull/836)
- Fixed the example `examples.david_map_reduce_weighted` to prevent errors when
downsampling is enabled, and to make it run faster.(https://github.com/gchq/coreax/pull/821)
downsampling is enabled, and to make it run faster.
(https://github.com/gchq/coreax/pull/821)
- Build includes sub-packages. (https://github.com/gchq/coreax/pull/845)


### Changed

- Test dependency from `opencv-python` to `opencv-python-headless`.
(https://github.com/gchq/coreax/pull/848)
- Updated installation instructions in README. (https://github.com/gchq/coreax/pull/848)

### Removed

-

### Deprecated

-


## [0.3.0] - [YANKED]

Expand Down Expand Up @@ -268,7 +283,8 @@ from `coreax.inverses.RegularisedInverseApproximator`,
[//]: # (### Deprecated)
[//]: # (This is where existing but deprecated elements should be noted.)

[Unreleased]: https://github.com/gchq/coreax/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/gchq/coreax/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/gchq/coreax/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/gchq/coreax/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/gchq/coreax/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/gchq/coreax/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion coreax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""

__version__ = "0.3.0"
__version__ = "0.3.1"

# pylint: disable=unused-import
from coreax.approximation import (
Expand Down

0 comments on commit c3b8126

Please sign in to comment.