Skip to content

Commit

Permalink
Release Symbolica 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benruijl committed Oct 20, 2024
1 parent f925436 commit 9cb26af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "symbolica"
readme = "Readme.md"
repository = "https://github.com/benruijl/symbolica"
rust-version = "1.73"
version = "0.12.1"
version = "0.13"

[profile.release]
codegen-units = 1
Expand Down
4 changes: 1 addition & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,13 @@ Symbolica can be installed for Python >3.5 using `pip`:
pip install symbolica
```

The installation may take some time on Mac OS and Windows, as it may have to compile Symbolica.

## Rust

If you want to use Symbolica as a library in Rust, simply include it in the `Cargo.toml`:

```toml
[dependencies]
symbolica = "0.12"
symbolica = "0.13"
```

# Examples
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["math", "algebra", "polynomial", "expression", "manipulation"]
license = {file = "License.md"}
name = "symbolica"
readme = "Readme.md"
version = "0.12.1"
version = "0.13"

classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 9cb26af

Please sign in to comment.