File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22 Version history of the FactInt package
33 ======================================
44
5- Changes between FactInt 1.6.0 and FactInt 1.6.1
5+ Changes between FactInt 1.6.2 and FactInt 1.6.1 (February 17, 2018)
6+
7+ - Rewritten `FactorsTDNC` to avoid recursion.
8+ - Some optimisations of loading data tables.
9+
10+ Changes between FactInt 1.6.0 and FactInt 1.6.1 (January 17, 2018)
611
712 - The function `FactorsECM` has been updated to reflect the change that
813 `RootInt` no longer accepts non-integral arguments. Now we ensure that
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ SetPackageInfo( rec(
88
99PackageName := " FactInt" ,
1010Subtitle := " Advanced Methods for Factoring Integers" ,
11- Version := " 1.6.1 " ,
12- Date := " 17/01 /2018" ,
11+ Version := " 1.6.2 " ,
12+ Date := " 18/02 /2018" ,
1313
1414SourceRepository := rec (
1515 Type := " git" ,
You can’t perform that action at this time.
0 commit comments