]> gitweb.michael.orlitzky.com - sage.d.git/shortlog
sage.d.git
2014-10-16 Michael OrlitzkyUse ~/src/sage.d as library path.
2014-05-09 Michael OrlitzkyAdd the matrix_subs_expr function.
2014-04-15 Michael OrlitzkyOverride list_plot (in addition to the already-override...
2014-04-15 Michael OrlitzkyDon't override matplotlib's LaTeX installation.
2013-08-16 Michael OrlitzkyRemove medium_simplify() now that simplify_radical...
2013-03-04 Michael OrlitzkyAdd doctests for set_simplification_domain().
2012-12-05 Michael OrlitzkyDefine product = prod, which is provided by Sage.
2012-12-04 Michael OrlitzkyAdd a test for the empty product.
2012-12-04 Michael OrlitzkyUse SR.var() instead of var() everywhere.
2012-11-28 Michael OrlitzkyAdd the lagrange_interpolate() function, which lets...
2012-11-18 Michael OrlitzkyAdd an example of a least squares problem.
2012-11-18 Michael OrlitzkyFix legendre_p for finite field elements.
2012-11-18 Michael OrlitzkyAdd more tests and examples.
2012-11-18 Michael OrlitzkyAdd a few tests for the shifted Legendre polynomials.
2012-11-18 Michael OrlitzkyCombine the standard/general Legendre polynomial functions.
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.