Skip to content

Commit

Permalink
Update example link
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed May 7, 2020
1 parent b65797e commit 8f5108d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Note: enter unicode symbols like `∧` with corresponding LaTeX commands like `\

So far only `galgebra.ga.Ga` and `galgebra.mv.Mv` have been verified to work in Julia, see [tests](https://github.com/pygae/GAlgebra.jl/tree/master/test/runtests.jl). The tests verified many identities in Linear Algebra and Geometric Algebra.

See [examples of GAlgebra](https://github.com/pygae/galgebra/tree/15-print-pow/examples) for more examples in Python. With some small changes, they can be ported to Julia.
See [examples of GAlgebra](https://github.com/pygae/galgebra/tree/master/examples) for more examples in Python. With some small changes, they can be ported to Julia.

## Installation

Expand Down

2 comments on commit 8f5108d

@utensil
Copy link
Member Author

@utensil utensil commented on 8f5108d May 7, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

GAlgebra.jl is the Julia interface to 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/

@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 updated: JuliaRegistries/General/14320

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 v0.1.0 -m "<description of version>" 8f5108d084301b0bd1de3acee6fb6bee0d510f73
git push origin v0.1.0

Please sign in to comment.