0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
May 14, 2024 — May 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
clean up More... over 17 years ago
preliminarly impl of core with functions as classes More... over 17 years ago
matrix: hacky fix 'x*M' case (was coerced to Basic.__mul__) I think the right fix would be to make Matrix be usual SymPy object. More... over 17 years ago
pprint: robustify curses initialization curses.setupterm can throw curses.error when e.g. TERM is not set. More... over 17 years ago
quick fix for issue 328 More... over 17 years ago
+textplot function More... over 17 years ago
support fitting of samples to normal and uniform distributions More... over 17 years ago
Fix test_pretty.py when running without -s option. More... over 17 years ago
I promise, I'll never commit at night. More... over 17 years ago
small corrections and additions to units More... over 17 years ago
physical units More... over 17 years ago
Forgot to add files (Oh, those quilt/svn issues...) More... over 17 years ago
Restore Pauli,Dirac matrices & Pauli algebra from old-core, Also fix matrix Dirac conjugation. More... over 17 years ago
matrix: raise ShapeError when doing dot-product on incompatible arguments More... over 17 years ago
first version of statistics module More... over 17 years ago
deleted a print statement i forgot when debugging More... over 17 years ago
see issue 350 More... over 17 years ago
Upgraded bundled pyglet. More... over 17 years ago
Fixed issue 347. Modified Cot.fdiff(). More... over 17 years ago
numerics: ~10% speedup at low precision levels by subclassing tuple, small bug fixes and other changes, more comments More... over 17 years ago
ntheory: implemented a function for computing the number of partitions of an integer using the Hardy-Ramanujan-Rademacher formula More... over 17 years ago
add Float benchmark script. also fix a bug in numerics.functions.atan More... over 17 years ago
Fixed Pi -> pi error More... over 17 years ago
performance tweaks to the Float class at standard precision levels (arithmetic 5-20% faster, comparisons 3 times faster) More... over 17 years ago
use apt-get non-interactively More... over 17 years ago
Commited the 331 issue patch More... over 17 years ago
fix inefficiency and bugs in Matrix.__pow__ More... over 17 years ago
Added apart() (full partial fraction decomposition procedure). Started refactoring of Sum class. Added Basic.is_fraction(). Added symbol specifier to normal() (this will be later merged with ratsimp()). More... over 17 years ago
Updated documentation in conftest.py More... over 17 years ago
Fixes for issues 321, 336, and 337. More... over 17 years ago