From 76bbe367805a10d7993054b53b1692507e7acee7 Mon Sep 17 00:00:00 2001 From: Frames White Date: Tue, 16 Jul 2024 19:01:30 +0800 Subject: [PATCH] add notice about no primary maintainer --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a03f09c..4e404cb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ [![](https://img.shields.io/badge/docs-main-blue.svg)](https://JuliaDiff.github.io/ChainRulesTestUtils.jl/dev) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDiff.github.io/ChainRulesTestUtils.jl/stable) + +| ⚠️ The ChainRules project is currently seeking a new primary maintainer ⚠️ | +|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| See this [Discourse thread](https://discourse.julialang.org/t/chainrules-project-looking-for-a-new-primary-maintainer/115636). We currently have many secondary maintainers and contributors with commit rights, but noone who has committed to leading the efforts. Until this is resolved PRs and issues may not recieve timely response. | + > Collection of utilities for testing forward- and reverse-mode AD sensitivities. `ChainRulesTestUtils.jl` is designed to help you test `ChainRulesCore.frule` and `ChainRulesCore.rrule` methods.