Skip to content

Commit dcb69a7

Browse files
committed
Added DOI
1 parent 87dfce7 commit dcb69a7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Cadabra
22
=======
33

4-
|Build status|
4+
|Build status| |DOI|
55

66
.. |Build status| image:: https://secure.travis-ci.org/kpeeters/cadabra2.svg?branch=master
77
:target: http://travis-ci.org/kpeeters/cadabra2
8-
8+
.. |DOI| image:: https://zenodo.org/badge/45484302.svg
9+
:target: https://zenodo.org/badge/latestdoi/45484302
10+
911
*A field-theory motivated approach to computer algebra.*
1012

1113
Kasper Peeters <[email protected]>

core/algorithms/product_rule.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Algorithm::result_t product_rule::apply(iterator& it)
8484
iterator rename_dummies_at = tr.end();
8585

8686
if(*prodnode->name=="\\pow") {
87+
// FIXME: the code below assumes that the derivative acts on the first
88+
// child of \pow only, so \partial_{x}{x^n} is done correctly, but
89+
// \partial_{x}{e^x} becomes x e^{x-1} \partial_{x}{e} which is wrong.
90+
8791
sibling_iterator ar=tr.begin(prodnode);
8892
sibling_iterator pw=ar;
8993
++pw;

web2/cadabra2/source/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>Change log</h1>
1616
development, even numbered ones are released in packaged form.
1717
</p>
1818
<a name="master"></a>
19-
<h3>github master</h3>
19+
<h3>2.1.5 (released 6-Aug-2017)</h3>
2020
<ul>
2121
<li>Introduced <tt><a href="/manual/map_sympy.html">map_sympy</a></tt>
2222
which can be used to apply Sympy functions to Cadabra expressions,

0 commit comments

Comments
 (0)