Historique | Voir | Annoter | Télécharger (88,13 ko)
Added: function to lists of ranges in Sollya into lists of intervals in Sage. Adaptation of evaluation function to take into account 2 possible output (number, range).
Added functions for conversion of Sollya lists of ranges into Sage lists of intervals.
Changed: comment.
Changed: a comment.
Changed: messages are printed out to stderr.
Added: functions. Fixed: minute bugs and comments.
Added: new function. Fixed: mostly typos and some marginal bugs.
Hardened pobyso_float_list_so_so when empty lists are processed.
Fixed: extraneous console output.
Too upset to comment.
Fixed: bugs on calls eval (use sage_eval instead, with globals() argument forvariables).Added: new functions.
Fixed a bug in the rounding function: does not return, under no circumstance, the initial parameters as return values. Always returns copies since the caller may free its arguments after call.
Multiple fixed :- less noisy module loading;- debug printing fixes;- run time scripts enhancement (window title update);- added a new run time script (should replace all the old ones soon);
Added: more debug code.
Some bug fixes on precision setting and retrieval.
Minor changes on run time files.Completed: function for polynomials coefficients rounding.Added: debug code in several places.
Some typos and debugging code added. A new (unfinished) polynomial rounding function.
Created: extra verbose function for debugging.Added: debug option to several functionsK
Added: code for polynomial coefficients rounding. Stand alone programs can use the new functionality. Some testing done as well. Fixed: a few bugs and typos. Refactored: precision management in a few function, in a clearer, more systematic and less error prone mode (much more to do).
Lots of fixes around polynomial coefficients rounding.
Added: several functions.
Lot's of new functions and fixes.
Fixed: typos and minor bugs.
Changed: many things related to constants.Added : functions for polynomials conversion from Sage to Sollya.
Fixed: lots of typos and function ordering.Added: new function for rationals constants into Sollya, stubs for functions to export Sage rational polynomials into Sollya.
Fixed: typos.
pobyso.py: heavy update of Taylor model functions (and checked).sollya_lib.sage: new function (sollya_lib_abs) added.testPobyso.sage: new test functions added (and checked).sageSLZ.sage:minor changes.
Lots of fixes, too long to detail. Mainly on the scaling andapproximation computing areas.
Heavy patching to take into account the change in pointers format.
Lots of fixes due to changes in Sage 6.6.Mainly :- changed (and deprecated) behaviour of "load";- changed behaviour of assume_str (adds "_SAGE_VAR" to variable names).
Extra functions added:- pobyso_error_so: generate a Sollya error object;- pobyso_is_error_so_sa: check if some Sollya object is an error object;- a new function (version 6) to compute polynomials for Coppersmith;- added entries in sollya_lib.sage for new Sollya functions used;...
Added function pobyso_guess_degree_sa_sa, tested but still has memory leaks.Function pobyso_guess_degree_so_sa tested OK.Several typos and very local optimizations.
Added function pobyso_guess_degree.Not tested yet.Some typos and comments fixed.
Comments fixes and marginal code fixes.
Lots of small fixes.
Changes in pobyso_get_list_elements_so_so to:- minimize memory manipulations;- enhance documentation
Lots of memory leaks fixed.
Test library started: testPobyso.sageNew Sollya functions added: sollya_lib.sageMemory leaks fixed: pobyso.py
Bug fixing.
Bug fix in slz_compute_polynomial_and_interval: take the internal Sollya precision into account.Lots of memory management and variable renaming.
Lot's of changes in pobyso.Memory management in taylor form and others.New functions.
Lots of typos.Some memory management in pobyso.Row and column matices for LLL.
- Norm function for multivariate polynomials create (a lot of TODOs remaining);- sageSLZ-Notes updated, after new ideas (see below).- Total transformation of interval/polynomial building (with some checks done to validate the new "adaptative" system and tweak the constants;...
Create new conversion function header to get Sollya polynomialsfrom Sage polynomials.
Typos in pobyso.sy.More substantial changes in sageSLZ.sage
Lots of debugging in sageSLZ.sage.Minor typo clean up in pobyso.py
Polynomila conversion stuff. Still in progress...
Added (untested) function pobyso_taylor_form_with_function_change_so_so
New functions added for polynomials conversion from Sollya to Sage.
Lots of bug fixes and enhancements.Taylor expansions stuff added.
Added solly_lib_mid...
supnorm stuff added.
Bugs fixing.
Interval/Range stuff added.
Remez and Tayloform updates
Mainly, new min_rn_size function added to sageMpfr.spyc.New #define constants and function declaration added.
Lots of change on pobyso.py: adding the suffixes to functions.
Start of Taylor model management for Coppersmith
Just a test
Initial file loading