Skip to content

Commit

Permalink
Merge branch 'main' into pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi authored Sep 24, 2024
2 parents c25bb55 + 0f7be70 commit 3d10bb0
Show file tree
Hide file tree
Showing 8 changed files with 1,291 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
exclude: ".ipynb"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.7
hooks:
- id: ruff
args: ["--fix"]
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
![Sparse](docs/assets/images/logo_with_text.svg)

# Sparse Multidimensional Arrays

[![Build Status](https://github.com/pydata/sparse/actions/workflows/ci.yml/badge.svg)](
https://github.com/pydata/sparse/actions/workflows/ci.yml)
[![Docs Status](https://readthedocs.org/projects/sparse-nd/badge/?version=latest)](
http://sparse.pydata.org/en/latest/?badge=latest)
[![Coverage](https://codecov.io/gh/pydata/sparse/branch/main/graph/badge.svg)](
https://codecov.io/gh/pydata/sparse)

## This library provides multi-dimensional sparse arrays.

- 📚 [Documentation](http://sparse.pydata.org)

- 🙌 [Contributing](https://github.com/pydata/sparse/blob/main/docs/contributing.md)

- 🪲 [Bug Reports/Feature Requests](https://github.com/pydata/sparse/issues)
22 changes: 0 additions & 22 deletions README.rst

This file was deleted.

Loading

0 comments on commit 3d10bb0

Please sign in to comment.