]> www.ginac.de Git - ginac.git/history - ginac
- the ex stream >> operator is gone
[ginac.git] / ginac /
2000-03-31 Christian Bauer- the ex stream >> operator is gone
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-27 Richard Kreckel- Primitive heuristics to make determinants of sparse...
2000-03-26 Richard Kreckel- As advertised: we are calling the Gamma function...
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- 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-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-14 Richard Kreckel- Doxygen'ed a bunch of comments.
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-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-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-24 Christian Bauer- default maxargs for functions is 13 to make the curre...
2000-02-22 Alexander Frinkremember strategies least recently used and least frequ...
2000-02-21 Alexander Frinkcontainer.pl: can now generate constructors for an...
2000-02-21 Christian Bauer- add::normal() didn't multiply denominator of expanded...
2000-02-21 Christian Bauer- collect() works better
2000-02-17 Alexander Frinknew #define CINT_CONVERSION_WORKAROUND for ginaccint...
2000-02-16 Richard Kreckel- fixed some logic in numeric::has().
2000-02-15 Richard Kreckel- introduced numeric::has()
2000-02-14 Richard Kreckel- cosmetic fix
2000-02-13 Richard Kreckel- bugfix: 2^(3/2) does not throw any more. This was...
2000-02-12 Richard Kreckel- class -> typename, because it might be int in template.
2000-02-10 Christian Bauer- ex::numer() and ex::denom() now make use of the new...
2000-02-10 Christian Bauer- normal() now internally keeps numerator and denominat...
2000-02-08 Christian Bauer- series expansion of pseries objects should now work...
2000-02-07 Richard Kreckel- changes triggered by fucking new version of automake
2000-02-07 Christian Bauer- cint dir was missing from distribution
2000-02-07 Richard Kreckel- Changes to */Makefile.in triggered by stupid automake...
2000-02-07 Richard Kreckel- */Makefile.in: changes triggered by newer automake.
2000-02-04 Christian Bauer- ginsh now includes "ginac.h" when compiled as part...
2000-02-03 Alexander Frinkbug fix for output of interactive expression in ginaccint
2000-02-02 Richard Kreckel- Make diff() care for evaluating stuff.
2000-02-02 Richard Kreckel- diff() is now only defined on classes ex and basic...
2000-01-31 Christian Bauer- archive file format is a little more compact (stores...
2000-01-31 Christian Bauer- fixed bug in multiply_lcm() (see paranoia_check9)
2000-01-30 Richard Kreckel- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC...
2000-01-27 Christian Bauer- building GiNaC in a separate directory now works
2000-01-26 Christian Bauer- updated dates
2000-01-26 Christian Bauer- gcd(): cofactor computation is faster in partially...
2000-01-25 Christian Bauer- lcm_of_coefficients() works for unexpanded polynomials
2000-01-24 Richard Kreckel- Added some comments for doxygen.
2000-01-24 Richard Kreckel- removed superfluous ex ser_numer; in gamma_series()
2000-01-24 Richard Kreckel- Corrected a couple of typos
2000-01-24 Richard Kreckel- added missing method matrix::op()
2000-01-24 Richard Kreckel- Added Fibonacci numbers for integers
2000-01-24 Richard Kreckel- killed old add::print
2000-01-24 Christian Bauer- archiving implemented in lorentzidx
2000-01-24 Christian Bauer- renamed archive::dump() to archive::printraw() for...
2000-01-21 Christian Bauer- changed all instances of "foo const &/*" to "const...
2000-01-21 Christian Bauer- implemented nops() and op() for pseries objects
2000-01-19 Richard Kreckel- Changed policy: look for cln/cln.h instead of CLN...
2000-01-19 Richard Kreckel- change triggered by newer automake version
2000-01-19 Christian Bauer- implemented global class registry (for class basic...
2000-01-17 Alexander FrinkModification in output of last returned expression...
2000-01-15 Richard Kreckel- doublefactorial now falls back directly to CLN, which...
2000-01-11 Richard Kreckel- made nops() return unsigned instead of int
2000-01-11 Richard Kreckel- made nops() return unsigned instead of int
2000-01-10 welzel- minor updates.
1999-12-25 Richard Kreckel- speedup by declaring x_pt and so on const
1999-12-22 Richard Kreckel- polygamma functions (psi functions) know about half...
1999-12-21 Christian Bauer- matrix row/col made unsigned
1999-12-20 Richard Kreckel- added a abs() function. haven't you been longing...
1999-12-20 Richard Kreckel- more logic on the trigonometric function stuff.
1999-12-17 Richard Kreckel- Banned exZERO(), exONE(), exMINUSHALF() and all this...
1999-12-17 welzellortensor class
1999-12-14 Alexander Frinksome changes to allow GiNaC to cooperate with cint:
1999-12-13 Richard Kreckel- Run automake again on squark, as we had agreed earlier.
1999-12-13 Richard Kreckel- introduced info_flags::cinteger, info_flags::crational,
1999-12-10 Richard Kreckel- changed behaviour of numeric::is_rational() and added...
1999-12-10 Richard Kreckel- Introduced exception do_taylor to signal Taylor expan...
1999-12-02 Richard Kreckel- added the beta function to GiNaC
1999-12-02 Alexander Frinkfunction.pl did not compile
1999-12-02 Alexander Frink#ifndef around namespace GiNaC { }
1999-12-01 Richard Kreckel- added prefix and postfix increment and decrement...
1999-12-01 Christian Bauer- added 'ginac-config' script and 'ginac.m4' macros...
1999-11-30 Richard Kreckel- changed mul::print() to behave similar to add::print()
1999-11-29 Richard Kreckel- changed function::diff() to be more tolerant by check...
1999-11-26 Christian Bauer- files which are generated by perl scripts are made...
1999-11-26 Christian Bauer- building GiNaC will no longer bomb if Doxygen is...
1999-11-25 Christian Bauer- tutorial now built with texinfo
1999-11-25 Christian Bauer- automake 1.4 was complaining about AM_PROG_INSTALL...
1999-11-23 Richard Kreckel- Deleted some legacy code.
1999-11-22 Christian Bauer- ASSERT macro renamed to GINAC_ASSERT
next