File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -4,27 +4,36 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] - 2021-02-13
7
+ ## [ Unreleased] - 2021-02-15
8
8
9
9
### Added
10
10
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
+
11
24
### Changed
12
25
* Minor optimizations to ReversalDistance and ReinsertionDistance.
13
26
* Refactored the RandomVariates.nextCauchy methods to remove redundancy.
14
27
* Refactored org.cicirello.math.rand.BTPE to remove redundancy.
15
28
* Refactored various methods of RandomIndexer to remove redundancy.
16
29
* Minor optimizations to RandomIndexer.sample methods.
17
30
18
- ### Deprecated
19
-
20
- ### Removed
21
-
22
31
### Fixed
23
32
* Fixed large magnitude negative input case in MathFunctions.logGamma.
24
33
* Fixed but in JacobiDiagonalization in case when default epsilon is not used.
25
34
26
35
### CI/CD
27
- * Test cases added to improve test coverage.
36
+ * Added test cases added to improve test coverage to 100% .
28
37
29
38
30
39
## [ 2.3.0] - 2021-01-30
You can’t perform that action at this time.
0 commit comments