Skip to content

Commit 71e1b71

Browse files
committed
Update CHANGELOG.md
1 parent b52b7b5 commit 71e1b71

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,36 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - 2021-02-13
7+
## [Unreleased] - 2021-02-15
88

99
### Added
1010

11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
### CI/CD
20+
21+
22+
## [2.4.0] - 2021-02-15
23+
1124
### Changed
1225
* Minor optimizations to ReversalDistance and ReinsertionDistance.
1326
* Refactored the RandomVariates.nextCauchy methods to remove redundancy.
1427
* Refactored org.cicirello.math.rand.BTPE to remove redundancy.
1528
* Refactored various methods of RandomIndexer to remove redundancy.
1629
* Minor optimizations to RandomIndexer.sample methods.
1730

18-
### Deprecated
19-
20-
### Removed
21-
2231
### Fixed
2332
* Fixed large magnitude negative input case in MathFunctions.logGamma.
2433
* Fixed but in JacobiDiagonalization in case when default epsilon is not used.
2534

2635
### CI/CD
27-
* Test cases added to improve test coverage.
36+
* Added test cases added to improve test coverage to 100%.
2837

2938

3039
## [2.3.0] - 2021-01-30

0 commit comments

Comments
 (0)