Timeline



Oct 12, 2012:

7:51 PM Changeset in git [86ab483]spielwiese by Viktor Levandovskyy <levandov@…>
*levandov: updated bibliography entries
5:31 PM Changeset in git [0851b0]spielwiese by Martin Lee <martinlee84@…>
chg: added more timing infos to main factorization functions
5:30 PM Changeset in git [2a95b2]spielwiese by Martin Lee <martinlee84@…>
chg: added more timing infos to gcd functions
5:28 PM Changeset in git [2df361]spielwiese by Martin Lee <martinlee84@…>
chg: made functions and variables for timings static
5:18 PM Changeset in git [32cb7a]spielwiese by Hans Schoenemann <hannes@…>
chg: handling of cntrl-c (from master: --cntrlc=?)
4:54 PM Changeset in git [b51d2c]spielwiese by Hans Schoenemann <hannes@…>
fix: interred (tr. #456, master) qring+redSB
3:48 PM Ticket #458 (Missing semicolon in random.lib) closed by hannes
fixed: fixed with rev. 15324 (added ;)
3:46 PM Changeset in git [e2c21a]spielwiese by Hans Schoenemann <hannes@…>
fix: tr. #458
3:33 PM Ticket #458 (Missing semicolon in random.lib) created by daniel.andres@…
One cannot call genericid from random.lib with only one optional …
2:07 PM Ticket #457 (CTRL-C is recognized only once) closed by hannes
fixed: fixed with rev 15323
12:44 PM Changeset in git [4b7db8]spielwiese by Hans Schoenemann <hannes@…>
fix: how to build ring from lists without order for components (rCompose)

Oct 11, 2012:

9:35 PM Changeset in git [13a431]spielwiese by Oleksandr Motsak <motsak@…>
Turn off unwanted debug output (by default!)
9:31 PM Ticket #457 (CTRL-C is recognized only once) created by gorzel
Consider the following situation: One interrupts a std computation by …
5:39 PM Ticket #456 (Incomplete interreduction in a quotient ring with redSB) closed by hannes
fixed: fixed by svn changeset 15319

Oct 10, 2012:

4:56 PM Ticket #456 (Incomplete interreduction in a quotient ring with redSB) created by Simon King
The following occurs in Singular 3-1-5. It was found using my optional …
12:03 PM Changeset in git [a25f7a7]spielwiese by Martin Lee <martinlee84@…>
chg: deleted some unused variable

Oct 9, 2012:

7:04 PM Ticket #455 (simple crash with subst) closed by hannes
fixed: NULL dereference in jjSUBST_Test, fixed.
6:36 PM Changeset in git [7ec0599]spielwiese by Hans Schoenemann <hannes@…>
fix: tr. #455: NULL deref. in jjSUBST_Test
6:15 PM Ticket #455 (simple crash with subst) created by gorzel
The errorneous input, a constant as second argument for subst, gives …
2:27 PM Changeset in git [3feb05]spielwiese by Adrian <adi_popescum@…>
64 bits for Spielwiese 3
11:11 AM Changeset in git [afbebe]spielwiese by Martin Lee <martinlee84@…>
chg: deleted some unused code chg: joined precomputeLeadingCoeff from facFactorize.cc and facFqFactorize.cc

Oct 8, 2012:

6:44 PM Changeset in git [ff12c6]spielwiese by Oleksandr Motsak <motsak@…>
Testing of ClearContent&ClearDenominators add: testing the use of CPolyCoeffsEnumerator by n_ClearDenominators and n_ClearContent add/chg: better generic testing of Clear* functions add: more testing of Clear* functions: cleardenom + ERROR() + exit on wrong test result add: testing of "-leadcoeff" normalization (for TestClearContent) but not for TestClearDenominators... NOTE: ClearContent should make leading coeff. positive! NOTE: testing alg. and trans. extensions of Q aswell as Q itself add: Added testing of Clear* to 'make check'
4:31 PM Changeset in git [e9927f]spielwiese by Hans Schoenemann <hannes@…>
fix: length computation in sLObject::Tail_Minus_mm_Mult_qq
11:24 AM Changeset in git [95197e]spielwiese by Hans Schoenemann <hannes@…>
add: paPrint fix: omFreeBinAddr (master)

Oct 6, 2012:

1:02 PM Changeset in git [db347cb]spielwiese by Hans Schoenemann <hannes@…>
fix from master: exceptional cases (algebra.lib), rename sum (modstd.lib)

Oct 5, 2012:

8:15 PM Ticket #454 (extend proc changevar and others for rings with minpoly) created by gorzel
The proc changeord et al will also work for baserings with algebraic …
4:49 PM Changeset in git [e2207eb]spielwiese by Hans Schoenemann <hannes@…>
fix: freebsd port

Oct 4, 2012:

8:16 PM Changeset in git [dc79bd]spielwiese by Oleksandr Motsak <motsak@…>
Major Update for Enumerators + Fixes for Algrbraic & Transcendental extensions General: chg: cleanup + documentation + additional assumes Enumerators: chg: some polish on Enumerators add: CRecursivePolyCoeffsEnumerator<ConverterPolicy> for recursive treatment of converted coeffs as Enumerators Coeffs: chg: use mpz_lcm for readability in nlClearDenominators + cleanup add: nlClear*NoPositiveLead variants should not make LC positive chg: all nlClear* are not static in order to be usable from alg / trans exts. fix: fixed a bug in ndClearContent AlgExt: add: nCoeff_is_Q_algext for checking an alg. ext. of Q add: naClear* for alg. ext. over Q NOTE: coeffs are polynomials in Q[a] - one should simply consider each of them recursively as a collection of numbers... NOTE: compute GCDs over Alg. Ext... + gcds of (int.) numbers!? NOTE: trying to be conform with older Singular: no negative leading coeff. normalization chg: Alg. Ext: use singclap_*gcd (instead of Frank's gcd-stuff) p_poly: add: p_Cleardenom_n/p_Cleardenom also clear content afterwards... chg: major and minor changes to p_Content/p_Cleardenom_n/p_Cleardenom + cleanup add: additionally trying to assure positive leading coeff. after p_Content/p_Cleardenom_n(/p_Cleardenom?) NOTE: which should not be needed as n_ClearDenominators/n_ClearContent are supposed to assure that themselves! add: more assumes to p_polys.cc NOTE: massive usage of enumerators form p_* causes problems - only doing that for Q_a()! NOTE: do -normalization over Q(x...) TransExt: add: ntClear* for trans. ext's fix: correct ntGetDenom/ntGetNumerator (thanks to pSubstPar), NOTE: no negative denominator out of ntGetNumerator/ntGetDenom! add: first inefficient ntClearContent/Q and ntClearDenominators/Q & F_p impl. NOTE: careful with the use of nlClear* ! (only over Q!) add: added ntTest to transext.cc on most in/outs + use ntInit(poly)! NOTE: trying to fix the monic-poly-gcd problem in ntClearDenominators!
8:15 PM Changeset in git [095dee7]spielwiese by Oleksandr Motsak <motsak@…>
Fix: commented out MAX_INT_LEN macro in kernel/mod2.h due to its definition in auxiliary.h
8:00 PM Changeset in git [f7a3f2]spielwiese by Oleksandr Motsak <motsak@…>
Minor changes to p_Lcm for (module) monomials
7:47 PM Changeset in git [20c540]spielwiese by Oleksandr Motsak <motsak@…>
Preparing the removal of Frank's p_Monic/p_Gcd/p_ExtGcd from common use chg: moved most of the functions (with helpers) into algext.cc and made them static NOTE: p_PolyDiv stayed in p_polys.cc as it is used in convFactoryASingA NOTE: p_ExtGcd also is made public via algext.h (needed elsewhere?)
5:09 PM Ticket #453 (make bindist sharedist fails for x86_64-Linux) closed by hannes
fixed: The build host was missing some static libraries - fixed. For …

Oct 3, 2012:

2:43 PM Changeset in git [b7e5d0]spielwiese by Hans Schoenemann <hannes@…>
fix: primeFactorization: bound
1:32 PM Changeset in git [65b813]spielwiese by Hans Schoenemann <hannes@…>
fix: primefactors(): result and algorithm, bound enabled again Conflicts: Singular/ChangeLog Singular/iparith.cc
1:32 PM Changeset in git [7520ee]spielwiese by Hans Schoenemann <hannes@…>
fix: primefactors(): result and algorithm, bound enabled again

Oct 2, 2012:

4:20 PM Ticket #453 (make bindist sharedist fails for x86_64-Linux) created by gorzel
Die Singularsourcen von nightlybuild lassen sich mit Ubuntu …
12:25 PM Changeset in git [4c4340]spielwiese by Hans Schoenemann <hannes@…>
fix: primeFactorization redone with trial dvivision/Pollard-Rho from gmp Conflicts: Singular/misc_ip.cc

Sep 29, 2012:

1:49 PM Changeset in git [8710ff0]spielwiese by Martin Lee <martinlee84@…>
chg: 64bit integers in factory by Adi Popescu
1:12 PM Ticket #419 (NoetherNormal gives wrong answer in special cases) closed by hannes
fixed: fixed by pfister

Sep 27, 2012:

7:38 PM Changeset in git [9f6cc0]spielwiese by Oleksandr Motsak <motsak@…>
Fix wrong doings at "minpoly = _par_poly_;" for switching to alg. ext.

Sep 26, 2012:

5:15 PM Ticket #290 (bug of map over reals) closed by decker
wontfix: Not a bug. The result is not exact due to the limited accuracy of floats.
1:01 PM Changeset in git [72f1e4b]spielwiese by Martin Lee <martinlee84@…>
fix: several issues with --enable-assertions

Sep 25, 2012:

3:48 PM Ticket #435 (Extension polybori.lib) reopened by dreyer
Replying to barakat: > Thank you for your work. Is it OK …
2:57 PM Ticket #142 (initial ideals contain 0 as generator, e.g. Koszul homology = zero) closed by barakat
wontfix: Hans: this depends on the type "ideal" in current Singular. And adding …
2:47 PM Ticket #435 (Extension polybori.lib) closed by barakat
wontfix: Thank you for your work. Is it OK to close the ticket?
2:45 PM Ticket #446 (Some factory headers not installed) closed by barakat
fixed: fixed by a pull-request of Martin Lee

Sep 24, 2012:

3:30 PM Changeset in git [922962]spielwiese by Hans Schoenemann <hannes@…>
chg: p_Minus_mm_Mult_qq optim.
2:52 PM Changeset in git [f224d85]spielwiese by Hans Schoenemann <hannes@…>
fix: removing last from p_*templates and k* routines
1:57 PM Ticket #452 (bug in classify.lib) closed by steenpass
duplicate: This is a duplicate of ticket #365 which is owned by the reporter.
12:41 PM Changeset in git [abe5c8]spielwiese by Hans Schoenemann <hannes@…>
chg: removed parameter last from p_*templates
11:59 AM Ticket #452 (bug in classify.lib) created by pfister@…
[…]

Sep 21, 2012:

11:38 AM Ticket #451 (Segment fault/Bus error using slimgb) created by Wolfram Decker
SINGULAR / A Computer Algebra System …

Sep 20, 2012:

5:27 PM Changeset in git [05fd55]spielwiese by Adrian <adi_popescum@…>
64bits for Spielweise
2:55 PM Changeset in git [2d9fc3]spielwiese by Martin Lee <martinlee84@…>
chg: update results of m61si due to changed behavior of extgcd Note: the result of extgcd and gcd now coincide

Sep 19, 2012:

4:49 PM Changeset in git [1592b9]spielwiese by Hans Schoenemann <hannes@…>
chg: format
10:49 AM Changeset in git [8fa570]spielwiese by Martin Lee <martinlee84@…>
chg: use FLINT linear algebra in sparse modular gcd
10:48 AM Changeset in git [447349]spielwiese by Martin Lee <martinlee84@…>
chg: fix compiler warnings

Sep 18, 2012:

2:46 PM Changeset in git [49660c]spielwiese by Martin Lee <martinlee84@…>
chg: use FLINT linear algebra in bivariate factorization over finite fields

Sep 14, 2012:

5:23 PM Changeset in git [692aed]spielwiese by Martin Lee <martinlee84@…>
chg: added conversion of matrices to FLINT matrices
3:26 PM Changeset in git [4604b84]spielwiese by Martin Lee <martinlee84@…>
chg: use FLINT in modular resultant computation

Sep 13, 2012:

2:59 PM Changeset in git [6b8106]spielwiese by Oleksandr Motsak <motsak@…>
Merge pull request #185 from alexanderdreyer/spielwiese-countedref attributes treated accordingly by 'reference' and 'shared'
11:30 AM Changeset in git [f768d9]spielwiese by Alexander Dreyer <alexander.dreyer@…>
attributes treated accordingly by 'reference' and 'shared'

Sep 12, 2012:

6:31 PM Changeset in git [1a4c343]spielwiese by Oleksandr Motsak <motsak@…>
Starting tail terms preprocessing: TODO: need a vector of "term + arrow_cache" structures TODO: need a better CReducerFinder for arrow_cache...!!! add: DivisibilityCheck + Separation of minor preparations for tail terms preprocessing! NOTE: not yet :(((
5:59 PM Changeset in git [2ed48b]spielwiese by Oleksandr Motsak <motsak@…>
Merge pull request #184 from mmklee/sw_fix chg: include issue
5:04 PM Changeset in git [d2f30f8]spielwiese by Martin Lee <martinlee84@…>
chg: include issue
1:14 PM Changeset in git [36ebfa]spielwiese by Oleksandr Motsak <motsak@…>
Merge pull request #182 from alexanderdreyer/spielwiese-countedref Spielwiese countedref (prepare autoloading new types)
Note: See TracTimeline for information about the timeline view.