From 64baf95409257f61d0d234501ff3a08427a6cbc7 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 17 Jan 2024 15:50:22 -0500 Subject: [PATCH] Add notice about being unmaintained --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c4e428b57b..cb1cf485d64 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# THIS CRATE IS UNMAINTAINED +As of 2024-01-17 this crate is no longer maintained. See discussion [#1429] +for more details. + +[#1429]: https://github.com/jorgecarleitao/arrow2/issues/1429 + # Arrow2: Transmute-free Arrow [![test](https://github.com/jorgecarleitao/arrow2/actions/workflows/test.yml/badge.svg)](https://github.com/jorgecarleitao/arrow2/actions/workflows/Build.yml) @@ -50,7 +56,7 @@ for a detailed documentation of each of its APIs. * Extensive set of cargo feature flags to reduce compilation time and binary size * Fully-decoupled IO between CPU-bounded and IO-bounded tasks, allowing this crate to both be used in `async` contexts without blocking and leverage parallelism -* Fastest known implementation of Avro and Parquet (e.g. faster than the official +* Fastest known implementation of Avro and Parquet (e.g. faster than the official C++ implementations) ## Safety and Security