Prepare v1.5.10 release.
Documentation update.
Make GiNaX::ex a Python iterable
Wrap to_rational() to_polynomial() methods.
Update the Jupyter notebook within PyGiNaC documentation.
Address the issue of relationals created from operators.
Add series_to_poly() wrapper.
Prepare v1.5.9 release.
Minor improvements.
Add robustness to Python->GiNaC conversions.
Preparing v1.5.7 release.
Update Debian library dependencies resolution.
Change Makefile to reflect new boost_python library naming.
Merge branch 'master' of ssh://git.code.sf.net/p/moebinv/pyginac/code
Fix --embed option for python3-config in Python3.8
Fix --embed option for python3-config in Python3.8
Add LaTeX name option to function definition.
Expression substitution (in all forms) can take options.
Prepare v1.5.5 release
Make instructions are compatible with Debian9.
Functions (presently without options) can be created from Python.
Update Debian package files.
Prepare v1.5.4 release.
Make pyGiNaC Python-3.5 compatible
Update Debian building system.
Prepare v1.5.3 release.
Add a check for parser to the test suit.
Add set_syms method to parser.
Update documentation.
Add wrapper for GiNac::parser class.
Adjust package building environment.
Adjust package building infrastructure.
Make compilation and tests work with obsolete GiNaC versions.
Make tests be Python3 scripts.
Add Debian package build infrastructure.
Expose matrix::solve, reduced_matrix and sub_matrix.
Main documentation in HTML format.
Adjust system files.
Add copyright information.
Add GiNaC::fsolve() wrapper.
Add Makefile to build the package.
Move genex.py to bin folder.
Various Python3 adjustments in the code.
Prepare v1.5.0 release.
Migrate to Python3.
Adjust matrix::rank() wrappers to new signatures.
Make third parameter in clifford::get_metric() optional
Add set_name() and set_TeX_name() methods to symbol class.
Fixed bug in basic::collect() call.
Update matrix::inverse for GiNaC >1.7.3
collect() now accept Python list of object as t...
Preparing v1.3 release.
Merge branch 'master' of ssh://git.code.sf.net/...
Removing obsolete pre-processor conditionals
Preparing v1.2
Fixed bug with unwanted idx -> varidx conversion.
Add wrappers for GiNaC debuging output
Patch for the upcoming GiNaC 1.7.0
Updated metafiles of the project.
Move cvsignore to gitignore.
Cumulative patch.
* src/matrix.cpp (wrap_matrix): Add docstring ...
Rename cvsignore -> .cvsignore
* src/numeric.cpp (wrap_numeric): Simplify ini...
Use ASCII vice binary
Use proper spelling
New file.
add another ignore file
Change binary->ascii
* site-packages/ginac/__init__.py: Expose free...
Initial import of work to date.
fix typo
Remove unusable property setters.
Update the log.
* bin/check_matricies.py: Use Python's doctest...
Remove processor-specific flag
Exposed subs_options and overloaded versions of...
* bin/check_lsolve.py (check_inifcns_lsolve): ...
Use default paths...
Made pseries implicitly convertible to ex.
(wrap_matrix): Add docstring and keyword args ...
Fix implementations of new functions.
Restrict the type of the symbol domain property.
* src/basic.cpp (do_numer_denom): New function.
* src/matrix.cpp (do_lsolve): Support more gen...
Ignore Python bytecode-compiled files;
Moved the exposing of class wildcard to wildcar...