mirror of
https://github.com/gonum/gonum.git
synced 2025-10-09 17:10:16 +08:00
Added cute little Travis-CI badge to README
This commit is contained in:
16
README.md
16
README.md
@@ -1 +1,15 @@
|
||||
The currently committed code is NOT final, and is in fact just a sample. Using this package is not advised as very large changes (including API changes) are both possible and likely.
|
||||
# Gonum Graph [](https://travis-ci.org/Jragonmiris/mathgl)
|
||||
|
||||
This is a generalized graph package for the Go language. It aims to provide a clean, transparent API for common algorithms on arbitrary graphs such as finding the graph's strongly connected components, dominators, or searces.
|
||||
|
||||
The package is currently in testing, and the API is "semi-stable". The signatures of any functions like AStar are unlikely to change much, but the Graph, Node, and Edge interfaces may change a bit.
|
||||
|
||||
## Issues
|
||||
|
||||
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
|
||||
|
||||
## License
|
||||
|
||||
Please see github.com/gonum/license for general license information, contributors, authors, etc on the Gonum suite of packages.
|
Reference in New Issue
Block a user