From bccf0ad047692e63b73766c2a9c607fe462973a2 Mon Sep 17 00:00:00 2001 From: Alexander Penev <7923188+alexander-penev@users.noreply.github.com> Date: Sat, 23 Mar 2024 08:28:43 +0200 Subject: [PATCH] Teach binder to use the newest available version of clad. Fixes #715. --- README.md | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd17a2464..d694c9800 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Clad is a source-transformation [automatic differentiation (AD)](https://en.wikipedia.org/wiki/Automatic_differentiation) library for C++,
implemented as a plugin for the [Clang compiler](http://clang.llvm.org/). -#### [Usage](#how-to-use-clad) | [Installation](#how-to-install) | [Further Reading](#further-reading) | [Documentation](https://clad.readthedocs.io/en/latest/index.html) | [Contributing](#how-to-contribute) +#### [Try Online](https://mybinder.org/v2/gh/vgvassilev/clad/master?labpath=%2Fdemos%2FJupyter%2FIntro.ipynb) | [Usage](#how-to-use-clad) | [Installation](#how-to-install) | [Further Reading](#further-reading) | [Documentation](https://clad.readthedocs.io/en/latest/index.html) | [Contributing](#how-to-contribute) ## About Clad diff --git a/environment.yml b/environment.yml index a22e24ccb..d703e5cdd 100644 --- a/environment.yml +++ b/environment.yml @@ -1,5 +1,5 @@ channels: - conda-forge dependencies: - - clad=0.9 - xeus-cling + - clad