Skip to content

Commit 1c88af2

Browse files
author
Alexander Konovalov
committed
Version 1.6.2
1 parent c4a09c7 commit 1c88af2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
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

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ SetPackageInfo( rec(
88

99
PackageName := "FactInt",
1010
Subtitle := "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

1414
SourceRepository := rec(
1515
Type := "git",

0 commit comments

Comments
 (0)