Skip to content

Commit db15dff

Browse files
Update README with GitHub stars and Discord link
1 parent 3a778fb commit db15dff

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![docs.rs](https://docs.rs/spindalis/badge.svg)](https://docs.rs/spindalis)
55
[![Build Status](https://github.com/lignum-vitae/spindalis/workflows/Build%20and%20test%20Rust/badge.svg)](https://github.com/lignum-vitae/spindalis/actions?workflow=Build%20and%20test%20Rust)
66
[![Build Status](https://github.com/lignum-vitae/spindalis/workflows/Clippy%20check%20-%20lint/badge.svg)](https://github.com/lignum-vitae/spindalis/actions?workflow=Clippy%20check%20-%20lint)
7+
[![GitHub stars](https://img.shields.io/github/stars/lignum-vitae/spindalis?style=social)](https://github.com/lignum-vitae/spindalis/stargazers)
78

89
A bioinformatics library for numerical modeling, optimisation, data analysis,
910
and simulation written in Rust.
@@ -70,14 +71,14 @@ unified through their implementation of `PolynomialTraits`, where they have
7071
attached methods to parse, evaluate, integrate, and derivate
7172
univariate and multivariate polynomials.
7273

73-
Simple Polynomial can handle univariate polynomials with integer exponents and
74+
**Simple Polynomial** can handle univariate polynomials with integer exponents and
7475
only addition and subtraction.
7576

76-
Intermediate Polynomial is an extension of Simple Polynomial that can handle multivariate
77+
**Intermediate Polynomial** is an extension of Simple Polynomial that can handle multivariate
7778
polynomials. Intermediate polynomial can also handle fractional, decimal, and
7879
negative exponents.
7980

80-
Polynomial is intended to handle all operations for a polynomial. This would
81+
**Polynomial** is intended to handle all operations for a polynomial. This would
8182
include multivariate polynomials, functions such as sin or cos, constants such as
8283
pi, fractional exponents, negative exponents, and optimistically also polynomial
8384
expansion.
@@ -144,6 +145,8 @@ We welcome contributions! Please read our:
144145
> to pull the latest changes from the main branch as well as to format, test, and lint your code.
145146
> Just can be installed using `cargo install just`, curl, or your favourite package manager.
146147
148+
Stay connected via our **[Discord Server](https://discord.gg/PdVZCtcgaH)**
149+
147150
## Stability
148151

149152
This project is in the alpha stage. APIs may change without warning until version

0 commit comments

Comments
 (0)