From cb8d3b043eca16e33a5354115b478d6c6e76df70 Mon Sep 17 00:00:00 2001 From: brianguenter <1brianguenter@gmail.com> Date: Fri, 6 Sep 2024 10:00:23 -0700 Subject: [PATCH] increased text size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26a3fe15..c5b65e5b 100644 --- a/README.md +++ b/README.md @@ -3,7 +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.** +## **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.