Swiginac Changelog

What's new in Swiginac 1.5.1.1

May 17, 2012
  • Update setup.py and changelog
  • Added swiginac.h to ease building new extensions based on swiginac
  • Added two more subs methods to the clifford class
  • Added symbol factory get_symbol
  • Remove debug print in setup.py
  • Released 1.5.1 [2009-04-15]
  • Update INSTALL.TXT to reflect recent changes
  • Update interface files to GiNaC 1.5.1
  • Use same versioning number as GiNaC
  • Change the type conversion using the new style system
  • Added typemap for const lst (patch from Martin Sandve Aln√¶s)
  • Added archiving through load and dump methods in archive class
  • Released 1.0.0 [2007-12-03]
  • Updated interface files to ginac 1.4.1.
  • Updated tests to ginac 1.4.1
  • Released 0.9.7 [2007-11-29]
  • updated INSTALL.TXT to include pkg-config as dependency
  • use pkg-config to resolve ginac and cln installation instead of ginac-config
  • memory leak fix (patch from Kent-Andre Mardal and Martin Sandve Aln√¶s)
  • added ref and unref feature for refcounted (base class)
  • added __hash__ method for basic (patch from Martin Sandve Aln√¶s)
  • added __len__ method and more general indexing for matrices (patch from Martin Sandve Aln√¶s)
  • added exmap