From bcf9b8b45eb311a02a1aa69a7fa77161a6b155af Mon Sep 17 00:00:00 2001 From: Will Tebbutt Date: Thu, 13 Apr 2023 12:19:06 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cea403fb..75338f38 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ [![Stable Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://invenia.github.io/Nabla.jl/stable) [![Latest Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://invenia.github.io/Nabla.jl/latest) +# No Longer Maintained + +This project is no longer actively maintained, as it has been thoroughly superceeded by other AD projects in the Julia ecosystem. + +# README + Nabla.jl is a reverse-mode automatic differentiation package targetting machine learning use cases. As such, we have (for example) prioritised support for linear algebra optimisations and higher-order functions over the ability to take higher-order derivatives (Nabla currently only supports first-order derivatives).