]> www.ginac.de Git - ginac.git/shortlog
ginac.git
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-02-07 Vitaly Magerya[DOC] Add "series_to_poly" to ginsh man page.
2022-02-07 Richard Kreckel[DOC] Fix g++ argument order in tutorial example.
2022-02-06 Richard Kreckel[DOC] Replace obsolete @inforef with @xref command.
2022-02-06 Vladimir V... [DOC] Fix typo in series_to_poly() documentation.
2022-02-06 Vitaly MageryaAdd "series_to_poly" to ginsh.
2022-01-15 Stefan Weinzierlexam_inifcns_nstdsums.cpp: prec set to 10*pow(10,-Digit...
2022-01-13 Vladimir V... Fix 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-11-05 Richard KreckelUpdate and clean up autoconf template files.
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... Add method relational::canonical().
2021-08-08 Vladimir V... [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 Richard KreckelAdd simple exam test for releational objects.
2021-06-06 Vladimir V... Smarter relational to Boolean conversion.
2021-04-05 Vladimir V... [PATCH] Improve normalisation of negative exponents.
2021-04-05 Richard KreckelAdd exam for ex::collect().
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 KreckelFix minimum CLN version for pkg-config.
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-14 Richard Kreckelbuild: Fix CMake install for info file. release_1-8-0
2020-10-14 Richard KreckelFinalize 1.8.0 release.
2020-10-14 Richard KreckelClarify types of test suite files.
2020-10-13 Stefan WeinzierlReplaced dummy reference by correct reference.
2020-10-12 Richard KreckelRename test suite files...
2020-10-11 Richard KreckelReset GINAC_LT_AGE to bump SONAME.
2020-10-11 Vladimir V... [PATCH 3/3] Stronger normalisation method for powers.
2020-10-11 Vladimir V... [PATCH 2/3] Make a stronger normalisation for expressio...
2020-10-11 Vladimir V... [PATCH 1/3] Automatic evaluation of (e^t)^s = e^(ts).
2020-10-10 Richard KreckelUpdate AUTHORS file more.
2020-10-10 Richard KreckelSet version, soname ahead of release.
2020-10-10 Richard KreckelUpdate AUTHORS file...
2020-10-10 Richard KreckelRemove deprecated initialization via overloaded comma...
2020-10-10 Stefan WeinzierlAdded new routines for the numerical evaluation of...
2020-08-29 Richard KreckelRemove executable file attribute from last Python script.
2020-08-28 Alexey Sheplyakovbuild: use bundled CLN if available
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 Sheplyakovbuild: CMake: made it easier to run tests in parallel
2020-08-28 Alexey SheplyakovMade it easier to run tests on windows
2020-08-28 Alexey Sheplyakovnumeric.cpp, archive.cpp: don't include config.h
2020-08-28 Alexey SheplyakovBuild example programs to avoid breaking them on API...
2020-08-24 Alexey Sheplyakovbuild: fixed `ginac-excompiler` installation with CMake
2020-08-24 Alexey Sheplyakovbuild: accept both python 3 and python 2
2020-08-23 Richard Kreckel[build] Fix Python detection in Autotools build.
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 KreckelSegregate sqfree() tests into file of its own.
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 KreckelAdd m4/host-cpu-c-abi.m4.
2020-08-03 Richard KreckelClean up check suite a little bit.
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... Fix bug in power::expand() with the overall coefficient.
2020-07-27 Vladimir V... Fix 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-28 Richard KreckelAdd exam for exam_common_factors.
2020-06-28 Richard Kreckel[build] Check for python3 command, not python.
2020-06-22 Vladimir V... [BUGFIX] Prevent crashes in find_common_factor()
2020-06-19 Richard KreckelRevert "Improve diff(abs(x)) for real x."
2020-06-17 Pierangelo... Improve diff(abs(x)) for real x.
2020-05-18 Richard Kreckel[C++20] Disambiguate std::integral concept and GiNaC...
2020-05-18 Richard Kreckel[C++20] Clean up using-declarations.
2020-04-25 Vladimir V... [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 KreckelMinor enhancements to tutorial.
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-09 Richard KreckelMake C++ files in doc/examples/ compile again.
2020-04-09 Richard KreckelRemove obsolete CVSROOT directory.
2020-04-07 Richard Kreckel[PATCH] Check number of parameters when reading functio...
2020-01-07 Richard KreckelUpdate some compiler versions.
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... Fix pseries::evalf() regression.
2019-09-22 Richard KreckelReally finalize 1.7.7 release. release_1-7-7
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 KreckelUpdate m4/ax_cxx_compile_stdcxx.m4 to current upstream...
next