We have fixed a few bugs and added enhancements since Apache Commons
Statistics 1.0 was released, so I would like to release Apache Commons
Statistics 1.1.
Apache Commons Statistics 1.1 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/statistics/1.1-RC1
(svn revision 70945)
The Git tag commons-statistics-1.1-RC1 commit for this RC is
commons-statistics-1.1-RC1 which you can browse here:
https://gitbox.apache.org/repos/asf?p=commons-statistics.git;a=commit;h=commons-statistics-1.1-RC1
You may checkout this tag using:
git clone https://gitbox.apache.org/repos/asf/commons-statistics.git
--branch commons-statistics-1.1-RC1 commons-statistics-1.1-RC1
Maven artifacts are here:
https://repository.apache.org/content/repositories/orgapachecommons-1773/org/apache/commons/commons-statistics/1.1/
These are the artifacts and their hashes:
#Release SHA-512s
#Fri Aug 16 14:53:41 BST 2024
commons-statistics-1.1-bin.tar.gz=fb447bc420f3262b32e8720ce6880cbc29b6dc30f9d55d4196d8d1d51fc7b65633500ab55178a45f14c130ccebde08ebb3639face3b33ac8387392cef0f245ec
commons-statistics-1.1-bin.zip=928b59c88b56f9ad05b7d4cb4d5686b15544fcbee5630fcfa351826d99331c9178c7dad7ce98edec9f265b003d688f3f4ffcc59f4f33a5681a5e0b92d567dee3
commons-statistics-1.1-src.tar.gz=f774c6c2e4263da0674c4b6686ce364d91150d35a838013093d3a3a7749487b9e2672c09f387aac03884cfab42ac9d0f447abafbdd54dd8bc52dd2613c79b8c7
commons-statistics-1.1-src.zip=7a97210d5e3e8ef9bb2628d76dc04530d312f6322c83d9bf35e1bdcda04571e1c691d6d67004ee4b1b0a8d1ac3ccb8c323f3884b6728718a225af27a137229d1
I have tested this with 'mvn clean install' and 'mvn clean package
site site:stage -Pexamples' using:
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /Users/ah403/software/apache-maven-3
Java version: 11.0.23, vendor: Eclipse Adoptium, runtime:
/Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home
Default locale: en_GB, platform encoding: UTF-8
OS name: "mac os x", version: "14.6.1", arch: "aarch64", family: "mac"
Details of changes since 1.0 are in the release notes:
https://dist.apache.org/repos/dist/dev/commons/statistics/1.1-RC1/RELEASE-NOTES.txt
https://dist.apache.org/repos/dist/dev/commons/statistics/1.1-RC1/site/changes-report.html
Site:
https://dist.apache.org/repos/dist/dev/commons/statistics/1.1-RC1/site/index.html
(note some *relative* links are broken and the 1.1 directories are
not yet created - these will be OK once the site is deployed.)
*** Note that the site layout rendering for sub-modules is not fully
supported in the dist staging area (reasons unknown). ***
JApiCmp Report (compared to 1.0):
https://dist.apache.org/repos/dist/dev/commons/statistics/1.1-RC1/site/commons-statistics-distribution/japicmp.html
Note: Release 1.0 only contained the distribution module. New
modules for 1.1 are descriptive, inference and ranking.
RAT Report:
https://dist.apache.org/repos/dist/dev/commons/statistics/1.1-RC1/site/rat-report.html
KEYS:
https://downloads.apache.org/commons/KEYS
Please review the release candidate and vote.
This vote will close no sooner than 72 hours from now.
[ ] +1 Release these artifacts
[ ] +0 OK, but...
[ ] -0 OK, but really should fix...
[ ] -1 I oppose this release because...
Thank you,
Alex Herbert,
Release Manager (using key BC87A3FD0A54480F0BADBEBD21939FF0CA2A6567)
The following is intended as a helper and refresher for reviewers.
Validating a release candidate
==============================
These guidelines are NOT complete.
Requirements: Git, Java, Maven.
You can validate a release from a release candidate (RC) tag as follows.
1a) Clone and checkout the RC tag
git clone https://gitbox.apache.org/repos/asf/commons-statistics.git
--branch commons-statistics-1.1-RC1 commons-statistics-1.1-RC1
cd commons-statistics-1.1-RC1
1b) Download and unpack the source archive from:
https://dist.apache.org/repos/dist/dev/commons/statistics/1.1-RC1/source
2) Check Apache licenses
This step is not required if the site includes a RAT report page which
you then must check.
mvn apache-rat:check
3) Check binary compatibility
Newer components use JApiCmp with the japicmp Maven Profile:
This step is not required if the site includes a JApiCmp report page
which you then must check.
mvn install -DskipTests -P japicmp japicmp:cmp
4) Build the package
mvn -V clean package
You can record the Maven and Java version produced by -V in your VOTE reply.
To gather OS information from a command line:
Windows: ver
Linux: uname -a
5) Build the site for a multi-module project
mvn site
mvn site:stage
Check the site reports in:
- Windows: target\site\index.html
- Linux: target/site/index.html
Note that the project reports are created for each module.
Modules can be accessed using the 'Project Modules' link under
the 'Project Information' menu (see <path-to-site>/modules.html).
-the end-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]