From 77b8ea0752fe3d5556eede993cf04be6f5b60ca8 Mon Sep 17 00:00:00 2001 From: john verzani Date: Sat, 30 May 2020 16:01:51 -0400 Subject: [PATCH] export sympy_core, sympy_matrices; fix tests (#353) --- Project.toml | 2 +- examples/calculus.html | 30 +++--- examples/matrices.html | 203 ++++------------------------------------- src/SymPy.jl | 17 +++- src/mathops.jl | 8 +- test/tests.jl | 10 +- 6 files changed, 62 insertions(+), 208 deletions(-) diff --git a/Project.toml b/Project.toml index 4fa315c0..957d0c08 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SymPy" uuid = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6" -version = "1.0.23" +version = "1.0.24" [deps] diff --git a/examples/calculus.html b/examples/calculus.html index 1ff3a0a9..0524ff6b 100644 --- a/examples/calculus.html +++ b/examples/calculus.html @@ -20,6 +20,12 @@ h5:before {content:"\2746\ ";} h6:before {content:"\2742\ ";} pre {display: block;} +th, td { + padding: 15px; + text-align: left; + border-bottom: 1px solid #ddd; +} +tr:hover {background-color: #f5f5f5;} @@ -130,7 +136,7 @@
In Julia

we have