- Apache Commons RNG 1.6 RELEASE NOTES * Changes in this version include: + New features: ~ RNG-186: Correct the module OSGi exports. Use of multiple modules is validated in an OSGi integration test. ~ RNG-184: New "ArraySampler" to support shuffling primitive and generic arrays with sub-range support. + Changes: ~ RNG-183: "InverseTransformParetoSampler": Modified to concentrate samples at the distribution lower/upper bounds for extreme shape parameters. Eliminates generation of outlier infinite samples and NaN samples under certain conditions. Changes sampling to use the RNG nextLong() method in-place of nextDouble(). - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp OBS-URL: https://build.opensuse.org/request/show/1198831 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-rng?expand=0&rev=3
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 4 21:11:39 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Apache Commons RNG 1.6 RELEASE NOTES
|
|
* Changes in this version include:
|
|
+ New features:
|
|
~ RNG-186: Correct the module OSGi exports. Use of multiple
|
|
modules is validated in an OSGi integration test.
|
|
~ RNG-184: New "ArraySampler" to support shuffling primitive
|
|
and generic arrays with sub-range support.
|
|
+ Changes:
|
|
~ RNG-183: "InverseTransformParetoSampler": Modified to
|
|
concentrate samples at the distribution lower/upper bounds
|
|
for extreme shape parameters. Eliminates generation of
|
|
outlier infinite samples and NaN samples under certain
|
|
conditions. Changes sampling to use the RNG nextLong()
|
|
method in-place of nextDouble().
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 11 03:55:17 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Initial packaging with v1.5
|