]> www.ginac.de Git - ginac.git/shortlog
ginac.git
2000-04-20 Richard Kreckel- New figure classhierarchy.fig, which we all know...
2000-04-20 Richard Kreckel- Timings D and E: finer time resolution
2000-04-20 Christian Bauer- fixed a typo
2000-04-20 Christian Bauer- fixed typos
2000-04-18 Richard Kreckel- Overwritten: pseries::printtree().
2000-04-13 Christian Bauer- '?time' now works
2000-04-11 Richard Kreckel- numeric::archive(): fixed a typo.
2000-04-10 Richard Kreckel- De-mystified the chapter about relationals.
2000-04-10 Christian Bauer- normal() works for relationals: it normalizes both...
2000-04-10 Christian Bauer- modified printcsrc() example
2000-04-07 Christian Bauer- extended the "Algorithms" chapter which has been...
2000-04-07 Christian Bauer- mentioned to_rational() and input parser
2000-04-06 Christian Bauer- added ex::to_rational() to convert general expression...
2000-04-05 Christian Bauer- fixed a small oops: iprint() didn't reset the number...
2000-04-05 Christian Bauer- streamlined the code in numeric::numeric(archive_node...
2000-04-05 Christian Bauer- implemented #b, #o, #x and #nR prefixes for binary...
2000-04-05 Christian Bauer- changed comment starter from # to //
2000-04-03 Richard Kreckel- atanh_series(): corrected an oops.
2000-04-03 Richard Kreckel- Some corrections in series expansion of several funct...
2000-04-03 Richard Kreckel- NOT building the documentation is the default now.
2000-04-03 Richard Kreckel- inline int csgn(const numeric &): fixed a typo.
2000-04-03 Richard Kreckel- Fixed for new input parser scheme.
2000-03-31 Christian Bauer- the ex stream >> operator is gone
2000-03-31 Richard Kreckel- Documentation adjusted to new tgamma-lgamma-Euler...
2000-03-30 Richard Kreckel- dramatic speedup for characteristic polynomials of...
2000-03-29 Alexander Frinkbug fixed in an incomplete assertion in power.cpp
2000-03-29 Christian Bauer- parsed functions are now correctly evaluated (.eval...
2000-03-29 Christian Bauer- expressions can now be read from streams; the input...
2000-03-28 Christian Bauer- remembering in divide_in_z() turned off (will eventua...
2000-03-28 Richard Kreckel- New tests from the Lewis-Wester Paper: I, J, K and L.
2000-03-27 Richard Kreckel- Primitive heuristics to make determinants of sparse...
2000-03-27 Richard Kreckel- Finally: the test M1 from Lewis and Wester works.
2000-03-26 Richard Kreckel- As advertised: we are calling the Gamma function...
2000-03-26 Richard Kreckel- added test O1 from Lewis-Wester paper.
2000-03-25 Richard Kreckel- Two more tests from the Lewis-Wester paper.
2000-03-25 Richard Kreckel- Added some tests from the Lewis-Wester testsuite.
2000-03-24 Christian Bauer- ginac.h includes version.h (created by configure...
2000-03-23 Christian Bauer- raised coefficient bit-length limit in heur_gcd(...
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
2000-03-22 Christian Bauer- removed inert Diff() function; only Derivative()...
2000-03-21 Richard Kreckel- gamma() -> Gamma().
2000-03-21 Richard Kreckel- 0^a -> 0^a instead of 0.
2000-03-21 Richard Kreckel- print 0 without parens.
2000-03-20 Richard Kreckel- Changes reflect beautifying of floating-point output.
2000-03-20 Richard Kreckel- Output of floats is now in a more beautiful form.
2000-03-20 Christian Bauer- fixed bug in normal(): normal(x^a) became (x^(-a...
2000-03-20 Richard Kreckel- Mention `warranty;' in splash-screen instead of file...
2000-03-15 Richard Kreckel- Updated the timings. release_0-5-4
2000-03-15 Richard Kreckel- Updated for Version 0.5.4.
2000-03-15 Christian Bauer- update NEWS file
2000-03-15 Richard Kreckel- Updated for 0.5.4.
2000-03-15 Richard Kreckel- According to CLTL 0^I is undefined, 0^(I+epsilon...
2000-03-15 Richard Kreckel- The status_flags::expanded is now used on some occasions.
2000-03-15 Richard Kreckel- New file exam_inifcns.cpp holds some functions that...
2000-03-14 Richard Kreckel- Doxygen'ed a bunch of comments.
2000-03-14 Richard Kreckel- Cleanup and clarifications.
2000-03-13 Christian Bauer- ex::series() catches and re-throws exceptions happeni...
2000-03-13 Richard Kreckel- More drastic performance boost on matrix stuff.
2000-03-13 Richard Kreckel- Two new timimgs that are interesting for optimizing.
2000-03-13 Richard Kreckel- New example in Tour of GiNaC about exact radicals.
2000-03-09 Richard Kreckel- Added warning about too much optimism for Bernoulli...
2000-03-02 Richard Kreckel- Changed behaviour of .evalf() to not evalf any exponents.
2000-03-02 Christian Bauer- collect() does nothing
2000-03-02 Richard Kreckel- The paragraph about regression tests reflects the...
2000-03-01 Richard Kreckel- Fixed a logic error in numeric::info().
2000-03-01 Christian Bauer- pseries::coeff() now uses a binary instead of a linea...
2000-02-29 Richard Kreckel- Completely restructured the checks in subdir check/.
2000-02-29 Richard Kreckel- Patch for static libreadline w/ libncurses problem...
2000-02-24 Christian Bauer- default maxargs for functions is 13 to make the curre...
2000-02-24 Richard Kreckel- Speedup for macro that checks if doublefactorial...
2000-02-23 Richard Kreckel- Clarification. release_0-5-3
2000-02-23 Alexander Frinkbetter handling for comments in ginaccint.bin.cpp
2000-02-23 Richard Kreckel- Version and date reflect 0.5.3
2000-02-23 Richard Kreckel- Some minor clarifications.
2000-02-23 Richard Kreckel- Version 0.5.2 -> 0.5.3.
2000-02-23 Richard Kreckel- A new test ripped shamelessly from the Mathematica...
2000-02-23 Richard Kreckel- Version 5.0.2 -> 5.0.3
2000-02-22 Alexander Frinkremember strategies least recently used and least frequ...
2000-02-21 Alexander Frinkregistered_function_info struct changed to function_opt...
2000-02-21 Alexander Frinkcontainer.pl: can now generate constructors for an...
2000-02-21 Alexander Frinksome words about the new function registration macro
2000-02-21 Alexander Frinkseveral more workarounds to make cint work with ginac
2000-02-21 Alexander Frinkadded a normal() to compare the output from lsolve...
2000-02-21 Christian Bauer- add::normal() didn't multiply denominator of expanded...
2000-02-21 Christian Bauer- added check for latest normal() bug
2000-02-21 Christian Bauer- collect() works better
2000-02-17 Alexander Frink#define CINT_CONVERSION_WORKAROUND added to configure
2000-02-17 Alexander Frinknew conversion functions basic -> ex in dummies.h needed
2000-02-17 Alexander Frinknew #define CINT_CONVERSION_WORKAROUND for ginaccint...
2000-02-16 Richard Kreckel- Fixed wrong behaviour of new warning scheme. release_0-5-2
2000-02-16 Richard Kreckel- Made configure warn a lot when readline-stuff couldn...
2000-02-16 Richard Kreckel- set micro_version to 2.
2000-02-16 Richard Kreckel- Updated for doxygen v1.0.0.
2000-02-16 Richard Kreckel- fixed some logic in numeric::has().
2000-02-15 Richard Kreckel- introduced numeric::has()
2000-02-14 Richard Kreckel- Shit, I forgot to say autoconf, so the tag is messed...
2000-02-14 Richard Kreckel- beautyfied names :-) relase_0-5-1
2000-02-14 Richard Kreckel- fixed broken target clean in Makefiles.
2000-02-14 Richard Kreckel- put problematic call in paranoia_check8() into a...
2000-02-14 Richard Kreckel- cosmetic fix
next