[sympy] SymPy presentation at Global Virtual SageDays 109, May 27-29?

2020-05-24 Thread Matthias Köppe
This coming week we run Global Virtual SageDays 109 ( https://wiki.sagemath.org/days109), an event for the SageMath user and developer community on the occasion of the release of SageMath 9.1. Wondering if a SymPy developer who was involved in the recent development would be interested in

Re: [sympy] Re: tests for parsing Latex input to Sympy

2020-05-24 Thread Aaron Meurer
It would be great to have improvements to the LaTeX parser. Let us know if you have any issues opening a pull request. The test_latex.py file is correct. test_sympy_parser.py has tests for the Python parser, which isn't related to the LaTeX parser as far as I know. Aaron Meurer On Sun, May 24,

[sympy] Re: tests for parsing Latex input to Sympy

2020-05-24 Thread Ben
To answer my own question, I think I found the tests: https://github.com/sympy/sympy/blob/master/sympy/parsing/tests/test_latex.py https://github.com/sympy/sympy/blob/master/sympy/parsing/tests/test_sympy_parser.py On Sunday, May 24, 2020 at 3:01:09 AM UTC-4, Ben wrote: > > Hello, > > I'm using

[sympy] SymPy 1.6 is released

2020-05-24 Thread Oscar Benjamin
Hi all, It is my pleasure to announce the final release of SymPy 1.6. The wheel and sdist files for this release are already uploaded to pypi. You can install sympy 1.6 with: $ pip install -U sympy There are a large number of changes since 1.5.1. The full release notes are here:

[sympy] tests for parsing Latex input to Sympy

2020-05-24 Thread Ben
Hello, I'm using Sympy to parse mathematical expressions written in Latex. I have observed that parsing Latex does not always work , so I've been collaborating with a