Project

General

Profile

Activity

From 25 Jul 2014 to 23 Aug 2014

01 Aug 2014

10:56 Feature #484: Evaluate in other ring (was called :: in CoCoA-4)
the CoCoA-4 operator "::" is now in another specific issue.
For the time being I think that *ReadExpr* may be good e...
Anna Maria Bigatti
10:54 Feature #484 (Feedback): Evaluate in other ring (was called :: in CoCoA-4)
Anna Maria Bigatti
10:53 Feature #606 (Closed): Evaluate in ring operator (was called :: in CoCoA-4)
CoCoA-4 has the *@::@* operator which evaluated expressions in a given ring:... Anna Maria Bigatti
10:36 Support #605 (Closed): Release: CoCoA-5.1.1
Everything for the release
finalize cvs
make
make doc
make ManExamples
in snapshot dir:
cd src/CoCoA-5/re...
Anna Maria Bigatti
09:41 Feature #603 (Closed): Resume CheckArgTypes
Done, tested, documented
Different from the cocoa-4 version: more flexible (see manual)
Anna Maria Bigatti
09:39 Feature #603 (Closed): Resume CheckArgTypes
Redesign CoCoA-4 function CheckArgTypes (for checking argument types, of course...) Anna Maria Bigatti

31 Jul 2014

17:36 Support #325: CoCoAManual: display syntax first
Even though I had closed this issue saying:
> Even though CoCoAHelp.xml isn't all written like that (too dangerous t...
Anna Maria Bigatti
15:15 Support #324 (Closed): Correct font for variable references in description
Duplicates #169: "Font for parameters in manual".
Design is all set there.
Closing this issue.
Anna Maria Bigatti
15:13 Support #169 (In Progress): Font for parameters in manual
As said in another issue:
- parameters should have the same name as in <syntax>
- <syntax> should be moved before <...
Anna Maria Bigatti
15:08 Design #294 (Resolved): BuiltInFunctions: General "OneLiner" for arguments of different type
Is the new approach in BuiltInFunctions good enough?
I think so: it is not a one-liner but it's very readable (look f...
Anna Maria Bigatti
15:06 Design #493 (Closed): Cleanup Hilbert package hp.cpkg5
Now all functions work. A proper clean-up and re-design is in another issue. Anna Maria Bigatti

30 Jul 2014

17:29 Feature #600: efficient subalgebras
We are also working an efficient algorithm for implicitization.
Keep that in mind for this issue, or make a new issue.
Anna Maria Bigatti
17:23 Feature #600 (New): efficient subalgebras
There are many tools to deal with subalgebras (see @toric@ and @normaliz@), so it would make sense to design a nice i... Anna Maria Bigatti
17:22 Feature #590 (Feedback): package for subalgebras
Resumed package (slight design change, documented)
It will be imrpoved, but that's beyond this task scope.
Anna Maria Bigatti
17:20 Feature #359: RingOf for list
The function in CoCoA-5 is already done and called @RingSet@ (see manual) but I'm not happy with the name: should I c... Anna Maria Bigatti

29 Jul 2014

16:26 Design #403: Misuse of dot-dot operator
the error message was indeed a bit puzzling in some cases now it is:... Anna Maria Bigatti
12:31 Design #403: Misuse of dot-dot operator
Giulia's problem could be neatly resolved by allowing the following syntax *@L[2..4]@* to mean @[L[k] | k in 2..4]@. ... John Abbott
12:04 Design #403 (Rejected): Misuse of dot-dot operator
My main concern is the (possibly) unexpected behaviour illustrated in example *@(B)@* in comment 1. However, for a l... John Abbott
11:54 Design #403: Misuse of dot-dot operator
The main action taken was to clarify the manual entry for ".."; it is now quite clear, and even mentions Giulia's inc... John Abbott
07:28 Design #403: Misuse of dot-dot operator
I suggest to reject this issue.
@A..B@ works for A and B integers or indeterminates in the order of their definition...
Anna Maria Bigatti
09:31 Feature #273 (Closed): Package for Polynomial Algebra Homomorphisms
Anna Maria Bigatti
09:29 Feature #484 (In Progress): Evaluate in other ring (was called :: in CoCoA-4)
Anna Maria Bigatti

28 Jul 2014

21:50 Bug #382 (Closed): Subtle bug with CoeffEmbeddingHom
This is no longer a problem (after resolving issue #190). Closing.
PS I have added the example to @exbugs.cocoa5@.
John Abbott
17:48 Feature #173 (Rejected): Anonymous symbols: should they be available in CoCoA-5?
Anna Maria Bigatti
17:44 Feature #20 (Closed): How to get the compilation flags of CoCoA-5?
Compilations flags are given by @VersionInfo()@ Anna Maria Bigatti
17:41 Design #412: intersection (all lower case)
The clean solution would be to have @intersect@ doing what @Intersection@ used to do.
Problem is @intersect@ for IDE...
Anna Maria Bigatti
17:12 Slug #99 (Feedback): Function "insert": obsolescent
Documented as obsolescent Anna Maria Bigatti
17:01 Feature #25: Function "Call"
It is now officially documented as OBSOLETE, so I close this issue. Anna Maria Bigatti
16:44 Feature #485: Initialization for CoCoA-5: file init.cocoa5
the general @init@ file now works well.
I don't think there is a particular need for a user init file.
I regard thi...
Anna Maria Bigatti
16:35 Feature #330 (Closed): Syzygy for modules: homogeneous module
Anna Maria Bigatti
16:28 Design #476: Review utility of package IO
I don't think we should eliminate it.
In time, we can see what can be useful and advertized (low priority)
Anna Maria Bigatti
16:20 Feature #512: Resurrect MakeCheck()
Undecided, needs more thinking. Not urgent Anna Maria Bigatti
11:48 Design #597 (New): Interpreter.C: remove calls to WrongTypeException
Anna Maria Bigatti
11:48 Bug #524 (Closed): BuiltInFunctions: remove calls to WrongTypeException
There are a few more @WrongTypeException@ left in @Interpreter.C@.
Those are of a slightly different nature and shou...
Anna Maria Bigatti
10:55 Design #595: rename BigIntValue, IdealValue --> INTValue, IDEALValue? or even INT, IDEAL?
Changed also also PtrCast into RefTo<..>
cvs-ed
Anna Maria Bigatti

25 Jul 2014

19:50 Design #595: rename BigIntValue, IdealValue --> INTValue, IDEALValue? or even INT, IDEAL?
added templates for @RefTo<..>@. Anna Maria Bigatti
16:16 Design #595: rename BigIntValue, IdealValue --> INTValue, IDEALValue? or even INT, IDEAL?
Now all @switch@ following @EvalArgAsT1or...@ have a default case giving and error.
This is good for maintenance: if...
Anna Maria Bigatti
12:53 Design #595: rename BigIntValue, IdealValue --> INTValue, IDEALValue? or even INT, IDEAL?
Another possible name is *@UnwrapBigInt@*. I think it conveys the idea that the @BigInt@ is hidden inside the object... John Abbott
09:11 Design #595: rename BigIntValue, IdealValue --> INTValue, IDEALValue? or even INT, IDEAL?
First pass is mostly done (BigIntValue --> INT, and similar).
I'm a bit undecided about a few other types like @OSTR...
Anna Maria Bigatti
08:51 Design #595: rename BigIntValue, IdealValue --> INTValue, IDEALValue? or even INT, IDEAL?
John Abbott wrote:
> I'm not entirely convinced by the names @PtrCastIDEAL@ etc.
> It is true that the arg is a "po...
Anna Maria Bigatti
08:47 Design #595: rename BigIntValue, IdealValue --> INTValue, IDEALValue? or even INT, IDEAL?
I started the change: there is no name clash problem with the class @INT@ :-)
... at least with gcc :-/
Anyway: in ca...
Anna Maria Bigatti
08:19 Support #488: CoCoAManual: Help page for porting old C4 code to C5
John Abbott wrote:
> I'd like a name which more clearly expresses that it is for converting "old" C4 code to C5.
Ind...
Anna Maria Bigatti
 

Also available in: Atom