Skip to content

Commit a6995a6

Browse files
author
Vladyslav Shtabovenko
committed
Final changelog and testsuite updates.
1 parent a3e66b1 commit a6995a6

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

FeynCalc/Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
### Version 9.1.0 (August 2016)
22

3+
#### Important changes
4+
* Many new hadndy functions: `FCTraceExpand`, `FCTraceFactor`, `FCGetDimensions`, `FCCanonicalizeDummyIndices`, `TarcerToFC`, `FCReplaceD`, `FCColorIsolate`, `FCDiracIsolate`, `DeclareFCTensor`, `UnDeclareFCTensor`, `CommutatorOrder`
5+
* Improved support for using `FeynCalc` with custom `FeynRules`-models (see http://www.feyncalc.org/forum/1042.html for more details)
6+
* `$LimitTo4` is now disabled by default. Even when set to `True`, it is applied only to 1- and 2-point functions (see http://www.feyncalc.org/forum/1077.html for more details).
7+
8+
#### Commits log
9+
* Added g-2 calculation to the examples testsuite (a3e66b1)
10+
* Paclet version updated to 9.1 (fa6c7e7)
11+
* Rebuilt the documentation. (31f3710)
12+
* Fixed a small typo in the documentation. (9262470)
13+
* Updated the changelog for FeynCalc 9.1 (91ae94d)
314
* Updated `README.MD` (9e99cd)
415
* Fixed a bug in the computation of chiral traces, when West's formula is not used. (0a25312); Example:
516
```

Tests/runtests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,17 @@ SECONDS=0
2323
# Unit tests
2424
$DIR/unittests.sh math8 &&
2525
$DIR/unittests.sh math9 &&
26+
$DIR/unittests.sh math10 &&
2627
$DIR/unittests.sh math &&
2728
# TARCER tests
2829
$DIR/tarcertests.sh math8 &&
2930
$DIR/tarcertests.sh math9 &&
31+
$DIR/tarcertests.sh math10 &&
3032
$DIR/tarcertests.sh math &&
3133
# Integration tests
3234
$DIR/inttests.sh math8 &&
3335
$DIR/inttests.sh math9 &&
36+
$DIR/inttests.sh math10 &&
3437
$DIR/inttests.sh math
3538

3639
echo "==================================================================="

0 commit comments

Comments
 (0)