From cab2adca13fb9559549e8a5f784a160559048480 Mon Sep 17 00:00:00 2001 From: brianguenter <116222085+brianguenter@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:26:46 -0700 Subject: [PATCH] increased text size --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a91d2e67..c5b65e5b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://github.com/brianguenter/FastDifferentiation.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/brianguenter/FastDifferentiation.jl/actions/workflows/CI.yml?query=branch%3Amain) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://brianguenter.github.io/FastDifferentiation.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://brianguenter.github.io/FastDifferentiation.jl/dev) +## **WARNING: version 0.4.0 is broken. Revert to 0.3.17 until a patch release is made. Look [here](https://github.com/brianguenter/FastDifferentiation.jl/issues/91#issue-2510165219) for details** FastDifferentiation (**FD**) is a package for generating efficient executables to evaluate derivatives of Julia functions. It can also generate efficient true symbolic derivatives for symbolic analysis.