]> www.ginac.de Git - ginac.git/history - ginac
Bug fix in the routine H_evalf (a minus sign should not be forgotten).
[ginac.git] / ginac /
2021-06-09 Stefan WeinzierlBug fix in the routine H_evalf (a minus sign should...
2021-06-06 Vladimir V. KisilSmarter relational to Boolean conversion.
2021-04-05 Vladimir V. Kisil[PATCH] Improve normalisation of negative exponents.
2021-04-05 Richard Kreckel[PATCH] Make ex::operator[] const dispatch to basic...
2021-03-24 Stefan WeinzierlG_do_hoelder: fix bug related to comparing a float...
2021-02-26 Richard KreckelFix misleading comment in last commit.
2021-02-03 Richard KreckelAvoid "instantiation of variable 'reg_info' required...
2021-01-06 Alexey Sheplyakovbugfix: function: always pass evalf'ed arguments to...
2021-01-06 Alexey SheplyakovAvoid multiple definitions of `lst::info` (MinGW compil...
2021-01-01 Richard KreckelHappy New Year!
2020-11-22 Richard KreckelUpdate some references.
2020-11-22 Richard KreckelAvoid 'variable uninitialized when used within its...
2020-10-13 Stefan WeinzierlReplaced dummy reference by correct reference.
2020-10-11 Richard KreckelReset GINAC_LT_AGE to bump SONAME.
2020-10-11 Vladimir V. Kisil[PATCH 3/3] Stronger normalisation method for powers.
2020-10-11 Vladimir V. Kisil[PATCH 2/3] Make a stronger normalisation for expressio...
2020-10-11 Vladimir V. Kisil[PATCH 1/3] Automatic evaluation of (e^t)^s = e^(ts).
2020-10-10 Richard KreckelSet version, soname ahead of release.
2020-10-10 Richard KreckelRemove deprecated initialization via overloaded comma...
2020-10-10 Stefan WeinzierlAdded new routines for the numerical evaluation of...
2020-08-28 Alexey SheplyakovUse "modern" CMake facilities to manage includes and...
2020-08-28 Alexey Sheplyakovbuild: windows: enable automatic imports by default
2020-08-28 Alexey Sheplyakovnumeric.cpp, archive.cpp: don't include config.h
2020-08-24 Alexey Sheplyakovbuild: accept both python 3 and python 2
2020-08-21 Richard KreckelAvoid "catching polymorphic type by value" warnings.
2020-08-21 Richard KreckelAvoid unnecessary expansion in sqrfree_yun().
2020-08-21 Richard Kreckel[build] Use python3 command in CMake build, not python.
2020-08-03 Richard KreckelFinalize 1.7.11 release. release_1-7-11
2020-08-03 Richard KreckelRemove obsolete debug #include file from factor.cpp.
2020-08-03 Richard KreckelMake workarounds for sqrfree_yun() obsolete.
2020-08-03 Richard Kreckel[BUGFIX] Fix factor_univariate(poly, x) for constant...
2020-07-30 Richard Kreckel[BUGFIX] factor_multivariate(): respect unit...
2020-07-27 Vladimir V. KisilFix bug in power::expand() with the overall coefficient.
2020-07-27 Vladimir V. KisilFix of a bug in sqrfree_parfrac() related to Yun factor...
2020-06-28 Richard KreckelFinalize 1.7.10 release. release_1-7-10
2020-06-22 Vladimir V. Kisil[BUGFIX] Prevent crashes in find_common_factor()
2020-06-19 Richard KreckelRevert "Improve diff(abs(x)) for real x."
2020-06-17 Pierangelo MasaratiImprove diff(abs(x)) for real x.
2020-04-25 Vladimir V. Kisil[PATCH] Add default print function as the Python printi...
2020-04-10 Richard KreckelFinalize 1.7.9 release. release_1-7-9
2020-04-10 Richard KreckelAdd .gitignore files.
2020-04-10 Stefan Weinzierl[PATCH] Fix zeta(x, s).evalf() when x and s aren't...
2020-04-07 Richard Kreckel[PATCH] Check number of parameters when reading functio...
2020-01-07 Richard KreckelChange www.ginac.de urls to https.
2020-01-01 Richard KreckelHappy New Year!
2019-12-12 Alexey Sheplyakov[PATCH] numeric, ex: added constructors taking `long...
2019-10-07 Richard KreckelFinalize 1.7.8 release. release_1-7-8
2019-10-07 Stefan WeinzierlFix bug in H_evalf: Flag has_minus_one is now computed...
2019-10-03 Richard KreckelTrivialize pseries::eval().
2019-10-01 Vladimir V. KisilFix pseries::evalf() regression.
2019-09-22 Richard KreckelFinalize 1.7.7 release.
2019-09-22 Richard KreckelReplace some .push_back() with .emplace_back() where...
2019-09-22 Richard KreckelFix unarchiving empty containers.
2019-09-22 Richard KreckelRemove exhashmap<T> class.
2019-09-10 Richard KreckelConvert shebangs to python3.
2019-06-04 Stefan WeinzierlFix slow numerical computation of zeta({7,3}).
2019-06-04 Stefan WeinzierlFix crash computing zeta({7,3}) numerically.
2019-04-22 Richard KreckelFinalize 1.7.6 release. release_1-7-6
2019-04-21 Richard KreckelFix bug in mul::series() about asymptotic order term.
2019-04-04 Richard KreckelFix cl_N output of negative fixnums.
2019-03-22 Stefan WeinzierlFix bug in inifcns_nstdsums.cpp...
2019-03-09 Richard KreckelRefactor matrix::determinant_minor() a bit.
2019-03-07 Richard KreckelRefactor module static helper functions to helper class.
2019-02-17 Richard KreckelFinalize 1.7.5 release. release_1-7-5
2019-02-16 Richard KreckelFix elusive bug in expairseq ctor.
2019-02-16 Richard KreckelHappy New Year!
2018-12-12 Stefan WeinzierlG_do_hoelder: fix case with real x values which are...
2018-10-12 Vitaly MageryaHandle un-normal zeros properly in the division-free...
2018-06-19 Vitaly MageryaConsider solve_algo::markowitz in automatic elimination...
2018-06-13 Vitaly MageryaAdd optional matrix::rank() algorighm selection.
2018-05-31 Vitaly MageryaAllow expreseq in the arguments of lsolve(eqns, vars).
2018-05-31 Vitaly MageryaAdd Markowitz-ordered Gaussian elimination algorithm.
2018-05-01 Jan RheinländerRemove MSVC-specific definition of __func__ and __align...
2018-03-05 Richard KreckelAvoid multiple filling of partitions in ::get() member...
2018-02-19 Richard KreckelFinalize 1.7.4 release. release_1-7-4
2018-02-19 Richard KreckelFix ABI compatibility with so-version 6.
2018-01-31 Richard KreckelPrepare for release 1.7.3 (yeah, again).
2018-01-31 Richard KreckelFix two comments in ginac/normal.cpp.
2018-01-31 Richard KreckelFix out-of-bounds error in multivar_diophant().
2018-01-31 Richard KreckelShortcut conversion ex->numeric->ex in expairseq::make_...
2018-01-31 Richard KreckelImprove gcd(a, b) where one argument is a power of...
2018-01-28 Richard KreckelMake matrix::solve() work with non-normal zeros.
2018-01-28 Richard KreckelAdd optional algorithm selection to matrix::inverse().
2018-01-25 Richard KreckelFix previous commit 'Speed up special cases of square...
2018-01-24 Richard KreckelSpeed up special cases of square-free factorization.
2018-01-01 Richard KreckelPrepare for release 1.7.3.
2018-01-01 Richard KreckelHappy New Year!
2017-12-29 Richard Kreckel[BUGFIX] Speed up some cases of polynomial factorization.
2017-12-18 Vitaly MageryaDo not expand pre-factored polynomials.
2017-12-18 Richard KreckelMinor sreamlining of some internal code using class...
2017-09-12 Vladimir V. KisilAdd LaTeX pretty-print for function derivatives.
2017-09-11 Vladimir V. Kisil[PATCH] Fix bug in evaluation of real and imaginary...
2017-07-17 Vladimir V. KisilIntroducing method symbol::get_TeX_name() to match...
2017-07-17 Vladimir V. KisilFix excessive backslashes in the LaTeX function names.
2017-02-15 Richard KreckelClean up combinatorial helpers.
2017-02-15 Richard KreckelMove combinatorial helpers from power.cpp to utils.h.
2017-01-10 Richard KreckelFinalize 1.7.2 release. release_1-7-2
2017-01-09 Richard KreckelHappy New Year!
2017-01-09 Richard KreckelFix memory leaks in operators returning relationals.
2017-01-03 Stefan WeinzierlGINAC_DECLARE_REGISTERED_CLASS(): add namespace of...
next