Apache Commons Math
Go to file
aherbert 3e72f1ea31 MATH-1651: Ensure neuron distances are returned in a consistent order
Use of the iterator order should be avoided as the underlying collection
uses an unspecified iteration order.
2022-11-03 16:42:53 +00:00
.github/workflows Don't persist credentials unnecessarily 2022-10-08 15:24:04 +01:00
commons-math-core Update changes report configuration to allow component reports 2022-10-13 13:08:39 +01:00
commons-math-examples Drop exec-maven-plugin management 2022-10-13 13:19:59 +01:00
commons-math-legacy Remove "CombinatoricsUtils" class 2022-11-03 12:05:40 +00:00
commons-math-legacy-core MATH-1569: Manual array copy. (#219) 2022-10-25 21:34:17 +01:00
commons-math-legacy-exception Remove unused rerunFailingTestsCount from non-random exception tests 2022-10-13 16:36:11 +01:00
commons-math-neuralnet MATH-1651: Ensure neuron distances are returned in a consistent order 2022-11-03 16:42:53 +00:00
commons-math-transform JUnit5 assertThrows TransformUtilsTest (#214) 2022-10-20 21:57:39 +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 Remove "CombinatoricsUtils" class 2022-11-03 12:05:40 +00:00
.asf.yaml Add ".asf.yaml" 2021-05-29 16:34:55 +02:00
.gitignore Update git ignore to recursively ignore build files 2022-10-13 10:38:52 +01: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 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 Use mvn for README contributing build goal 2022-10-13 13:38:50 +01:00
SECURITY.md Add a GitHub security page. 2022-10-19 06:45:51 -04:00
pom.xml Update commons-numbers 1.1-SNAPSHOT to 1.1 2022-11-02 11:18:43 +00: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