Re: [sympy] Blog post about SymPy 1.4

2019-05-02 Thread Aaron Meurer
On Thu, May 2, 2019 at 6:44 PM Aaron Meurer wrote: > I think that shows they would also help design cleaner APIs. One of the > motivations of solveset() was to give a more consistent return type > compared to solve(). They can also help avoid type confusions like >

Re: [sympy] Blog post about SymPy 1.4

2019-05-02 Thread Aaron Meurer
I think that shows they would also help design cleaner APIs. One of the motivations of solveset() was to give a more consistent return type compared to solve(). They can also help avoid type confusions like https://github.com/sympy/sympy/issues/16362

Re: [sympy] Blog post about SymPy 1.4

2019-05-02 Thread Oscar Benjamin
On Thu, 2 May 2019 at 23:09, Ondřej Čertík wrote: > > Once we drop Python 2.7, we should experiment with using the type annotation > and MyPy to statically check (eventually) the whole code base. I think this > will find bugs, improve the development experience and make it much easier to >

Re: [sympy] Blog post about SymPy 1.4

2019-05-02 Thread Ondřej Čertík
On Thu, May 2, 2019, at 11:57 AM, Aaron Meurer wrote: > I have written a post on my blog about some of the new features in > SymPy 1.4. https://www.asmeurer.com/blog/posts/whats-new-in-sympy-14/ > The post is also cross posted to the Quansight Labs blog >

[sympy] Blog post about SymPy 1.4

2019-05-02 Thread Aaron Meurer
I have written a post on my blog about some of the new features in SymPy 1.4. https://www.asmeurer.com/blog/posts/whats-new-in-sympy-14/ The post is also cross posted to the Quansight Labs blog https://labs.quansight.org/blog/2019/04/whats-new-in-sympy-14/. Aaron Meurer -- You received this