Skip to content

Commit

Permalink
Add note about supporting tensors
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Sep 8, 2023
1 parent 1f19ee4 commit 9a219c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Make every matrix beautiful.

MatRepr formats matrices to HTML, string, and LaTeX, with Jupyter integration.
MatRepr formats matrices and tensors to HTML, string, and LaTeX, with Jupyter integration.

* **SciPy** - sparse matrices and arrays like `csr_matrix` and `coo_array`
* **NumPy** - `ndarray`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "matrepr"
version = "0.8.1"
description="Format matrices to HTML, string, and LaTeX, with Jupyter integration."
description="Format matrices and tensors to HTML, string, and LaTeX, with Jupyter integration."
readme = "README.md"
authors = [
{ name = "Adam Lugowski"},
Expand Down

0 comments on commit 9a219c6

Please sign in to comment.