Skip to content

Commit

Permalink
silent setup of sympy (#65)
Browse files Browse the repository at this point in the history
* silent setup of sympy

* set version to v2.8.4
  • Loading branch information
ranocha authored Jan 16, 2022
1 parent bd097c0 commit 53c688f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RootedTrees"
uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
authors = ["Hendrik Ranocha <[email protected]> and contributors"]
version = "2.8.3"
version = "2.8.4"

[deps]
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Expand Down
3 changes: 3 additions & 0 deletions docs/src/tutorials/RK_order_conditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ this enables automatic differentiation (AD) and symbolic computations.
### Symbolic computations

For example, you can determine the order conditions symbolically as follows.
```@setup
using SymPy # download required python stuff silently
```
```@example
using RootedTrees, SymPy
Expand Down

2 comments on commit 53c688f

@ranocha
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/52524

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.8.4 -m "<description of version>" 53c688ffbabb7dc042688c9b83b876ab892bdd37
git push origin v2.8.4

Please sign in to comment.