Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gonum | 6,421 | 1,265 | 5 days ago | 108 | September 02, 2022 | 246 | bsd-3-clause | Go | ||
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more | ||||||||||
Mathnet Numerics | 3,084 | 1,335 | 353 | 7 days ago | 114 | April 03, 2022 | 269 | mit | C# | |
Math.NET Numerics | ||||||||||
Math Php | 2,170 | 36 | 22 | a month ago | 132 | April 10, 2022 | 50 | mit | PHP | |
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra | ||||||||||
Hyperlearn | 1,387 | 8 months ago | apache-2.0 | Jupyter Notebook | ||||||
2-2000x faster ML algos, 50% less memory usage, works on all hardware - new and old. | ||||||||||
Pycm | 1,360 | 5 | 8 | a day ago | 39 | April 27, 2022 | 12 | mit | Python | |
Multi-class confusion matrix library in Python | ||||||||||
Owl | 1,065 | a month ago | 64 | mit | OCaml | |||||
Owl - OCaml Scientific Computing @ http://ocaml.xyz | ||||||||||
Stats | 432 | 17 days ago | 1 | apache-2.0 | C++ | |||||
A C++ header-only library of statistical distribution functions. | ||||||||||
Armadillo Code | 403 | 10 months ago | 1 | |||||||
Armadillo: fast C++ library for linear algebra & scientific computing - http://arma.sourceforge.net | ||||||||||
Peroxide | 365 | 1 | 2 | 7 days ago | 197 | November 04, 2022 | 12 | apache-2.0 | Rust | |
Rust numeric library with R, MATLAB & Python syntax | ||||||||||
The Federation.info | 164 | 2 months ago | agpl-3.0 | HTML | ||||||
MIRROR of https://codeberg.org/thefederationinfo/the-federation.info |
The core packages of the Gonum suite are written in pure Go with some assembly.
Installation is done using go get
.
go get -u gonum.org/v1/gonum/...
Gonum supports and tests using the gc compiler on the two most recent Go releases on Linux (386, amd64 and arm64), macOS and Windows (both on amd64).
Note that floating point behavior may differ between compiler versions and between architectures due to differences in floating point operation implementations.
The Gonum modules are released on a six-month release schedule, aligned with the Go releases.
i.e.: when Go-1.x
is released, Gonum-v0.n.0
is released around the same time.
Six months after, Go-1.x+1
is released, and Gonum-v0.n+1.0
as well.
The release schedule, based on the current Go release schedule is thus:
Gonum-v0.n.0
: FebruaryGonum-v0.n+1.0
: AugustThe Gonum packages use a variety of build tags to set non-standard build conditions. Building 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.
The current list of non-internal tags is as follows:
If 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.
https://groups.google.com/forum/#!forum/gonum-dev
Original 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.
Code in graph/formats/dot is dual licensed Public Domain Dedication and Gonum License, and users are free to choose the license which suits their needs for this code.
The W3C test suites in graph/formats/rdf are distributed under both the W3C Test Suite License and the W3C 3-clause BSD License.