diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2012-09-13 21:27:59 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-13 21:39:49 -0500 |
commit | 3281b7504f99ff82a1f22cece6003bafde479fb4 (patch) | |
tree | 313f3e552ffded0b66a8c2f5167168de28fe80dc | |
parent | f91e45e836fd76aca500e6d0dc378c0c6f75f726 (diff) | |
download | slackbuilds-3281b7504f99ff82a1f22cece6003bafde479fb4.tar.gz |
academic/sympy: Noted some compat issues in README
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | academic/sympy/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/sympy/README b/academic/sympy/README index e56e692416..fa9f59ab1f 100644 --- a/academic/sympy/README +++ b/academic/sympy/README @@ -5,3 +5,6 @@ extensible. SymPy is written entirely in Python and does not require any external libraries. Optional dependencies are pyglet (needed only for plotting) and ipython. + +Please read https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.0 +for backward compatibility issues with sympy 0.6.x. |