SymbolicTensors.jl Versions Save

Manipulate tensors symbolically in Julia! Currently needs a SymPy dependency, but work is ongoing to change the backend to SymbolicUtils.jl

v0.1.0

3 years ago

This is SymbolicTensors.jl with a few fixes and new general relativity functions from how it was presented at JuliaCon 2020. Much of the tensor calculus is still done in sympy.tensor.tensor via SymPy.jl, though some (e.g. taking derivatives) is done in Julia. The master branch and newer releases will eliminate this sympy dependency in exchange for SymbolicUtils.jl, as well as introducing breaking changes to the user interface.