Apache Commons Math
Go to file
Gilles Sadowski 97191fc73c Track changes.
Closes #211.
2022-08-20 02:44:37 +02:00
.github/workflows Migrate workflows from adopt to temurin 2022-06-29 23:26:56 +01:00
commons-math-core Disable jacoco coverage check in core module 2022-01-18 18:21:29 +00:00
commons-math-examples Update commons-imaging to 1.0-alpha3 2022-06-07 14:03:43 +01:00
commons-math-legacy Javadoc. 2022-08-20 02:43:51 +02:00
commons-math-legacy-core Enable jacoco plugin using the commons parent profile 2022-06-07 13:38:45 +01:00
commons-math-legacy-exception Enable jacoco plugin using the commons parent profile 2022-06-07 13:38:45 +01:00
commons-math-neuralnet Enable jacoco plugin using the commons parent profile 2022-06-07 13:38:45 +01:00
commons-math-transform Fix FFT Test to use the expected imaginary result for relative error 2022-06-07 15:09:04 +01:00
dist-archive Fix duplicate reference (POM). 2022-01-19 05:21:00 +01:00
doc Documentation update (release instructions). 2022-07-25 15:18:23 +02:00
docs-archive Add aggregate coverage report 2022-06-13 14:11:11 +01:00
siteMods Replace SVN with GitBox URL. 2019-07-07 09:54:51 -04:00
src Track changes. 2022-08-20 02:44:37 +02:00
.asf.yaml Add ".asf.yaml" 2021-05-29 16:34:55 +02:00
.gitignore Ignore site-content.README 2021-08-13 14:22:11 +01:00
.travis.yml Travis to use default maven goal. 2021-06-09 16:54:05 +01:00
CONTRIBUTING.md Update guidelines for contributing. 2020-04-11 16:16:16 +02:00
LICENSE Use preferred names. 2021-05-26 04:43:00 +02:00
NOTICE Update copyright notice (2022). 2022-01-06 01:18:24 +01:00
PROPOSAL.html Fixing the mailing list addresses 2007-07-29 20:14:22 +00:00
README.md Small update. 2021-05-29 19:17:54 +02:00
pom.xml Add aggregate coverage report 2022-06-13 14:11:11 +01:00

README.md

Apache Commons Math

Build Status Coverage Status

"Commons Math" is undergoing major changes towards the next release (4.0):

Documentation

More information can be found on the Apache Commons Math homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Math should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Please note that the last official version (3.6.1) is quite old and not supported anymore. Bug reports should be filed against the current development version.

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache Licence v2.

See the NOTICE file for required notices and attributions.

Donations

You like Apache Commons Math? Then donate back to the ASF to support the development.

Additional Resources