{"id":13630919,"url":"https://github.com/apache/commons-math","last_synced_at":"2025-05-14T20:07:24.080Z","repository":{"id":21608215,"uuid":"24928494","full_name":"apache/commons-math","owner":"apache","description":"Apache Commons Math","archived":false,"fork":false,"pushed_at":"2025-04-07T13:08:01.000Z","size":29140,"stargazers_count":605,"open_issues_count":58,"forks_count":365,"subscribers_count":74,"default_branch":"master","last_synced_at":"2025-04-10T11:58:40.603Z","etag":null,"topics":["clustering","fitting","integration","interpolation","java","least-squares","math","optimization","polynomial","solver","stat","transforms"],"latest_commit_sha":null,"homepage":"https://commons.apache.org/math","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-08T07:00:06.000Z","updated_at":"2025-04-07T13:35:05.000Z","dependencies_parsed_at":"2023-12-23T00:50:10.975Z","dependency_job_id":"bc443a58-525b-4eed-aac6-06f015d2c5d8","html_url":"https://github.com/apache/commons-math","commit_stats":{"total_commits":7093,"total_committers":88,"mean_commits":80.60227272727273,"dds":0.7372056957563795,"last_synced_commit":"e016130d58c4a160069508fcca8f60edcd013b53"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcommons-math","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcommons-math/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcommons-math/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcommons-math/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/commons-math/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248372134,"owners_count":21093133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clustering","fitting","integration","interpolation","java","least-squares","math","optimization","polynomial","solver","stat","transforms"],"created_at":"2024-08-01T22:02:03.173Z","updated_at":"2025-04-13T16:48:00.407Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"\u003c!---\n Licensed to the Apache Software Foundation (ASF) under one or more\n contributor license agreements.  See the NOTICE file distributed with\n this work for additional information regarding copyright ownership.\n The ASF licenses this file to You under the Apache License, Version 2.0\n (the \"License\"); you may not use this file except in compliance with\n the License.  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n--\u003e\n\u003c!---\n +======================================================================+\n |****                                                              ****|\n |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|\n |****                    DO NOT EDIT DIRECTLY                      ****|\n |****                                                              ****|\n +======================================================================+\n | TEMPLATE FILE: readme-md-template.md                                 |\n | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |\n +======================================================================+\n |                                                                      |\n | 1) Re-generate using: mvn commons-build:readme-md                    |\n |                                                                      |\n | 2) Set the following properties in the component's pom:              |\n |    - commons.componentid (required, alphabetic, lower case)          |\n |    - commons.release.version (required)                              |\n |                                                                      |\n | 3) Example Properties                                                |\n |                                                                      |\n |  \u003cproperties\u003e                                                        |\n |    \u003ccommons.componentid\u003emath\u003c/commons.componentid\u003e                   |\n |    \u003ccommons.release.version\u003e1.2\u003c/commons.release.version\u003e            |\n |  \u003c/properties\u003e                                                       |\n |                                                                      |\n +======================================================================+\n---\u003e\nApache Commons Math\n===================\n\n[![Build Status](https://github.com/apache/commons-math/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-math/actions/workflows/maven.yml)\n[![Coverage Status](https://codecov.io/gh/apache/commons-math/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-math)\n\u003c!--\n[![Maven Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-math4-bom?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-math4-bom/)\n--\u003e\n\u003c!--\n[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-math4-parent/4.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-math4-parent/4.0)\n--\u003e\n\n\"Commons Math\" is undergoing major changes towards the next release (4.0):\n+ Low-level functionality has been split off to new components, often with many bug-fixes, performance enhancements and improved API:\n  + \"Commons Numbers\" \u003chttps://commons.apache.org/numbers\u003e\n  + \"Commons RNG\" \u003chttps://commons.apache.org/rng\u003e\n  + \"Commons Geometry\" \u003chttps://commons.apache.org/geometry\u003e\n  + \"Commons Statistics\" \u003chttps://commons.apache.org/statistics\u003e\n+ Functionality still within \"Commons Math\" is gradually being modularized and refactored.\n\n\nDocumentation\n-------------\n\nMore information can be found on the [Apache Commons Math homepage](https://commons.apache.org/proper/commons-math).\nThe [Javadoc](https://commons.apache.org/proper/commons-math/apidocs) can be browsed.\nQuestions related to the usage of Apache Commons Math should be posted to the [user mailing list](https://commons.apache.org/mail-lists.html).\n\nWhere can I get the latest release?\n-----------------------------------\nYou can download source and binaries from our [download page](https://commons.apache.org/proper/commons-math/download_math.cgi).\n\nPlease note that the last official version (3.6.1) is quite old and not supported anymore.\nBug reports should be filed against the current development version.\n\n\u003c!--\nAlternatively, you can pull it from the central Maven repositories:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.apache.commons\u003c/groupId\u003e\n  \u003cartifactId\u003ecommons-math4-parent\u003c/artifactId\u003e\n  \u003cversion\u003e4.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n--\u003e\n\nContributing\n------------\n\nWe accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.\nThere are some guidelines which will make applying PRs easier for us:\n+ No tabs! Please use spaces for indentation.\n+ Respect the code style.\n+ 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.\n+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```.\n\nIf you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).\nYou can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).\n\nLicense\n-------\nThis code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).\n\nSee the `NOTICE` file for required notices and attributions.\n\nDonations\n---------\nYou like Apache Commons Math? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.\n\nAdditional Resources\n--------------------\n\n+ [Apache Commons Homepage](https://commons.apache.org/)\n+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/MATH)\n+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)\n+ `#apache-commons` IRC channel on `irc.freenode.org`\n\n[ml]:https://commons.apache.org/mail-lists.html\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcommons-math","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fcommons-math","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcommons-math/lists"}