]> www.ginac.de Git - ginac.git/history - ginac
[BUGFIX] Fix crash in parser.
[ginac.git] / ginac /
2024-04-05 Richard Kreckel[BUGFIX] Fix crash in parser. master
2024-01-04 Richard KreckelHappy New Year!
2023-10-28 Richard KreckelAvoid internal use of designated initializer...
2023-08-12 Richard KreckelFinalize 1.8.7 release. release_1-8-7
2023-08-06 Richard KreckelAdd evaluation of Order(x)^e -> Order(x^e) for positive...
2023-08-06 Richard KreckelFix series of positive powers of polynomials.
2023-06-20 Vitaly MageryaFix GiNaC's internal parsing of expressions.
2023-02-12 Vladimir V. Kisil[PATCH] Resolve ambiguous overload.
2023-02-11 Richard Kreckel[DOC] Fix build of reference.pdf.
2023-02-11 Richard Kreckel[DOC] Fix some Doxygen references.
2023-02-08 Richard KreckelFinalize 1.8.6 release. release_1-8-6
2023-02-07 Richard KreckelFix numeric binomial(n, k) for integer n<0 and k≤n...
2023-02-07 Vladimir V. Kisil[PATCH] Fix wrong numeric info on transcendental functions.
2023-01-01 Richard KreckelFinalize 1.8.5 release. release_1-8-5
2023-01-01 Richard KreckelHappy New Year!
2022-12-29 Richard KreckelMinor refactoring in factor.cpp.
2022-12-22 Richard KreckelSome more minor optimizations in factor.cpp.
2022-12-22 Richard KreckelFix internal next_prime(n) function.
2022-12-19 Richard KreckelPrefer CLN left shift operations over multiplications...
2022-12-19 Richard KreckelChange some internal lst to exvector in factor.cpp...
2022-12-19 Richard Kreckel[BUGFIX] Fix corner cases of factor_multivariate().
2022-11-14 Richard KreckelRefactor internal calc_bound() routines.
2022-11-14 Richard KreckelRemove own definition of enable_if<B, T> in favor of...
2022-11-14 Richard Kreckel[DEBUG] Make some debug output operators compile in...
2022-10-12 Richard KreckelOptimize some use of CLN's expt_pos() function in factor().
2022-09-19 Richard KreckelReally finalize 1.8.4 release. release_1-8-4
2022-09-19 Richard KreckelFinalize 1.8.4 release.
2022-09-18 Richard KreckelFix -Wsign-compare warnings in new code.
2022-09-18 Richard KreckelMake sqrfree_parfrac() work in the general case and...
2022-09-09 Vladimir V. Kisil[PATCH] Implement info methods for transcendent functions.
2022-08-10 Richard Kreckel[C++17] Convert std::mem_fun_ref_t to std::mem_fn...
2022-08-09 Richard Kreckel[C++17] Don't inherit from std::iterator...
2022-03-23 Richard KreckelFinalize 1.8.3 release. release_1-8-3
2022-03-23 Richard KreckelFix power::subs() in some special cases.
2022-02-16 Jan RheinländerWork around a compiler bug on MSVC.
2022-02-15 Richard KreckelFix some compiler warnings.
2022-01-13 Vladimir V. KisilFix power::to_polynomial() for posint exponents.
2022-01-01 Richard KreckelFinalize 1.8.2 release. release_1-8-2
2021-12-21 Oleg FinkelshteynFix relational::compare_same_type.
2021-09-09 Stefan WeinzierlMinor bug fix for the class modular_form_kernel: Ensure...
2021-08-09 Richard KreckelFinalize 1.8.1 release. release_1-8-1
2021-08-08 Vladimir V. KisilAdd method relational::canonical().
2021-08-08 Vladimir V. Kisil[BUGFIX] Fix a bug in normal() method.
2021-07-27 Stefan WeinzierlBug fix in modular_form_kernel::is_numeric and modular_...
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}).
next