Re: [sympy] Unable to Calculate Length of Curve?

2018-06-26 Thread Groover
Thanks. I will try to see if I can get the current version to run on IronPython. On Tuesday, June 26, 2018 at 12:53:53 AM UTC+1, Aaron Meurer wrote: > > 0.7.5 is an ancient version of SymPy. I'm not sure how well the latest > versions support IronPython, but in CPython, your code gives >

[sympy] Polynomials: missed opportunity to simplify?

2018-06-26 Thread Matthias Geier
Dear list. Sorry for the strange title, I couldn't come up with anything more meaningful ... I'm working with non-uniform cubic splines and I created a simple polynomial where the input t in the range [t0, t1] is mapped to the range [0, 1]: >>> import sympy as sp >>> t, t0, t1 = sp.symbols('t

Re: [sympy] Polynomials: missed opportunity to simplify?

2018-06-26 Thread nisha prasad
Can anybody help to do how to implement Finite field in sympy Nisha T M On Tue, Jun 26, 2018 at 4:30 PM, Matthias Geier wrote: > Dear list. > > Sorry for the strange title, I couldn't come up with anything more > meaningful ... > > I'm working with non-uniform cubic splines and I created a

[sympy] Starting the 1.2 release process

2018-06-26 Thread Aaron Meurer
I am starting the 1.2 branch for the release process. If there are any blocking changes for the release, please make them against this branch. Note that I'd like to have this release out by scipy, so there isn't much time, so unless something is critical it may be postponed if it doesn't have a

[sympy] Python version support policy

2018-06-26 Thread Aaron Meurer
I've written up our policies for supporting major Python versions here https://github.com/sympy/sympy/wiki/Python-version-support-policy. Everything there has been our policy for a while, but it was never written down. The policy is basically to drop support for major Python versions when they