Re: [sympy] Re: SymPy 1.5 released

2019-12-14 Thread Jason Moore
Python 2.7 seems to be about 30% of the downloads still: https://pypistats.org/packages/sympy Matplotlib is maintaining an LTS for Python 2.7 (I think), not sure about Jupyter. Jason moorepants.info +01 530-601-9791 On Sat, Dec 14, 2019 at 9:07 PM Aaron Meurer wrote: > Quite a few other

Re: [sympy] Re: SymPy 1.5 released

2019-12-14 Thread Aaron Meurer
Quite a few other large packages have already dropped Python 2 support for over a year. matplotlib and Jupyter already dropped it. I'm not aware of many issues. Aaron Meurer On Sat, Dec 14, 2019 at 4:47 PM Isuru Fernando wrote: > > FYI, NumPy has already dropped python 2.7 support in 1.17.0 in

Re: [sympy] Re: SymPy 1.5 released

2019-12-14 Thread Isuru Fernando
FYI, NumPy has already dropped python 2.7 support in 1.17.0 in July. They are supporting 1.16.x until January, 1 2020 and 1.16.x will no longer be supported. Isuru On Sat, Dec 14, 2019 at 5:36 PM Oscar Benjamin wrote: > I don't see why anything dramatic will happen when NumPy drops support >

Re: [sympy] Re: SymPy 1.5 released

2019-12-14 Thread Jason Moore
I'm just suggesting we watch and see what happens when the most major packages switch and then follow after witnessing if it goes smoothly or not. Jason moorepants.info +01 530-601-9791 On Sat, Dec 14, 2019 at 3:36 PM Oscar Benjamin wrote: > I don't see why anything dramatic will happen when

Re: [sympy] Re: SymPy 1.5 released

2019-12-14 Thread Oscar Benjamin
I don't see why anything dramatic will happen when NumPy drops support for Python 2.7. The current releases of both NumPy and SymPy will still be available for Python 2.7. Gradually over time more new releases will emerge that can't be installed on Python 2.7 but nothing will immediately break for

Re: [sympy] Re: SymPy 1.5 released

2019-12-14 Thread Jason Moore
I'd like for us to hang on to Py27 until we see what happens when NumPy drops it. I personally feel like shit might hit the fan. Jason moorepants.info +01 530-601-9791 On Sat, Dec 14, 2019 at 3:05 PM Aaron Meurer wrote: > > > On Sat, Dec 14, 2019 at 2:31 PM Oscar Benjamin > wrote: > >>

Re: [sympy] Re: SymPy 1.5 released

2019-12-14 Thread Aaron Meurer
On Sat, Dec 14, 2019 at 2:31 PM Oscar Benjamin wrote: > Python 2.7 support can be dropped in SymPy 1.6 (the next release). We > don't yet know though if we will need a 1.5.1 bugfix release though so > I'd prefer to give it a few weeks before dropping Python 2.7 from > Travis. I think that as

Re: [sympy] Re: SymPy 1.5 released

2019-12-14 Thread Oscar Benjamin
Python 2.7 support can be dropped in SymPy 1.6 (the next release). We don't yet know though if we will need a 1.5.1 bugfix release though so I'd prefer to give it a few weeks before dropping Python 2.7 from Travis. I think that as soon as Python 2.7 is not tested SymPy will stop working on it

[sympy] Introduction to the community

2019-12-14 Thread Aman Gupta
Hi everyone, I am Aman Gupta . I am currently pursuing B.tech degree(I am a freshman) in Mathematics and Computing(MNC) from Indian Institute of Technology,Delhi(IIT-D).I have been coding in python since last one year . I have a keen interest in maths as well . I am really looking forward to

Re: [sympy] SymPy 1.5 released

2019-12-14 Thread Jason Moore
If you use conda to manage packages, it has a dependency solver and will warn you about package clashes in environments as well as find compatible install solutions for a set of packages. Unfortunately, pip does not have that ability. Jason moorepants.info +01 530-601-9791 On Sat, Dec 14, 2019

Re: [sympy] SymPy 1.5 released

2019-12-14 Thread David Bailey
On 13/12/2019 22:23, Oscar Benjamin wrote: David it looks like mathics pins the SymPy version. You probably have an older version since on GitHub they are asking for sympy==1.4: https://github.com/mathics/Mathics/blob/1927ada93c5ce2d8cbe731731ab1f55cd5527467/setup.py#L66 I guess that they will

[sympy] Re: SymPy 1.5 released

2019-12-14 Thread Francesco Bonazzi
Great new! Are we going to drop Python 2.7 and 3.4 support? There are two nice things to have: 1. support for type annotations with enforcement in testing. 2. integration of MatchPy into SymPy (unfortunately this step requires to drop Python 3.5 support as well, as MatchPy is Python