Apache Commons Math
Go to file
Sebb 56eca2b859 +=AL header 2025-01-19 13:21:41 +00:00
.github/workflows Switch to zulu to support MacOS on JDK 8 2024-06-21 15:55:45 +01:00
commons-math-core Use HTTPS to fetch XSD files 2025-01-15 10:07:09 -05:00
commons-math-docs Use HTTPS to fetch XSD files 2025-01-15 10:07:09 -05:00
commons-math-examples Use HTTPS to fetch XSD files 2025-01-15 10:07:09 -05:00
commons-math-legacy chmod -x 2025-01-18 23:25:07 +00:00
commons-math-legacy-core Use HTTPS to fetch XSD files 2025-01-15 10:07:09 -05:00
commons-math-legacy-exception Use HTTPS to fetch XSD files 2025-01-15 10:07:09 -05:00
commons-math-neuralnet Use HTTPS to fetch XSD files 2025-01-15 10:07:09 -05:00
commons-math-transform Show tolerance and delta on failure 2025-01-15 20:59:15 +00:00
dist-archive Use HTTPS to fetch XSD files 2025-01-15 10:07:09 -05:00
doc Canonical download location has moved 2024-01-31 15:21:48 +00:00
siteMods Use HTTPS to fetch XSD files 2025-01-15 10:07:09 -05:00
src Fix EOL 2025-01-18 20:40:25 +00:00
.asf.yaml codecov-commenter => notifications 2023-02-03 16:42:46 +00:00
.gitattributes +=AL header 2025-01-19 13:21:41 +00:00
.gitignore Fix EOL 2025-01-18 20:40:25 +00:00
CODE_OF_CONDUCT.md Add code of conduct 2022-10-11 22:27:53 +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 notice file copyright end date 2025-01-01 08:00:06 -05:00
PROPOSAL.html Fixing the mailing list addresses 2007-07-29 20:14:22 +00:00
README.md Fix link to the user mailing list 2023-12-05 13:36:53 -05:00
RELEASE-NOTES.txt Use same artifactId prefix as modules (#235) 2023-09-21 13:44:49 +01:00
SECURITY.md Add a GitHub security page. 2022-10-19 06:45:51 -04:00
pom.xml Use HTTPS to fetch XSD files 2025-01-15 10:07:09 -05: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.

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