|
1 | 1 | # Changes by Version
|
2 | 2 |
|
3 |
| -## [v0.6.7-SNAPSHOT](https://github.com/libj/math/compare/0c41e394a3b238a3a329ebd80753c0fe58ebae02..HEAD) |
| 3 | +## [v0.7.0-SNAPSHOT](https://github.com/libj/util/compare/417b60d734d427ddf74dafeed3f2c662efbd61ce..HEAD) |
| 4 | + |
| 5 | +## [v0.6.7](https://github.com/libj/math/compare/0c41e394a3b238a3a329ebd80753c0fe58ebae02..417b60d734d427ddf74dafeed3f2c662efbd61ce) (2023-09-20) |
| 6 | +* #35 Implement Groups.permute(...) |
| 7 | +* #34 Implement SafeMath.gcd(...) |
| 8 | +* #33 Refactor SplineInterpolator with generic adapters |
| 9 | +* #32 Support M1 arm processor (aarch64) |
| 10 | +* #30 Implement SlidingWindowAverage |
| 11 | +* #29 Implement SafeMath.factorial(...) |
| 12 | +* #28 Support SafeMath.min(...) and SafeMath.max(...) for boxed Number(s) |
| 13 | +* #27 Support SafeMath.toRadians() and SafeMath.toDegrees() |
| 14 | +* #26 Transition to GitHub Actions |
| 15 | +* #25 Move BigDecimals and BitIntegers to lang module |
| 16 | +* #24 Add DecimalMath |
| 17 | +* #23 Add BitIntMath |
| 18 | +* #22 Add BigDecimals.setScale |
| 19 | +* #21 Support RoundingMode in SafeMath.round(...) methods |
| 20 | +* #18 Implement min(...) and max(...) in SafeMath |
| 21 | +* #17 Add Constants.SQRT_2 |
| 22 | +* #16 Improve tests for MovingNormal |
| 23 | +* #15 Improve tests for MovingAverage |
| 24 | +* #14 Improve tests for BigDecimals |
| 25 | +* #13 Improve tests for BigIntegers |
| 26 | +* #11 Implement tests for all functions in SafeMath |
| 27 | +* #6 Implement FastMath.e10([0,18]) |
| 28 | +* #5 Type-safe overloads for SafeMath.log2(...) and SafeMath.log10(...) |
| 29 | +* #3 Implement FastMath |
| 30 | +* #2 Fix incorrect implementations of SafeMath.abs(...) |
| 31 | +* #1 Implement intern(...) for BigIntegers and BigDecimals |
4 | 32 |
|
5 | 33 | ## [v0.6.6](https://github.com/libj/math/compare/e4c6262e88a009172d8d700e39871be1575ccc5e..0c41e394a3b238a3a329ebd80753c0fe58ebae02) (2020-05-23)
|
6 | 34 | * Upgrade `ch.obermuhlner:big-math` from `v2.1.0` to `v2.3.0`.
|
|
11 | 39 | * Upgrade `org.libj:test:0.6.9` to `0.7.0`.
|
12 | 40 | * Implement methods in `FastMath`: `digit()`, `isDigit()`, `parseInt()`, and `parseLong()`.
|
13 | 41 |
|
14 |
| -## v0.6.4 (2019-05-13) |
| 42 | +## [v0.6.4](https://github.com/entinae/pom/compare/e33361b9724d068fc9fc93458de44bc1001a2f8f..e4c6262e88a009172d8d700e39871be1575ccc5e) (2019-05-13) |
15 | 43 | * Initial public release.
|
0 commit comments