]> gitweb.michael.orlitzky.com - sage.d.git/shortlog
sage.d.git
2012-11-17 Michael OrlitzkyAdd the orthogonal_polynomials module with the Legendre...
2012-11-06 Michael OrlitzkyRemove the __call__() code and refactor everything...
2012-11-06 Michael OrlitzkyUpdate all doctests to use index[] notation instead...
2012-11-05 Michael OrlitzkyAllow tuples to be passed in square brackets.
2012-11-04 Michael OrlitzkyClean up a little bit of the interpolation code.
2012-11-04 Michael OrlitzkyAdd the SymbolSequence class; eventually headed upstream.
2012-11-04 Michael OrlitzkyAdd the lagrange_psi function.
2012-10-26 Michael OrlitzkyAdd the Hermite functions to interpolation.py.
2012-10-26 Michael OrlitzkyMake the divided_difference() function rely on divided_...
2012-10-26 Michael OrlitzkyAdd the divided_difference_coefficients() function.
2012-10-26 Michael OrlitzkyUpdate the lagrange_polynomial() function to take a...
2012-10-26 Michael OrlitzkyAdd a makefile with a 'clean' target.
2012-10-26 Michael OrlitzkyReplace the load() call in interpolation.py with an...
2012-10-26 Michael OrlitzkyAdd the divided_difference() and newton_polynomial...
2012-10-26 Michael OrlitzkyAdd the 'product' function to misc.py.
2012-10-26 Michael OrlitzkyAdd a gitignore for *.pyc files.
2012-10-20 Michael OrlitzkyEnable text.usetex for Matplotlib to work around trac...
2012-09-28 Michael OrlitzkyAdd the misc module with the legend_latex() function.
2012-05-12 Michael OrlitzkyTry replacing _plot() instead of plot() so that plottin...
2012-05-11 Michael OrlitzkyFinally get the plot defaults to behave (maybe).
2012-05-10 Michael OrlitzkyFix plot option defaulting.
2012-05-10 Michael OrlitzkyRemove an unused import.
2012-05-10 Michael OrlitzkyInitial commit.