From 16704b0300c08404a415989f8f184f4f3981047c Mon Sep 17 00:00:00 2001 From: Sean LeRoy <41307451+SeanLeRoy@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:57:08 -0700 Subject: [PATCH 1/2] Add warning about deprecation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 19cc6511d..aae1efda6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # AICSImageIO +> [!WARNING] +> Deprecated in favor of replacement tool `bioio` ([see here for migration guide](https://bioio-devs.github.io/bioio/MIGRATION.html)) + [![Build Status](https://github.com/AllenCellModeling/aicsimageio/actions/workflows/build-main.yml/badge.svg)](https://github.com/AllenCellModeling/aicsimageio/actions) [![Documentation](https://github.com/AllenCellModeling/aicsimageio/workflows/Documentation/badge.svg)](https://AllenCellModeling.github.io/aicsimageio/) [![Code Coverage](https://codecov.io/gh/AllenCellModeling/aicsimageio/branch/main/graph/badge.svg)](https://app.codecov.io/gh/AllenCellModeling/aicsimageio/branch/main) @@ -7,6 +10,7 @@ Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Pure Python + --- ## Features From abc4f90f9c65e1744a2baef85f2b793fe35d85f5 Mon Sep 17 00:00:00 2001 From: Sean LeRoy <41307451+SeanLeRoy@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:26:25 -0700 Subject: [PATCH 2/2] Improve warning text Co-authored-by: toloudis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aae1efda6..419aa82e0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AICSImageIO > [!WARNING] -> Deprecated in favor of replacement tool `bioio` ([see here for migration guide](https://bioio-devs.github.io/bioio/MIGRATION.html)) +> AICSImageIO is now in maintenance mode only. Please take a look at its compatible successor [`bioio`](https://github.com/bioio-devs/bioio) ([see here for migration guide](https://bioio-devs.github.io/bioio/MIGRATION.html)) [![Build Status](https://github.com/AllenCellModeling/aicsimageio/actions/workflows/build-main.yml/badge.svg)](https://github.com/AllenCellModeling/aicsimageio/actions) [![Documentation](https://github.com/AllenCellModeling/aicsimageio/workflows/Documentation/badge.svg)](https://AllenCellModeling.github.io/aicsimageio/)