Skip to content

Commit 53c688f

Browse files
authored
silent setup of sympy (#65)
* silent setup of sympy * set version to v2.8.4
1 parent bd097c0 commit 53c688f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RootedTrees"
22
uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
33
authors = ["Hendrik Ranocha <mail@ranocha.de> and contributors"]
4-
version = "2.8.3"
4+
version = "2.8.4"
55

66
[deps]
77
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"

docs/src/tutorials/RK_order_conditions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ this enables automatic differentiation (AD) and symbolic computations.
9999
### Symbolic computations
100100

101101
For example, you can determine the order conditions symbolically as follows.
102+
```@setup
103+
using SymPy # download required python stuff silently
104+
```
102105
```@example
103106
using RootedTrees, SymPy
104107

0 commit comments

Comments
 (0)