Mercurial
sympy
/ shortlog
summary
| shortlog |
changelog
|
tags
|
files
|
bz2
|
zip
|
gz
(0)
-1000
-300
-100
-60
+60
+100
+300
tip
5 months ago
Ondrej Certik
v0.5.12
sympy-0.5.12
changeset
|
files
5 months ago
Ondrej Certik
bin/test_pure_plotting adapted to the latest Debian.
changeset
|
files
5 months ago
Ondrej Certik
A script written for automatic generation of a tests list in setup.py.
changeset
|
files
5 months ago
Ondrej Certik
A script "bin/test_isolated" for isolated testing added (
635
).
changeset
|
files
5 months ago
Saroj Adhikari
pan and zoom but do not rotate the 2D plots
changeset
|
files
5 months ago
Ondrej Certik
Saroj's name corrected in README
changeset
|
files
5 months ago
Kirill Smelkov
trigintegrate: trigonometry integrator (
521
)
changeset
|
files
5 months ago
Kirill Smelkov
Order: don't make additional assumptions about symbols (
369
)
changeset
|
files
5 months ago
Kirill Smelkov
oseries: kill internal _cache
changeset
|
files
5 months ago
Kirill Smelkov
cache: rewrite cache_it_debug so it always checks cache value with actual result of function call
changeset
|
files
5 months ago
Kirill Smelkov
cache: global on/off/debug switch via SYMPY_USE_CACHE env variable (
596
)
changeset
|
files
5 months ago
Kirill Smelkov
functions: there is no need for taylor_term to be classmethod -- it's staticmethod!
changeset
|
files
5 months ago
Kirill Smelkov
cache: utilities to print and clear it (
656
)
changeset
|
files
5 months ago
Kirill Smelkov
cache: introduce global cache registry
changeset
|
files
5 months ago
Kirill Smelkov
[4/4] move cache primitives into sympy/core/cache.py
changeset
|
files
5 months ago
Kirill Smelkov
[3/4] move cache primitives into sympy/core/cache.py
changeset
|
files
5 months ago
Kirill Smelkov
[2/4] move cache primitives into sympy/core/cache.py
changeset
|
files
5 months ago
Kirill Smelkov
[1/4] move cache primitives into sympy/core/cache.py
changeset
|
files
5 months ago
Kirill Smelkov
pretty: add support for list and tuples (
659
)
changeset
|
files
5 months ago
Kirill Smelkov
test for
643
changeset
|
files
5 months ago
Kirill Smelkov
exp: kill S.Log (
643
)
changeset
|
files
5 months ago
Kirill Smelkov
fix asinh(1) & asinh(-1) (
643
)
changeset
|
files
5 months ago
Kirill Smelkov
polygamma: fix expand(func=True) (
643
)
changeset
|
files
5 months ago
Kirill Smelkov
log: fix expand(complex=True) (
643
)
changeset
|
files
5 months ago
Ondrej Certik
Comment added to the patch in
432
.
changeset
|
files
5 months ago
Ondrej Certik
A test written for the problem reported on the mailinglist, see the issue
432
.
changeset
|
files
5 months ago
Ondrej Certik
Fixes the problems with user defined __rdiv__ (issue
432
).
changeset
|
files
5 months ago
Fredrik
Division of complex numbers implemented using .expand(complex=True). (
637
)
changeset
|
files
5 months ago
Ondrej Certik
Fixes the test_factorials.py test by using explicit imports.
changeset
|
files
5 months ago
Kirill Smelkov
Saroj added to credits
changeset
|
files
5 months ago
Saroj
added eval_is_real methods and corresponding tests to trigonometric functions
changeset
|
files
5 months ago
Kirill Smelkov
Or Dvory added to credits
changeset
|
files
5 months ago
Or Dvory
Docstrings improvement (ghop-python task
304
)
changeset
|
files
5 months ago
Kirill Smelkov
A gentle call to please cite SymPy (
513
)
changeset
|
files
5 months ago
Kirill Smelkov
Fix re/im usage all over the place
changeset
|
files
5 months ago
Kirill Smelkov
re/im/arg -- cleanup is_real
changeset
|
files
5 months ago
Kirill Smelkov
integrate(poly) -> poly (
483
)
changeset
|
files
5 months ago
Kirill Smelkov
abs: make it always is_real & is_nonnegative
changeset
|
files
5 months ago
Kirill Smelkov
assumptions: positive -> nonzero, zero -> nonpositive (
614
)
changeset
|
files
5 months ago
Ondrej Certik
Make numpy.array(sympy.Matrix(...)) work (
609
).
changeset
|
files
5 months ago
Kirill Smelkov
fix abs(0)
changeset
|
files
5 months ago
Ondrej Certik
Fixed the Rational(1,2)*array([2*x, 0]) and related problems (
629
).
changeset
|
files
5 months ago
Ondrej Certik
Converts the sqrt(Function) class to a simple sqrt function (
606
).
changeset
|
files
5 months ago
Fredrik
Summation code copied from Sum2 to Sum, with a few changes (
577
).
changeset
|
files
5 months ago
Ondrej Certik
'from sympy.interactive import *' implemented (
563
)
changeset
|
files
5 months ago
Fredrik
Changed the call syntax for .series() to include the expansion point.
changeset
|
files
5 months ago
Andrej "qwp0" Tokarčík
Python printing implemented (
81
)
changeset
|
files
5 months ago
Jaroslaw Tworek
Implemented maxima parser
changeset
|
files
5 months ago
Ondrej Certik
Adapts SymPy to work nice with NumPy (
556
).
changeset
|
files
5 months ago
Ondrej Certik
Removes __getitem__ method from Basic and adapts SymPy to work fine (
556
).
changeset
|
files
5 months ago
Ondrej Certik
e.args[:] implemented (
556
).
changeset
|
files
5 months ago
Kirill Smelkov
Add: there should be no _eval_power
changeset
|
files
5 months ago
Ondrej Certik
English in comments was improved.
changeset
|
files
5 months ago
Ondrej Certik
Small refactoring of the integration of polynomials.
changeset
|
files
5 months ago
Jaroslaw Tworek
Two tests added for the issue
579
.
changeset
|
files
5 months ago
Ondrej Certik
removing old comment
changeset
|
files
5 months ago
Ondrej Certik
Test that sympify() raises the correct exception on syntax error
changeset
|
files
5 months ago
Jaroslaw Tworek
Don't silence exceptions in sympify(). (
547
)
changeset
|
files
5 months ago
Jaroslaw Tworek
Make sympify('lambda x: 2*x') work (
598
).
changeset
|
files
5 months ago
Ondrej Certik
Doctest in fem_test.py updated
changeset
|
files
(0)
-1000
-300
-100
-60
+60
+100
+300
tip