You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Matt Juntunen <ma...@apache.org> on 2020/04/08 01:24:26 UTC

[ANNOUNCEMENT] Apache Commons Numbers Version 1.0-beta1 Released

The Apache Commons Team is pleased to announce the release of
Apache Commons Numbers version 1.0-beta1.

The Apache Commons Numbers project provides number types and utilities.

This is a beta release. No guarantees are made regarding the stability
of the API or compatibility with future releases.

Apache Commons Numbers 1.0-beta1 contains the following library modules:
 commons-numbers-angle (requires Java 8+)
 commons-numbers-arrays (requires Java 8+)
 commons-numbers-combinatorics (requires Java 8+)
 commons-numbers-complex (requires Java 8+)
 commons-numbers-core (requires Java 8+)
 commons-numbers-field (requires Java 8+)
 commons-numbers-fraction (requires Java 8+)
 commons-numbers-gamma (requires Java 8+)
 commons-numbers-primes (requires Java 8+)
 commons-numbers-quaternion (requires Java 8+)
 commons-numbers-rootfinder (requires Java 8+)

For complete information on Apache Commons Numbers, including instructions on
how to submit bug reports, patches, or suggestions for improvement, see the
Apache Commons Numbers website:
  http://commons.apache.org/proper/commons-numbers/

Distribution packages can be downloaded from
  https://commons.apache.org/proper/commons-numbers/download_numbers.cgi

When downloading, please verify signatures using the KEYS file
available at
  https://www.apache.org/dist/commons/KEYS

Maven artifacts are also available in the central Maven repository:
  https://repo.maven.apache.org/maven2/org/apache/commons/

----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-angle</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-arrays</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-combinatorics</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-complex</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-core</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-field</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-fraction</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-gamma</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-primes</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-quaternion</artifactId>
  <version>1.0-beta1</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-rootfinder</artifactId>
  <version>1.0-beta1</version>
----


Matt Juntunen,
on behalf of the Apache Commons Team