Skip to content

Commit

Permalink
docs: add RPCholesky test and fix to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gw265981 committed Oct 30, 2024
1 parent 2ab5410 commit fbaf937
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ within the `**` magic method of `coreax.kernel.ScalarValuedKernel`
- Added `progress_bar` attribute to `coreax.score_matching.SlicedScoreMatching` to enable or
disable tqdm progress bar terminal output. Defaults to disabled (`False`).
- Added analytical tests for kernel herding, and associated documentation in `tests.unit.test_solvers`.
- Added an analytical test for RPCholesky, and associated documentation in `tests.
unit.test_solvers`.


### Fixed
- `MapReduce` in `coreax.solvers.composite.py` now keeps track of the indices.
- `RPCholesky.reduce` in `coreax.solvers.coresubset` now computes the iteration step
correctly.


### Changed
Expand Down

0 comments on commit fbaf937

Please sign in to comment.