{"id":13413748,"url":"https://github.com/gonum/gonum","last_synced_at":"2025-05-10T05:20:17.214Z","repository":{"id":37271192,"uuid":"86164982","full_name":"gonum/gonum","owner":"gonum","description":"Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more","archived":false,"fork":false,"pushed_at":"2025-04-22T22:05:41.000Z","size":16215,"stargazers_count":7992,"open_issues_count":249,"forks_count":566,"subscribers_count":121,"default_branch":"master","last_synced_at":"2025-05-08T20:58:02.255Z","etag":null,"topics":["data-analysis","go","golang","graph","matrix","scientific-computing","statistics"],"latest_commit_sha":null,"homepage":"https://www.gonum.org/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gonum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-03-25T14:54:38.000Z","updated_at":"2025-05-08T17:05:52.000Z","dependencies_parsed_at":"2023-02-12T13:47:59.192Z","dependency_job_id":"3a9370fa-67ca-47d0-8561-87b4a3911c57","html_url":"https://github.com/gonum/gonum","commit_stats":{"total_commits":5347,"total_committers":135,"mean_commits":39.60740740740741,"dds":0.7074995324481017,"last_synced_commit":"f42c07e8cbea534b003124f60cf48ebebe5fec2e"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonum%2Fgonum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonum%2Fgonum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonum%2Fgonum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonum%2Fgonum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gonum","download_url":"https://codeload.github.com/gonum/gonum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253157504,"owners_count":21863129,"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":["data-analysis","go","golang","graph","matrix","scientific-computing","statistics"],"created_at":"2024-07-30T20:01:48.043Z","updated_at":"2025-05-08T22:30:30.092Z","avatar_url":"https://github.com/gonum.png","language":"Go","readme":"# Gonum\n\n[![Build status](https://github.com/gonum/gonum/workflows/CI/badge.svg)](https://github.com/gonum/gonum/actions)\n[![Build status](https://ci.appveyor.com/api/projects/status/valslkp8sr50eepn/branch/master?svg=true)](https://ci.appveyor.com/project/Gonum/gonum/branch/master)\n[![codecov.io](https://codecov.io/gh/gonum/gonum/branch/master/graph/badge.svg)](https://codecov.io/gh/gonum/gonum)\n[![go.dev reference](https://pkg.go.dev/badge/gonum.org/v1/gonum)](https://pkg.go.dev/gonum.org/v1/gonum)\n[![GoDoc](https://godocs.io/gonum.org/v1/gonum?status.svg)](https://godocs.io/gonum.org/v1/gonum)\n[![Go Report Card](https://goreportcard.com/badge/github.com/gonum/gonum)](https://goreportcard.com/report/github.com/gonum/gonum)\n[![stability-unstable](https://img.shields.io/badge/stability-unstable-yellow.svg)](https://github.com/emersion/stability-badges#unstable)\n\n## Installation\n\nThe core packages of the Gonum suite are written in pure Go with some assembly.\nInstallation is done using `go get`.\n```\ngo get -u gonum.org/v1/gonum/...\n```\n\n## Supported Go versions\n\nGonum supports and tests using the gc compiler on the [two most recent Go releases](https://github.com/gonum/gonum/blob/master/.github/workflows/ci.yml#L14-L15) on Linux (386, amd64 and arm64), macOS and Windows (both on amd64).\n\nNote that floating point behavior may differ between compiler versions and between architectures due to differences in floating point operation implementations.\n\n## Release schedule\n\nThe Gonum modules are released on a six-month release schedule, aligned with the Go releases.\n_i.e.:_ when `Go-1.x` is released, `Gonum-v0.n.0` is released around the same time.\nSix months after, `Go-1.x+1` is released, and `Gonum-v0.n+1.0` as well.\n\nThe release schedule, based on the current Go release schedule is thus:\n\n- `Gonum-v0.n.0`: February\n- `Gonum-v0.n+1.0`: August\n\n## Build tags\n\nThe Gonum packages use a variety of build tags to set non-standard build conditions.\nBuilding Gonum applications will work without knowing how to use these tags, but they can be used during testing and to control the use of assembly and CGO code.\n\nThe current list of non-internal tags is as follows:\n\n- safe — do not use assembly or unsafe\n- bounds — use bounds checks even in internal calls\n- noasm — do not use assembly implementations\n- tomita — use [Tomita, Tanaka, Takahashi pivot choice](https://doi.org/10.1016%2Fj.tcs.2006.06.015) for maximal clique calculation, otherwise use random pivot (only in [topo package](https://pkg.go.dev/gonum.org/v1/gonum/graph/topo))\n\n\n## Issues [![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/gonum/gonum)](https://www.tickgit.com/browse?repo=github.com/gonum/gonum)\n\nIf you find any bugs, feel free to file an issue on the github issue tracker. Discussions on API changes, added features, code review, or similar requests are preferred on the gonum-dev Google Group.\n\nhttps://groups.google.com/forum/#!forum/gonum-dev\n\n## License\n\nOriginal code is licensed under the Gonum License found in the LICENSE file. Portions of the code are subject to the additional licenses found in THIRD_PARTY_LICENSES. All third party code is licensed either under a BSD or MIT license.\n\nCode in graph/formats/dot is dual licensed [Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/) and Gonum License, and users are free to choose the license which suits their needs for this code.\n\nThe W3C test suites in graph/formats/rdf are distributed under both the [W3C Test Suite License](http://www.w3.org/Consortium/Legal/2008/04-testsuite-license) and the [W3C 3-clause BSD License](http://www.w3.org/Consortium/Legal/2008/03-bsd-license).\n","funding_links":[],"categories":["Popular","Misc","Uncategorized","开源类库","Go","Science and Data Analysis","Open source library","Containers \u0026 Language Extentions \u0026 Linting","Go 程序设计","Frameworks","General Machine Learning libraries","科学与数据分析","数据分析与数据科学","Repositories","Relational Databases"],"sub_categories":["Uncategorized","统计分析","HTTP Clients","Statistical Analysis","For Go","网络服务_其他","Vector Database","HTTP客户端","查询语"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonum%2Fgonum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgonum%2Fgonum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonum%2Fgonum/lists"}