From 9c2d190dae6dd84ce6732caf6e919322225e9ed3 Mon Sep 17 00:00:00 2001 From: Ivan Grigorik Date: Thu, 18 Dec 2025 19:36:29 +0000 Subject: [PATCH] add deprecation warning --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b9a6d58..f24b547 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # pykokkos-base + +> **NOTE**: *This repository has been merged into [pykokkos](https://github.com/kokkos/pykokkos). This repository is no longer supported or updated. The code is provided as-is, and no new features, issues, or pull requests will be accepted. We recommend you fork it if you wish to continue development yourself.* + + [![linux-ci](https://github.com/kokkos/pykokkos-base/actions/workflows/linux-ci.yml/badge.svg)](https://github.com/kokkos/pykokkos-base/actions/workflows/linux-ci.yml) [![python-package](https://github.com/kokkos/pykokkos-base/actions/workflows/python-package.yml/badge.svg)](https://github.com/kokkos/pykokkos-base/actions/workflows/python-package.yml)