Skip to content

Releases: tririver/MathGR

Minor: Added choice of convention in GRE

07 Jul 02:53

Choose a tag to compare

v0.1.3

Add Weinberg convention example

Typeset update

22 Jun 07:39

Choose a tag to compare

Updated the way to generate aliases (use such as Esc - (type)tu - Esc). The new way should work for both v13 and pervious versions of Mathematica, whereas the old way broke in v13.

Minor corrections

26 Sep 08:49

Choose a tag to compare

Dump incremental changes and fixes.

The release to match 1306.1295v2

17 Aug 06:06

Choose a tag to compare

v0.1

fix `Dispatch` change of behavior in Mathematica 10

v0.1-beta.5

04 May 16:06

Choose a tag to compare

v0.1-beta.5 Pre-release
Pre-release

Major changes:

  • Simp can now go into common functions like Exp, Sin, Cos, Power.
  • Added TSeries which expand tensor series safely.
  • Added a lot of examples.

v0.1-beta.4

28 Apr 13:47

Choose a tag to compare

v0.1-beta.4 Pre-release
Pre-release

Dump incremental changes and fixes.

v0.1-beta.3

08 Jan 16:18

Choose a tag to compare

v0.1-beta.3 Pre-release
Pre-release

Fixed a regression of tensor simplification, when there are terms on exponential (or maybe other non-polynomial functions).

Other small tweaks.

Minor fixes

31 Dec 07:05

Choose a tag to compare

Minor fixes Pre-release
Pre-release

This is a minor release with the following fixes:

  • Added DeleteSym
  • Added check against nested indices.
  • Fixed a bug where Dta raise / lower indices.
  • Decomposition now by default use {U1, D1} and {U2, D2}.
  • Renamed Asym to AntiSym
  • Combine SimpF, SimpH, SimpM into Simp.

preparing for the initial github release

05 Nov 07:28

Choose a tag to compare

We are preparing for the initial github release.

Compared to the earliest announced version on arXiv, there are quite a few enhancements. Including

  • Decomposition of indices now works more consistently.
  • The tensor display mechanism is updated. Now the displayed tensors can be edited.
  • Added documentation in nb file. Easier to run than retyping the LaTeX documentation.
  • Performance and modularity improvements for Ibp[].
  • More unit test cases added.
  • Now the code is hosted at GitHub.