Commits on Source
1042
a911877b
Add common subexpression finder.
Mar 27, 2012
ca628341
Various CSE fixes.
Mar 27, 2012
a39c61f4
Don't obliterate specialized CSEs in common subexpression finding.
Mar 29, 2012
05ab27d3
Print specialized CSEs so they can be distinguished.
Mar 29, 2012
7d58828a
Fix wrap_in_cse() for specialized CSEs.
Mar 29, 2012
d0c43237
Refuse to wrap array subscripts in CSEs.
Apr 02, 2012
4161c280
From-sympy conversion: Map pi, custom CSE function.
Apr 02, 2012
7b7bfc78
Warn against obvious-looking (but dangerous) code mod in pymbolic.cse.
Apr 02, 2012
bcdc88f7
Fix CSE mapper to look for CSEs even inside existing CSEs.
Apr 02, 2012
4ffb47d4
Fix (remove) CSE mapper caching.
Apr 02, 2012
97d4462f
Fix CSE tagger when multiple identical expressions occur in a commutative subexpr.
Apr 03, 2012
ab0db002
Prevent CSE finder from destroying CSE subclasses.
Apr 03, 2012
d64448db
Don't remove CSEs when forming CSE keys.
Apr 06, 2012
e8ceb5ba
Bump version.
Apr 17, 2012
e69397ae
Add Maxima interface.
Apr 30, 2012
e97fdc69
Fix parsing of multi-argument functions in Maxima interface.
May 05, 2012
4b4a7954
Global kernel instance, debugging in Maxima interface.
May 05, 2012
5f8b967e
Improved tests for Maxima and the parser.
May 05, 2012
82f9a85d
Gitignore .swp.
May 05, 2012
133fe180
Final fixes to Maxima wrapper before abandoning it :/
May 08, 2012
886b48a9
Add PymbolicToSympyMapper.
May 08, 2012
c30f9160
Fix parsing of floating point numbers.
May 09, 2012
219f7902
Fix parsing of {<,>}=. (bug report by damiendrix) Fix issue #1.
May 10, 2012
c3bc6237
Remove a lurking hedge dependency.
May 17, 2012
bdc1e12d
Add Stringifier.map_if().
Jun 03, 2012
67da4d2d
Add parsing and representation of slices.
Aug 26, 2012
9a82cb25
Add some mapper support for slices.
Aug 27, 2012
56da0b48
Add support for stringifying slices.
Aug 27, 2012
160fbb0d
Walk mapper support for more stuff.
Aug 27, 2012
95e10189
Don't misparse 'e2' as a float.
Aug 27, 2012
5c7492ed
Test parsing of 'e2'.
Aug 27, 2012
c2b70698
Skip maxima tests if there's no pexpect.
Aug 29, 2012
4f549037
Move pexpect import to a more appropriate place.
Aug 29, 2012
39655be1
Minor comment fix.
Aug 29, 2012
3be31fc1
Merge branch 'master' of box:src/pymbolic
Aug 29, 2012
bf7c6900
Add remainder to EvaluationMapper.
Sep 13, 2012
38beeed5
Make sure flattened_sum() doesn't do constant folding by accident.
Oct 21, 2012
68f94600
Allow extra 'tag' characters in floating point literals.
Oct 21, 2012
436d6d61
Unsuckify FFT doc notation.
Dec 10, 2012
b8d08ee4
Add 'variables'.
Jan 13, 2013
3f524a98
Fix parsing of nested tuples.
Jan 13, 2013
ea456fd1
Be more precise in test marking (use xfail on broken test).
Jan 21, 2013
96fc63ea
Bump version.
Jan 22, 2013
42e6b308
Bump version.
Jan 22, 2013
b1f3433e
Update distribute_setup.py.
Mar 12, 2013
c022752f
Remove map_negation.
Apr 29, 2013
5f929d85
Add license headers.
May 23, 2013
2c567972
Initial version of geometric algebra.
May 23, 2013
7a771082
Fix signs, Cauchy's inequality in GA.
May 24, 2013
469c5e1c
GA: More build-out, more identities to test.
May 24, 2013
ae0a488c
Big documentation push.
May 24, 2013
eefe9749
Fix README.
May 24, 2013
b7f9cd15
Minor doc fixes.
May 24, 2013
603830ed
Minor doc tweaks.
May 24, 2013
6a328514
Docs and more.
May 24, 2013
bcd40b07
Python 3 fixes.
May 24, 2013
9cd91c1e
Finish up documentation.
May 25, 2013
d44fb72d
Add MultiVector.map.
May 25, 2013
1dd21a1c
Add Expression.attr.
May 28, 2013
a4511588
Allow customizing outer product operator in bits_to_blade_str().
May 28, 2013
6a6c0ec8
Add CSE scoping.
May 28, 2013
fb2263cb
Add requirements.txt
May 29, 2013
d9053b68
Fix compiler docs.
May 29, 2013
84ada75e
Add CoefficientCollector.
May 29, 2013
459444c4
Add Gaussian elimination, affine equation solving.
May 29, 2013
f1bbbf2a
PEP8-ify pymbolic.mapper.
May 30, 2013
260adbe7
Some surgery on root module.
May 31, 2013
8f3c1bae
PEP8 pymbolic.primitives.
May 31, 2013
25816a6a
PEP8 geometric algebra.
May 31, 2013
ec0785df
PEP8 stringifier.
May 31, 2013
4eaa7d2c
PEP8 C code mapper.
May 31, 2013
4ae836d5
PEP8 evaluator.
May 31, 2013
c64cf297
Add bitwise operators, shifts.
May 31, 2013
4e5e7ba6
PEP 8 test_pybmolic, plus add one identity.
May 31, 2013
67e4b5b8
Make many more mappers multivector-aware. Make MVs hashable.
Jun 01, 2013
9fa76e6f
Fix bitwise operators in Expression.
Jun 01, 2013
2a4f81b0
Fix multivector stringification.
Jun 01, 2013
776e6ace
Make SympyMapper public.
Jun 07, 2013
efb5142b
Allow passing target_names to CoefficientCollector.
Jun 07, 2013
4585a62b
Tweak make_cse() to not re-wrap stuff in CSEs.
Jun 07, 2013
18a0e191
Fix EvaluationMapper's handling of CSEs.
Jun 07, 2013
d467ecb1
Stringificatio of MVs: Always make it obvious (even for scalars) that the object is an MV.
Jun 07, 2013
a9bf22a1
Implement MultiVector.xproject().
Jun 07, 2013
8fdb5ce2
Make hashes of pymbolic objects (more) repeatable.
Jun 07, 2013
50221794
Test, improve sympy round-trip translation.
Jun 07, 2013
6a1a028b
Switch to setuptools, update aksetup
Jun 09, 2013
bbc01749
Minor release-ish tweaks
Jun 09, 2013
6a82125a
Bump version.
Jun 09, 2013
61489f9f
Fix missing reduce in GA tests
Jun 09, 2013
998d1776
Make the sympy interaction test not ask for *exact* same-ness
Jun 09, 2013
d9ef29ac
Get rid of ez_setup
Jun 10, 2013
68ca4d81
Bump version
Jun 10, 2013
b9652d61
PEP8 pymbolic.algoritm
Jun 11, 2013
bb3027ea
Fix, test integer power algorithm
Jun 11, 2013
e65f4255
Prevent nesting of GA multivectors
Jun 11, 2013
fcc8ac92
Add flake8 config
Jun 13, 2013
5dddf2f8
PEP8 pymbolic.parser
Jun 13, 2013
780b80ed
Make parser a bit more debug-friendly
Jun 17, 2013
7cc5675a
Make solve_affine_equations_for() tolerate composite leaves
Jun 17, 2013
7382eab2
PEP8 compiler
Jun 17, 2013
942 additional commits have been omitted to prevent performance issues.
Loading
Loading