Skip to content

Tags: pygae/GAlgebra.jl

Tags

v0.1.0

## GAlgebra v0.1.0

**GAlgebra.jl** is the Julia interface to [GAlgebra](https://github.com/pygae/galgebra), a symbolic Geometric Algebra/Calculus package for SymPy.

Currently, it provides bindings to `galgebra.ga`, `galgebra.mv` and many syntax sugars via Unicode operators. It comes with 1200+ tests in addition to the tests in GAlgebra to further ensure the correctness.

To learn more, please check out the documentation: https://pygae.github.io/GAlgebra.jl/latest/


**Merged pull requests:**
- Setup Travis CI and CodeCov (#1) (@utensil)
- README: add link to syntax differences docs (#2) (@waldyrious)
- Deploy doc to Github Pages (#3) (@utensil)
- Add Github Actions for CI (#4) (@utensil)
- Install TagBot as a GitHub Action (#5) (@JuliaTagBot)
- Make GAlgebra.jl work with GAlgebra v0.4.5 (#6) (@utensil)