Project

General

Profile

John Abbott's activity

From 24 Jan 2018 to 22 Feb 2018

22 Feb 2018

17:36 CoCoALib 0.25 hour (Support #1161 (Closed): Split NumTheory.C into several smaller files)
Subfiles John Abbott
17:36 CoCoALib Support #1161: Split NumTheory.C into several smaller files
Some suggestions for the subfiles:
primes, RatReconstruct, CRT
Note that there is no need to split the docume...
John Abbott
17:35 CoCoALib Support #1161 (Closed): Split NumTheory.C into several smaller files
The file *@NumTheory.C@* has become rather large. Consider splitting it into several smaller files.
John Abbott
17:33 CoCoALib Support #1160 (New): Clean up revised RatReconstructByContFrac code
The @RatReconstructByContFrac@ code has been revised (made better?), but there is lots of commented out cruft.
Cle...
John Abbott

21 Feb 2018

17:26 CoCoA-5 Bug #1152 (Resolved): Release: problems with sed
I have changed the relevant lines in @Doc/Makefile@. It works for me.
I'm still a bit uneasy about calling a comm...
John Abbott
17:26 CoCoA-5 0.20 hour (Bug #1152 (Closed): Release: problems with sed)
Fixed John Abbott

16 Feb 2018

10:41 CoCoA-5 Bug #1152 (In Progress): Release: problems with sed
Try *@doc/Makefile@* ;-)
John Abbott
10:41 CoCoA-5 0.10 hour (Bug #1152 (Closed): Release: problems with sed)
Where John Abbott

12 Feb 2018

12:37 CoCoALib 0.25 hour (Design #1156 (New): Printing for RingElem)
Some notes John Abbott
12:37 CoCoALib Design #1156: Printing for RingElem
Part of the motivation is that it seems to be tricky to resolve issue #930 about printing out TwinFloat values as pol... John Abbott
12:30 CoCoALib Design #1156 (New): Printing for RingElem
JAA would like to reconsider the design of printing for @RingElem@ because the current design is rather inelegant. John Abbott
12:28 CoCoA-5 0.20 hour (Bug #1152 (Closed): Release: problems with sed)
Ideas John Abbott
12:28 CoCoA-5 Bug #1152: Release: problems with sed
*(A)* The simplest solution is to call @sed@ directly without using its full path:
* *@+++@* should work everywhere
...
John Abbott

11 Feb 2018

21:10 CoCoALib Feature #1154: SmallFpImpl: new ctor arg to say do-not-check-that-arg-is-prime
Another posibility is for a "prime source" to produce values of a new type @SmallPrime@ (which is really just a @long... John Abbott
21:10 CoCoALib 0.20 hour (Feature #1154 (Closed): SmallFpImpl: new ctor arg to say do-not-check-that-arg-is-prime)
Another idea John Abbott
20:52 CoCoALib 0.50 hour (Feature #1154 (Closed): SmallFpImpl: new ctor arg to say do-not-check-that-arg-is-prime)
Example John Abbott
20:52 CoCoALib Feature #1154: SmallFpImpl: new ctor arg to say do-not-check-that-arg-is-prime
Several CRT loops look a lot like this:... John Abbott
20:49 CoCoALib Feature #1154 (Closed): SmallFpImpl: new ctor arg to say do-not-check-that-arg-is-prime
I propose adding a new ctor for @SmallFpImpl@ where the caller can use a flag to guarantee that the arg is prime.
...
John Abbott
21:02 CoCoALib 0.50 hour (Feature #1155 (Closed): Create a new "prime source" iterator)
PrimeSource class John Abbott
21:02 CoCoALib Feature #1155: Create a new "prime source" iterator
Add a new class to CoCoALib for generating primes in succession -- for use inside CRT loops.
Currently a CRT loop ...
John Abbott
20:55 CoCoALib Feature #1155 (Closed): Create a new "prime source" iterator
In CoCoA-4 the old factorizer code had an "iterator" for generating primes in succession.
Add such an object to Co...
John Abbott

01 Feb 2018

13:48 CoCoALib Feature #1115: New class: exterior algebra
JAA has made a first impl (mostly copying code from @RingWeyl@). Many fns are still NYI.
Anna, Michele and Elisa ...
John Abbott
13:48 CoCoALib 1.50 hour (Feature #1115 (In Progress): New class: exterior algebra)
First impl John Abbott

26 Jan 2018

15:28 CoCoA-5 Feature #368: port SmithNormalForm (CoCoA-4)package to CoCoA-5
This should be ported to CoCoALib (once it has been corrected). It would surely be faster ;-)
John Abbott
15:28 CoCoA-5 0.10 hour (Feature #368 (In Progress): port SmithNormalForm (CoCoA-4)package to CoCoA-5)
CoCoALib? John Abbott
15:27 CoCoA-5 Feature #368: port SmithNormalForm (CoCoA-4)package to CoCoA-5
More failing examples:... John Abbott
15:27 CoCoA-5 0.10 hour (Feature #368 (In Progress): port SmithNormalForm (CoCoA-4)package to CoCoA-5)
More failing examples John Abbott
15:23 CoCoA-5 0.25 hour (Feature #368 (In Progress): port SmithNormalForm (CoCoA-4)package to CoCoA-5)
Partly done John Abbott
15:23 CoCoA-5 Feature #368 (In Progress): port SmithNormalForm (CoCoA-4)package to CoCoA-5
Anna says she has "cleaned up" the original CoCoA-4 code so that CoCoA-5 accepts it.
The code is in @MatNormalForm.c...
John Abbott

25 Jan 2018

17:32 CoCoA-5 Design #1151: ConcatList or ConcatLists
Personally I find the name @ConcatLists@ more "natural" because it concatenates many lists.
The fns @ConcatVerList...
John Abbott
17:12 CoCoA-5 Design #1151: ConcatList or ConcatLists
In the current version (5.2.2) the fn *@ConcatList@* is built-in, while *@ConcatLists@* is defined in @list.cpkg5@ an... John Abbott
17:12 CoCoA-5 0.25 hour (Design #1151 (Closed): ConcatList or ConcatLists)
Some notes John Abbott
17:06 CoCoA-5 Design #1151 (Closed): ConcatList or ConcatLists
CoCoA-5 has both *@ConcatList@* and *@ConcatLists@*. They are identical.
We should keep just one.
*2021-01* De...
John Abbott
15:05 CoCoALib Support #1149: Release: CoCoALib-0.99600 (together with CoCoA-5.2.4)
Principal changes and additions to CoCoALib:
* ctors for *@BigInt@* and *@BigRat@* from *@string@* and GMP native ob...
John Abbott
15:05 CoCoALib 0.10 hour (Support #1149 (Closed): Release: CoCoALib-0.99600 (together with CoCoA-5.2.4))
Changes and additions John Abbott
 

Also available in: Atom