Skip to content

Commit e267037

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Add badge to point to the documentation
Attempt to fix dependencies installation issues PiperOrigin-RevId: 546244258
1 parent 5326e06 commit e267037

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Dataclass Array
22

3-
[![Unittests](https://github.com/google-research/dataclass_array/actions/workflows/pytest_and_autopublish.yml/badge.svg)](https://github.com/google-research/visu3d/actions/workflows/pytest_and_autopublish.yml)
3+
[![Unittests](https://github.com/google-research/dataclass_array/actions/workflows/pytest_and_autopublish.yml/badge.svg)](https://github.com/google-research/dataclass_array/actions/workflows/pytest_and_autopublish.yml)
44
[![PyPI version](https://badge.fury.io/py/dataclass_array.svg)](https://badge.fury.io/py/dataclass_array)
5+
[![Documentation Status](https://readthedocs.org/projects/dataclass-array/badge/?version=latest)](https://dataclass-array.readthedocs.io/en/latest/?badge=latest)
6+
57

68
`DataclassArray` are dataclasses which behave like numpy-like arrays (can be
79
batched, reshaped, sliced,...), compatible with Jax, TensorFlow, and numpy (with

0 commit comments

Comments
 (0)