From 9a219c624c8b660f2c688da512a3dfa13ba302a5 Mon Sep 17 00:00:00 2001 From: Adam Lugowski Date: Fri, 8 Sep 2023 12:51:45 -0700 Subject: [PATCH] Add note about supporting tensors --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b339ac6..49e673e 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/pyproject.toml b/pyproject.toml index 7b82347..12512ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"},