Re: [sympy] editing release notes pre-release

2020-02-20 Thread Chris Smith
That's what I figured, but I can't find a path to their location. I see "Release Notes" but that only has 1.5 as the most recent. And the change that I am looking for is not on that set of notes. /c On Wednesday, February 19, 2020 at 10:28:57 PM UTC-6, Aaron Meurer wrote: > > Yes, that is the w

Re: [sympy] editing release notes pre-release

2020-02-20 Thread Oscar Benjamin
The release notes for 1.6 are here: https://github.com/sympy/sympy/wiki/Release-Notes-for-1.6 On Thu, 20 Feb 2020 at 17:56, Chris Smith wrote: > > That's what I figured, but I can't find a path to their location. I see > "Release Notes" but that only has 1.5 as the most recent. And the change th

Re: [sympy] Re: Behaviour of symbols with and without assumptions in sympify

2020-02-20 Thread Chris Smith
If you are solving univariate expressions you don't need to pass the symbol: >>> solve(S('x**2 -1')) [-1, 1] On Saturday, February 15, 2020 at 3:47:01 AM UTC-6, ludi wrote: > > On Saturday, 15 February 2020 00:55:20 UTC+1, Aaron Meurer wrote: >> >> ... >> The best recommendation is in general to

Re: [sympy] editing release notes pre-release

2020-02-20 Thread Chris Smith
Thanks, Oscar. I wonder if a link should be at the top of the Release Notes list (since "Release Notes" was easy to find). It could say "Release Notes (development)" and be changed to the correct number when the release is done and a new "development" Release note page made after the release. O

Re: [sympy] Re: SciPy tutorial

2020-02-20 Thread Aaron Meurer
Yes, it looks like March 30 is when the accepted talks and tutorials are announced. Aaron Meurer On Thu, Feb 20, 2020 at 12:22 AM S.Y. Lee wrote: > > Okay, I see SciPy tutorial proposal is submitted. I'm not sure when would > they respond whether we're accepted or not, but would it be March 30?

[sympy] SymPy has been accepted as a GSoC mentoring org

2020-02-20 Thread Aaron Meurer
I'm happy to announce that SymPy has been accepted by Google as a GSoC mentoring organization. Students who are interested in applying, start with the student instructions here https://github.com/sympy/sympy/wiki/GSoC-2020-Student-Instructions. You should take a look at our ideas list https://gith

Re: [sympy] editing release notes pre-release

2020-02-20 Thread Aaron Meurer
It looks like the release notes page wasn't updated. I've fixed that. We might also want to add a link to the main release notes page to every release notes page. The bot also posts a link to the release notes in every comment, so you can easily find it from that. Aaron Meurer On Thu, Feb 20, 20

Re: [sympy] editing release notes pre-release

2020-02-20 Thread Aaron Meurer
I added a link to the main release notes page on every release notes page. Eventually we will make it so either the bot or the release notes script will create the new release notes page automatically, so things like forgetting to add it to the main release notes page happen in the future. Aaron

[sympy] GSOC 2020 Introduction

2020-02-20 Thread Kamal Deowra
Hello! I am a fourth year mathematics/statistics major at the University of British Columbia. I have almost two years of professional software development through internships. I am very comfortable with Python, but I have also worked with R and JavaScript. I took a group theory course a coupl