Skip to content

Commit

Permalink
New tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Dec 5, 2024
1 parent 83382e1 commit 09e82c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cubed

## Scalable out-of-core array processing in Python
## Scalable array processing with bounded memory

Cubed is a Python library for scalable out-of-core multi-dimensional array processing with bounded memory.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cubed: Scalable out-of-core array processing in Python
# Cubed: Scalable array processing with bounded memory

Cubed is a Python library for scalable out-of-core multi-dimensional array processing with bounded memory.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{name = "Tom White", email = "[email protected]"},
]
license = {text = "Apache License 2.0"}
description = "Scalable out-of-core array processing in Python"
description = "Scalable array processing with bounded memory"
readme = {file = "README.md", content-type = "text/markdown"}
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 09e82c5

Please sign in to comment.