Author: aherbert Date: Tue May 5 10:51:40 2026 New Revision: 84320 Log: Release Commons Statistics v1.3 (from RC1).
Added: release/commons/statistics/binaries/commons-statistics-1.3-bin.tar.gz (contents, props changed) release/commons/statistics/binaries/commons-statistics-1.3-bin.tar.gz.asc release/commons/statistics/binaries/commons-statistics-1.3-bin.tar.gz.sha512 release/commons/statistics/binaries/commons-statistics-1.3-bin.zip (contents, props changed) release/commons/statistics/binaries/commons-statistics-1.3-bin.zip.asc release/commons/statistics/binaries/commons-statistics-1.3-bin.zip.sha512 release/commons/statistics/source/commons-statistics-1.3-src.tar.gz (contents, props changed) release/commons/statistics/source/commons-statistics-1.3-src.tar.gz.asc release/commons/statistics/source/commons-statistics-1.3-src.tar.gz.sha512 release/commons/statistics/source/commons-statistics-1.3-src.zip (contents, props changed) release/commons/statistics/source/commons-statistics-1.3-src.zip.asc release/commons/statistics/source/commons-statistics-1.3-src.zip.sha512 Deleted: release/commons/statistics/binaries/commons-statistics-1.2-bin.tar.gz release/commons/statistics/binaries/commons-statistics-1.2-bin.tar.gz.asc release/commons/statistics/binaries/commons-statistics-1.2-bin.tar.gz.sha512 release/commons/statistics/binaries/commons-statistics-1.2-bin.zip release/commons/statistics/binaries/commons-statistics-1.2-bin.zip.asc release/commons/statistics/binaries/commons-statistics-1.2-bin.zip.sha512 release/commons/statistics/source/commons-statistics-1.2-src.tar.gz release/commons/statistics/source/commons-statistics-1.2-src.tar.gz.asc release/commons/statistics/source/commons-statistics-1.2-src.tar.gz.sha512 release/commons/statistics/source/commons-statistics-1.2-src.zip release/commons/statistics/source/commons-statistics-1.2-src.zip.asc release/commons/statistics/source/commons-statistics-1.2-src.zip.sha512 Modified: release/commons/statistics/HEADER.html release/commons/statistics/README.html release/commons/statistics/RELEASE-NOTES.txt Modified: release/commons/statistics/HEADER.html ============================================================================== --- release/commons/statistics/HEADER.html Tue May 5 10:40:50 2026 (r84319) +++ release/commons/statistics/HEADER.html Tue May 5 10:51:40 2026 (r84320) @@ -6,7 +6,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, Modified: release/commons/statistics/README.html ============================================================================== --- release/commons/statistics/README.html Tue May 5 10:40:50 2026 (r84319) +++ release/commons/statistics/README.html Tue May 5 10:51:40 2026 (r84320) @@ -6,7 +6,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -14,9 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<h1>Commons-STATISTICS v1.2.</h1> +<h1>Commons-STATISTICS v1.3.</h1> -<p>This is the 1.2 version of commons-statistics. It is available in both binary and source distributions.</p> +<p>This is the 1.3 version of commons-statistics. It is available in both binary and source distributions.</p> <p><font color="red" size="+2">Note:</font> @@ -33,12 +33,12 @@ <p>From the Apache Commons Project<br><a href="https://commons.apache.org/">https://commons.apache.org/</a></p> <h2><a name="mirrors">Download from your - <a href="http://www.apache.org/dyn/closer.cgi/commons/">nearest mirror site!</a></a></h2> + <a href="https://www.apache.org/dyn/closer.cgi/commons/">nearest mirror site!</a></a></h2> <p> Do not download from www.apache.org. Please use a mirror site to help us save apache.org bandwidth. - <a href="http://www.apache.org/dyn/closer.cgi/commons/">Go + <a href="https://www.apache.org/dyn/closer.cgi/commons/">Go here to find your nearest mirror.</a> </p> @@ -48,19 +48,19 @@ there will be an accompanying <samp><em>file</em>.asc</samp> signature file in the same directory as the file (binaries/ or source/). The signing keys can be found in the distribution directory at <<a - HREF="http://downloads.apache.org/commons/KEYS"><samp>http://downloads.apache.org/commons/KEYS</samp></a>>.</p> + href="https://downloads.apache.org/commons/KEYS"><samp>http://downloads.apache.org/commons/KEYS</samp></a>>.</p> <p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p> <pre>Always test available signatures, <i>e.g.</i>, $ pgpk -a KEYS -$ pgpv commons-statistics-1.2-bin.tar.gz.asc +$ pgpv commons-statistics-1.3-bin.tar.gz.asc or, $ pgp -ka KEYS -$ pgp commons-statistics-1.2-bin.tar.gz.asc +$ pgp commons-statistics-1.3-bin.tar.gz.asc or, $ gpg --import KEYS -$ gpg --verify commons-statistics-1.2-bin.tar.gz.asc +$ gpg --verify commons-statistics-1.3-bin.tar.gz.asc </pre> <p> \ No newline at end of file Modified: release/commons/statistics/RELEASE-NOTES.txt ============================================================================== --- release/commons/statistics/RELEASE-NOTES.txt Tue May 5 10:40:50 2026 (r84319) +++ release/commons/statistics/RELEASE-NOTES.txt Tue May 5 10:51:40 2026 (r84320) @@ -1,5 +1,56 @@ Apache Commons Statistics + Version 1.3 + Release Notes + + +INTRODUCTION: + +This document contains the release notes for the 1.3 version of Apache Commons Statistics. + +The Apache Commons Statistics project provides tools for statistics. + +Contains the following modules: + + commons-statistics-descriptive + commons-statistics-distribution + commons-statistics-inference + commons-statistics-interval + commons-statistics-ranking + commons-statistics-bom + +Requires Java 8. + +Changes in this version include: + +New features: +o STATISTICS-94: "Median/Quantile": Support median and quantile for long datatype. + +Fixed Bugs: +o STATISTICS-92: "TruncatedNormalDistribution": Fix the cases where the sampler would: + (1) generate a biased distribution if the truncated bounds are fully-positive + or fully-negative; + (2) infinite loop if the truncated bounds are positive and fully below the + parent distribution positive mean value, or are negative and fully above the + parent distribution negative mean value. Thanks to kevinmilner. + +Changes: +o STATISTICS-93: "TruncatedNormalDistribution": Add methods to expose construction + parameters. + + +Historical list of changes: https://commons.apache.org/proper/commons-statistics/changes-report.html + +For complete information on Apache Commons Statistics, including instructions on how to submit bug +reports, patches, or suggestions for improvement, see the Apache Commons Statistics website: + +https://commons.apache.org/proper/commons-statistics/ + +Download page: https://commons.apache.org/proper/commons-statistics/download_statistics.cgi + +============================================================================= + + Apache Commons Statistics Version 1.2 Release Notes Added: release/commons/statistics/binaries/commons-statistics-1.3-bin.tar.gz ============================================================================== Binary file. No diff available. Added: release/commons/statistics/binaries/commons-statistics-1.3-bin.tar.gz.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/commons/statistics/binaries/commons-statistics-1.3-bin.tar.gz.asc Tue May 5 10:51:40 2026 (r84320) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEvIej/QpUSA8Lrb69IZOf8MoqZWcFAmnvPbgACgkQIZOf8Moq +ZWebPBAAuX3QjAYCEww39smIAwG0B9Es/3lFgwzwQpWJN2+wooFXhJWwGIudS42P +3annSRjnYXCA7/GqqwMjhBNvcbmFGUR7jRUuB1fa4krhLP2T6NECZcKxyqLWil9l +/k+anU2BOHzSKCyW4nwsceu7oxBwpyVFuOy/Ag1WNwvFNlv3qieOKLGk2TfwX/uZ +X1GsmEUph9IpMeUxtGhDAjWvS+XVQhBzb4p/WQWS/qmMXFo5bYv3zeh+xK+y+7bp +KRBxA+Rfu5tHJfOR+JVsxZT6uIi3Yuj3/6kMA06ZdwBnh7SFZESUP5HAOjguoYCy +MCq1nsKCB4bfpkLeJQxrT9HLQvrmY3ZPh3ypNDMvv99s8moOnjzGRk/KlTsbazBR +/gqbiI44SsXosM+5Nhq7MyFTa8j8SIZ3FyMmx184MChMrLKpXhw+yjh7j7I3RHgV +thm2ic5sl8vMR35dh5G+UajlRYcayv1Ip44eHxNacUFUm3WBTIj4wdwJvq6gIlu+ +nDWHQdlnJjirYF69zMB4tq/6T/Q0mSLZ85GzF43EZa6hVn4qKij+Q6VA005I9OoW +43WDB2zuMFMr1btjBddQ8p8dP4/0ePZ/QUuPZ6yz/FEWxXtVh4WhZzPLJUSSI1Y8 +hpoMnO+VRoFumPDUfh1v/a0leKTYA9/ZtwsTOAKXIqq8lQovuG0= +=fEmh +-----END PGP SIGNATURE----- Added: release/commons/statistics/binaries/commons-statistics-1.3-bin.tar.gz.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/commons/statistics/binaries/commons-statistics-1.3-bin.tar.gz.sha512 Tue May 5 10:51:40 2026 (r84320) @@ -0,0 +1 @@ +e49b6d8f20a23995e38f92b2635398adf08683f27b7045590dd3eb717eac6f4a9f02969b2ca52998afc178ad5547ae5fbb5784d4874fd8ffe2a99a86000767ff Added: release/commons/statistics/binaries/commons-statistics-1.3-bin.zip ============================================================================== Binary file. No diff available. Added: release/commons/statistics/binaries/commons-statistics-1.3-bin.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/commons/statistics/binaries/commons-statistics-1.3-bin.zip.asc Tue May 5 10:51:40 2026 (r84320) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEvIej/QpUSA8Lrb69IZOf8MoqZWcFAmnvPbgACgkQIZOf8Moq +ZWc9bA//WzWNtteYPVJktaCF2L4xbkDHcuCGzVxM+fiuBCkSdhtNAmEen8Wqq293 +L5ybVbuLc1V8cfI5nE1iNvXbnlio+1lQhB94EXGwIAfTE+ghOho+3G6Xrn2wAWQH +HWnjQN430wF+FYBAAnZK19xMTxXv6FIJp3kL0bAec/S1zW5sMWxCoO28k8YEB28q +fcNWXZyyzcmr5SEF1hbYRhAxk003VkjiyLox0tpZ1gyv4x6ThOhwADvnAc8f0lWx +oTW5gaiB1553e3baAeDRYLZZTpzFotQiAeHrqy/4PZver0WOwc1b3Zj8gK540xAd +a1PXFKS2AnsvB1eCB3xr9FaxlRlTSuZ6PUDXTtlJTpdO8ElLvCf0DS4bwfJILgBd +rJAJkNQ2dbaed9U310xJNxOjmSZLA4qlrW8i9v/DTKRPh6vvkJMQ0lJCvIgo1pg3 +ZJZZFCeatoG1ORKkS7QYi1ZU99a//TnPKGGt6lJOXyJRzyjECNIacWobs78kBQVk +WAzHd/yTU1sd7I08P5Azj6L1xMqNFbn0olfwtYvrBHFHVQdGEi5hmpBIv2lsl9sd +H30ixDtVD+u8iYsMDK1YCkGVfj/5iXKNM1FV9W/9lmr92iOgB6dOzszccekyHTGf +ttOCxATasOeI2w7Wyao9FoLKMjze5hCObn5FTs8KPp3YJw9vUnI= +=AM+Y +-----END PGP SIGNATURE----- Added: release/commons/statistics/binaries/commons-statistics-1.3-bin.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/commons/statistics/binaries/commons-statistics-1.3-bin.zip.sha512 Tue May 5 10:51:40 2026 (r84320) @@ -0,0 +1 @@ +53e30beae556be7d7d73a9b244519695eaa7e041119953d6c9b34bafc7cd7edbf31ca79c1936539bddf71de3a510bb363249580d7f9477a2fc0d27e48c4e9ed5 Added: release/commons/statistics/source/commons-statistics-1.3-src.tar.gz ============================================================================== Binary file. No diff available. Added: release/commons/statistics/source/commons-statistics-1.3-src.tar.gz.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/commons/statistics/source/commons-statistics-1.3-src.tar.gz.asc Tue May 5 10:51:40 2026 (r84320) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIyBAABCgAdFiEEvIej/QpUSA8Lrb69IZOf8MoqZWcFAmnvPbgACgkQIZOf8Moq +ZWcQ3w/3b8MR7Gb2IDPX/jKkJnPfbse5dka94+so0jFB6A4ZTcdHQBKXX191JViA +IExCcmF+K6nM4Wopd8np6GVvlRwb56+ekBF3+MW9xZsBn6+NSBulYGvDkT70OqCK +dMMVA1kooIp/Nh6+++oqUFpjW14uL6zjM3A/vVxKdxsf9ahFuBiVWIL3eHE2QgDt +YiAZJ7OOTfeHDI2sO2Wa9HTTi2imqkS+B3qiQPLXpB/BE9bsUvEWblEacww05Erq +5iOZV5tLu9lHkAOgEtX4o8sXrEUpk6DLudbaxZtpMiKXLwOo32Ig0onBj5zuAaJA +Y5EiNT+Jw3tkBEBd7Sd8GGCle1twTwFUdUTvknCdf0/V+eNKmmLbKaPpvFYmQ6Fu +Ez+opo8m3MNpAcFtnqmKAdSz+q+/s4nitbAlCLjmgZ/Fs76LyNdHwcV+4DSowxrl +sOiRFiin726HVMLnDO1nWiW7l0sXT8yxebGKrmXy4AsqFMeXV6f0fXNqUb/0td8p +IhhImrPZedqx5js9I2XtYly/GEWKcb/EBnQEVnbvhNhxw8KEE8CMRX3g4tGxCmv1 +QijGFWWEBBwhU9VJRhXxAVjq+cIMgPtrR6H9zf74FrNnzG2u45dUIg1/N830oNTX +QFVrbZ0e58P24HNM0QVDmTMTEx0Aqw0vcOMfIzeyV25Xu2wJlA== +=4LhX +-----END PGP SIGNATURE----- Added: release/commons/statistics/source/commons-statistics-1.3-src.tar.gz.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/commons/statistics/source/commons-statistics-1.3-src.tar.gz.sha512 Tue May 5 10:51:40 2026 (r84320) @@ -0,0 +1 @@ +441f94f072eb43e070843ea254ad7b907a1b8c3ea5213e0210801a989c7376e5fb9d840cbe6260bc13d3b16d2dc80b4d14e3edd1088e16b6fe906c2b216c792a Added: release/commons/statistics/source/commons-statistics-1.3-src.zip ============================================================================== Binary file. No diff available. Added: release/commons/statistics/source/commons-statistics-1.3-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/commons/statistics/source/commons-statistics-1.3-src.zip.asc Tue May 5 10:51:40 2026 (r84320) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEvIej/QpUSA8Lrb69IZOf8MoqZWcFAmnvPbgACgkQIZOf8Moq +ZWdPqQ//XBLsqhpGDk593Jgm+7x0sgkSw6249s0hCTsAAf5OW5//5AJfbQgj6eWs +YwRt75AvwOjAEYO8IPb8um/XnIOdn4owp/iUGVQWd+NVf9ikHlDWTHeQk4DHDBjL +vioZ1ci92TU1b683+UgK1MqY+6xhFu3jSZngE3fpb11t73wcFaVQZGjI3r3ShHwT +ooEuXaNTMT3OuWrlwrWuK0XvEJW+lU88IHMkFLEOyjLauVZNZvbqDsZXnrki59zy +28bDUvdznp7BG59Y8yjznlR+9ujtPHU3Xhd4vozoUCr+iu6rslXymqVHCmvJ70gD +/BjrgwMRBQYDm6dCAbuivOHxIqvCfQiE7SsnZmLkQ18iE8Uf0d8z2ShTuvhKUR0q +vF8NaRZ3cBn0WGpqhdWp34V8cC/Ughkr7N16l787hLiC5xRebISWGTZ3symZTpLt +12LNchZt5prIW9pmmK+M2zmiUET1ameTfOnWvbdiKjs2eiZvCAIu1WrIEhmPNxzZ +RC53rGghNwhOhblMQLJgBIYn+1pMNe6ypWq2b+TjBguIvQwu04WdXH/EYAY/Hk7J +mC442c6LW1tcDKiUglSGLgMYg1uVN2Ayj/2f6E/ozXV2l+TzOZv7BbfLlny27JD9 +YPukz0wBpcr0zr3cD9SRS82ihHXsTdJAG2mx3EEq9KFbqAJlyMo= +=UzE3 +-----END PGP SIGNATURE----- Added: release/commons/statistics/source/commons-statistics-1.3-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/commons/statistics/source/commons-statistics-1.3-src.zip.sha512 Tue May 5 10:51:40 2026 (r84320) @@ -0,0 +1 @@ +b7259bbc4f576050b05a1e9e327a5a862a9eeb1c51ae9f6a92116f95828a2da642807517af1ad893e25203284ac2f205ecfe42c66f2c64aaff72cebc4ad36ccb
