Author: aherbert Date: Tue Aug 20 09:18:28 2024 New Revision: 71009 Log: Release Commons Statistics v1.1 (from RC1).
Added: release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz (with props) release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz.asc release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz.sha512 release/commons/statistics/binaries/commons-statistics-1.1-bin.zip (with props) release/commons/statistics/binaries/commons-statistics-1.1-bin.zip.asc release/commons/statistics/binaries/commons-statistics-1.1-bin.zip.sha512 release/commons/statistics/source/commons-statistics-1.1-src.tar.gz (with props) release/commons/statistics/source/commons-statistics-1.1-src.tar.gz.asc release/commons/statistics/source/commons-statistics-1.1-src.tar.gz.sha512 release/commons/statistics/source/commons-statistics-1.1-src.zip (with props) release/commons/statistics/source/commons-statistics-1.1-src.zip.asc release/commons/statistics/source/commons-statistics-1.1-src.zip.sha512 Removed: release/commons/statistics/binaries/commons-statistics-1.0-bin.tar.gz release/commons/statistics/binaries/commons-statistics-1.0-bin.tar.gz.asc release/commons/statistics/binaries/commons-statistics-1.0-bin.tar.gz.sha512 release/commons/statistics/binaries/commons-statistics-1.0-bin.zip release/commons/statistics/binaries/commons-statistics-1.0-bin.zip.asc release/commons/statistics/binaries/commons-statistics-1.0-bin.zip.sha512 release/commons/statistics/source/commons-statistics-1.0-src.tar.gz release/commons/statistics/source/commons-statistics-1.0-src.tar.gz.asc release/commons/statistics/source/commons-statistics-1.0-src.tar.gz.sha512 release/commons/statistics/source/commons-statistics-1.0-src.zip release/commons/statistics/source/commons-statistics-1.0-src.zip.asc release/commons/statistics/source/commons-statistics-1.0-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 (original) +++ release/commons/statistics/HEADER.html Tue Aug 20 09:18:28 2024 @@ -1,3 +1,19 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <h2>Apache Commons Project Distributions</h2> <p> Modified: release/commons/statistics/README.html ============================================================================== --- release/commons/statistics/README.html (original) +++ release/commons/statistics/README.html Tue Aug 20 09:18:28 2024 @@ -1,6 +1,22 @@ -<h1>Apache Commons Statistics</h1> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<h1>Commons-STATISTICS v1.1.</h1> -<p>This is Apache Commons Statistics. It is available in both binary and source distributions.</p> +<p>This is the 1.1 version of commons-statistics. It is available in both binary and source distributions.</p> <p><font color="red" size="+2">Note:</font> @@ -12,7 +28,7 @@ <p>The changes in this release are detailed in the release notes.</p> -<p>Thank you for using <a href="https://commons.apache.org/commons-statistics/">Statistics</a>.</p> +<p>Thank you for using <a href="https://commons.apache.org/proper/commons-statistics/commons-statistics/">STATISTICS</a>.</p> <p>From the Apache Commons Project<br><a href="https://commons.apache.org/">https://commons.apache.org/</a></p> @@ -32,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://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>>.</p> + HREF="http://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.0-bin.tar.gz.asc +$ pgpv commons-statistics-1.1-bin.tar.gz.asc or, $ pgp -ka KEYS -$ pgp commons-statistics-1.0-bin.tar.gz.asc +$ pgp commons-statistics-1.1-bin.tar.gz.asc or, $ gpg --import KEYS -$ gpg --verify commons-statistics-1.0-bin.tar.gz.asc +$ gpg --verify commons-statistics-1.1-bin.tar.gz.asc </pre> -<p> +<p> \ No newline at end of file Modified: release/commons/statistics/RELEASE-NOTES.txt ============================================================================== --- release/commons/statistics/RELEASE-NOTES.txt (original) +++ release/commons/statistics/RELEASE-NOTES.txt Tue Aug 20 09:18:28 2024 @@ -1,3 +1,65 @@ + + Apache Commons Statistics + Version 1.1 + Release Notes + + +INTRODUCTION: + +This document contains the release notes for the 1.1 version of Apache Commons Statistics. + +The Apache Commons Statistics project provides tools for statistics. + +Adds ranking, inference, descriptive and bom modules. + +Contains the following modules: + + commons-statistics-descriptive + commons-statistics-distribution + commons-statistics-inference + commons-statistics-ranking + commons-statistics-bom + +Requires Java 8. + +Changes in this version include: + +New features: +o STATISTICS-88: "LogUniformDistribution": Add a log uniform distribution. +o STATISTICS-87: "FoldedNormalDistribution": Add a folded normal distribution implementation with + specialized support for a half-normal distribution. +o STATISTICS-85: Add a quantile and median implementation. +o STATISTICS-81: Add descriptive statistics for integer types. These allow improved accuracy and + performance for int and long data using an array or streams over using the + equivalent double implementation via primitive conversion. +o STATISTICS-71: Add commons-statistics-descriptive module for implementations of univariate + statistics. Contains base interfaces for statistics and implementations for + individual statistics (e.g. Min, Max, Sum, Mean, Variance) and combinations of + statistics. Thanks to Anirudh Joshi, Alex Herbert. +o STATISTICS-69: "UncoditionedExactTest": Add an unconditioned exact test for 2x2 contingency + tables. +o STATISTICS-70: "HypergeometricDistribution": Improve the summation used for the cumulative + probability functions. +o STATISTICS-66: Add a Bill of Materials (BOM) to aid in dependency management when referencing + multiple Apache Commons Statistics artifacts. The BOM should be used to ensure + all imported artifacts are compatible. +o STATISTICS-64: "FisherExactTest": Add Fisher's exact test for 2x2 contingency tables. +o STATISTICS-62: Add a commons-statistics-inference module for hypothesis testing. This ports and + updates functionality in org.apache.commons.math4.stat.inference including new + support for one-sided hypothesis testing. +o STATISTICS-63: Add a commons-statistics-ranking module for rank transformations. This ports and + updates functionality in org.apache.commons.math4.stat.ranking. + +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.0 Release Notes @@ -27,6 +89,3 @@ reports, patches, or suggestions for imp https://commons.apache.org/proper/commons-statistics/ Download page: https://commons.apache.org/proper/commons-statistics/download_statistics.cgi - -Have fun! --Apache Commons Team Added: release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz ============================================================================== Binary file - no diff available. Propchange: release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz.asc ============================================================================== --- release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz.asc (added) +++ release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz.asc Tue Aug 20 09:18:28 2024 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEvIej/QpUSA8Lrb69IZOf8MoqZWcFAma/WeUACgkQIZOf8Moq +ZWdvnQ/+JxGGNj9WSBBVmaYkESfsItimHL2z1ZyUBS3uGFtBw0dcEwcHD+de7CMi +F8OmqrJK6pyjt7/bUL3V/IiBTDO4OTNJZ+y6ELxFHt+N5es4ffbn/IxF4ykkMCBS +WnZVv4QBteS4FMA9UsvtHdu/0Dd9tShdQG9v65Tw1Z5BSvTWT/WlpVXPgNx+TUPw +jNUYv/eeEGh01M0TdT5HmP940B62Mm+wtsPlxNJT7ewapm0zWbbtbec5EbV144+u +XooKSdZVW21iRMW42RIekCFST1M/3cUunGZ74oDR4FrJzYaTXeqPIDjvOvo/4C3a +RjpY+LUlvmzojveL6zmy64AiPpr2V7+ucrLn+8/lFPItLUD32UWsk5CgPHJQzL+G +eOmHIsSk54clGR8MYlFkMUh2fiCOiS1t86EglfhUQYe8qFsA+D5AhE5MyrHVgFS2 +8Am4MBhvXzy7PGkzBsW/sKAdlXvL953SXoC1XhPLPYNqXCioHOszL9ZgbOIegVur +ovmQRe3sW5Vqxno1TdetsSv7M8u1oMCZApo/Zf71gqPq36WaF0H74MnUaxBpfCbk +h4cOWsFpqeohl7lfSejBWTYY5N7g1g3YyTW+ohoMFTlLSDhqeIj5lIFfqTiywRAp +XkDSTTzdsJ+izeIro/kJIQT5Kj2srsFmjtOvfgZwYq6gmuhUrAw= +=IrgE +-----END PGP SIGNATURE----- Added: release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz.sha512 ============================================================================== --- release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz.sha512 (added) +++ release/commons/statistics/binaries/commons-statistics-1.1-bin.tar.gz.sha512 Tue Aug 20 09:18:28 2024 @@ -0,0 +1 @@ +fb447bc420f3262b32e8720ce6880cbc29b6dc30f9d55d4196d8d1d51fc7b65633500ab55178a45f14c130ccebde08ebb3639face3b33ac8387392cef0f245ec Added: release/commons/statistics/binaries/commons-statistics-1.1-bin.zip ============================================================================== Binary file - no diff available. Propchange: release/commons/statistics/binaries/commons-statistics-1.1-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/commons/statistics/binaries/commons-statistics-1.1-bin.zip.asc ============================================================================== --- release/commons/statistics/binaries/commons-statistics-1.1-bin.zip.asc (added) +++ release/commons/statistics/binaries/commons-statistics-1.1-bin.zip.asc Tue Aug 20 09:18:28 2024 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEvIej/QpUSA8Lrb69IZOf8MoqZWcFAma/WeUACgkQIZOf8Moq +ZWfMfxAAr11IiSHoWSkT6744b/w3Hgp3qdz8hjVlJcQbjbKhOU8LOWrcP3A0vJnF +RAROSlUkcgeQ1NMS6vzz2koAKADmF1PlSkMLTGchR92OCrwnmTZDTDVqmNkVzNwO +PpJcfAo0e4c6IB3o1KzACNHnxOOhPasq4PstEopXIxjBQnY8NkpjwAAwDYZkVEBO +KT2rRkeqtTBo/KH6acs6Ri2IImWurb207uwU/5bGZR45/T3mlMUqzqdDl+hcAoPG +KdGt1MnLl0uNb5ExamaKl03/XpeAAOJUwT5pHOkXan4IB9jd+U/yOk1TpttNT0U2 +ulVshoJHyOmjENi/YcgM+uQyy/Ht8MKzwRUJ4qiuflN8df7Qr4dbwe0UFkicWdIz +yJYDFSoAJOHqB3Cs5M1Q0tZ1jBSLr2gfLPPcqZEQqa6QJPGqgsgMzfSYHdsen8+R +0yweTPymaJ7HAq5etpve69NkSq34FM0URh9wKz9banI9arVqB7l98K25NglyBUEO +WiSWcin4wfzUMgv1ByxJy5ssuxYbYBcuXztD9SqSUeEUXpJ9M/gYCpUMaaXXAJI4 +7hUK0ZdHITQ2M0wiOuc3q0ip6MGO0m1HEYPeQrqTYWHomP6w3/WfDYepPvTQMmkh +JSwGudpjjloPtGG5UvgIymZL3YJq9u6TdRniRgrCMNA6MscEh4o= +=uEL8 +-----END PGP SIGNATURE----- Added: release/commons/statistics/binaries/commons-statistics-1.1-bin.zip.sha512 ============================================================================== --- release/commons/statistics/binaries/commons-statistics-1.1-bin.zip.sha512 (added) +++ release/commons/statistics/binaries/commons-statistics-1.1-bin.zip.sha512 Tue Aug 20 09:18:28 2024 @@ -0,0 +1 @@ +928b59c88b56f9ad05b7d4cb4d5686b15544fcbee5630fcfa351826d99331c9178c7dad7ce98edec9f265b003d688f3f4ffcc59f4f33a5681a5e0b92d567dee3 Added: release/commons/statistics/source/commons-statistics-1.1-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: release/commons/statistics/source/commons-statistics-1.1-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/commons/statistics/source/commons-statistics-1.1-src.tar.gz.asc ============================================================================== --- release/commons/statistics/source/commons-statistics-1.1-src.tar.gz.asc (added) +++ release/commons/statistics/source/commons-statistics-1.1-src.tar.gz.asc Tue Aug 20 09:18:28 2024 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEvIej/QpUSA8Lrb69IZOf8MoqZWcFAma/WeUACgkQIZOf8Moq +ZWd7oRAAjtBEq+YO38tXVh8GaVIRSnCObsT67qZdbzFTGnMkTWx3f5InLVmG2Iw8 +RMYAdsnluqpnF1ywUir/nzbck6ZbTpyHjSOqT3Zdjsg0bEso8uVWfSa4pLiowoEq +EwtsXdoUE+uNebuuSVeDFV30IKFH9fMIImyyIrWrWW/fY+apH8/9g6CcodlaYasZ +zmGYkhtlPtEmlvEPABQBW4qdMw/Oxo0VhqQVQf3LA5WQtXWRjCHJ43S2c0zPob1+ +1I8iTbeoGOboLyU2K8WlTdo9IASra+ZxIptsZO20RKUn2sB6C0+xb65ZNLGpsj0V +Ygt887rDZmSh+kOEOl1MQUlQfNvM+LA44ocR/NCUh7gv12FvDuEnzisPxvDNn21t +7Fe/AgtJa2UNx74KmvJyfK5IEqmpYBUxddD2oqKvDrbtth8iQxXpKYQZ3rGoVN46 +luAZl1qSUufM47pgJPqYT8UAZJ7PcHrk7QYCSzyp6je6VHnlIfbYMF9W7dfk1sVB +xUtTp6NmVqU/jTtgeuiklWFCLNDvTUPNsQZMRfSSK0dXchKe7oPNOtJ7Z5w3zStM +WbNH9Q8zNy0EKNpZ24ktZdoa2E2W2joHRwzp2dgkpak5C1PQyTbuf9Ts1u1NxcN3 +X52Er7NKcpxCjSjMaW94L2y0uGd+E+xLeYW9POeRNyGg3Zmh6XI= +=FuaU +-----END PGP SIGNATURE----- Added: release/commons/statistics/source/commons-statistics-1.1-src.tar.gz.sha512 ============================================================================== --- release/commons/statistics/source/commons-statistics-1.1-src.tar.gz.sha512 (added) +++ release/commons/statistics/source/commons-statistics-1.1-src.tar.gz.sha512 Tue Aug 20 09:18:28 2024 @@ -0,0 +1 @@ +f774c6c2e4263da0674c4b6686ce364d91150d35a838013093d3a3a7749487b9e2672c09f387aac03884cfab42ac9d0f447abafbdd54dd8bc52dd2613c79b8c7 Added: release/commons/statistics/source/commons-statistics-1.1-src.zip ============================================================================== Binary file - no diff available. Propchange: release/commons/statistics/source/commons-statistics-1.1-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/commons/statistics/source/commons-statistics-1.1-src.zip.asc ============================================================================== --- release/commons/statistics/source/commons-statistics-1.1-src.zip.asc (added) +++ release/commons/statistics/source/commons-statistics-1.1-src.zip.asc Tue Aug 20 09:18:28 2024 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEvIej/QpUSA8Lrb69IZOf8MoqZWcFAma/WeUACgkQIZOf8Moq +ZWfK8xAAzIfAEstjwSYzX65VS8eEoz3jubKqT2BjalYwefcAfhlR+4+nZtTLGLK9 +oJM0BWIw8uQr1t/yJDSfw70BVG2sXgN+uQlVrBhOtkDvhY2qCBZ41fXbtQ44bquc +YpRgQH6C78Qlv/vgnaJjqSyTLXqFLhkllk79xCpPHeQeLGzUHc08iX5t5zxy9jcp +hUIDB3j8QdR7Oprcw2mVyIJj+GYFKp7ZyDkvgnF/o9sSI8pUut4iSw0pWKnvAjKM +eeKCnhzNcys6JtrYjjZDCOmRcc+O+5NCaCldr2nI7R69YZOc7lAnIzd3BhudDk1X +2/3eFoMqxSKcqAgc1JJTle2oYkQmfFio63XGc6/9mQyAdYgWgYoRvz0cp7+bGOqo +DxB0RzrIfcUodL/sfWfX5TSkaQdG/Yr3SNfoybdSstZtwx/rnGjYsGGwUfw33+96 +3Qam6L3y1dFfgGNaU7JLmTgFtFBI+oGN+plNjhTGmY+Jxvj0pZfEwpUUUK6qdSKv +LTMAIOwU+9yTSQ0hFDLoEJzDUClmGWAhprGYLiAWKIZfVwyFxNrcdrc2rFHSg8H2 +wVDKNwLGN27JQVT2OoVp6Nv/S6xHiTq5ikTML13x0pG4X9O1YsXEsA/YbI5XBE9Q +PeJCrAfTH35WHIz7yYHKUK4OfyOK6Lfr0ehYZsdnhI5dC+KfXaQ= +=CkhI +-----END PGP SIGNATURE----- Added: release/commons/statistics/source/commons-statistics-1.1-src.zip.sha512 ============================================================================== --- release/commons/statistics/source/commons-statistics-1.1-src.zip.sha512 (added) +++ release/commons/statistics/source/commons-statistics-1.1-src.zip.sha512 Tue Aug 20 09:18:28 2024 @@ -0,0 +1 @@ +7a97210d5e3e8ef9bb2628d76dc04530d312f6322c83d9bf35e1bdcda04571e1c691d6d67004ee4b1b0a8d1ac3ccb8c323f3884b6728718a225af27a137229d1