Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

<img width="300" src="https://raw.githubusercontent.com/d33bs/OME-IRIS/main/docs/src/_static/ome-iris-logo.png?raw=true">

![PyPI - Version](https://img.shields.io/pypi/v/ome-iris)
[![python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/downloads/)
[![Build Status](https://github.com/d33bs/OME-IRIS/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/d33bs/OME-IRIS/actions/workflows/run-tests.yml?query=branch%3Amain)
[![Publish Docs](https://github.com/d33bs/OME-IRIS/actions/workflows/publish-docs.yml/badge.svg?branch=main)](https://github.com/d33bs/OME-IRIS/actions/workflows/publish-docs.yml?query=branch%3Amain)
[![Publish PyPI](https://github.com/d33bs/OME-IRIS/actions/workflows/publish-pypi.yml/badge.svg)](https://github.com/d33bs/OME-IRIS/actions/workflows/publish-pypi.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![License](https://img.shields.io/github/license/d33bs/OME-IRIS)](https://github.com/d33bs/OME-IRIS/blob/main/LICENSE)
[![python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/downloads/)

OME-IRIS is an open bioimage dataset catalog for benchmarking image input/output (IO), transformations, metadata management, and bioimage-linked workflows.

Expand Down
Loading