On Monday, 3 July 2017 00:31:24 UTC+2, Aaron Meurer wrote: > > Please download it and test it, and report any issues you have with > it. If everything goes well, the final release should be released some > time this next week. >
Great! I ran the test suites for the tuorial <https://github.com/sympy/scipy-2017-codegen-tutorial/pull/18>, pyodesys <https://github.com/bjodah/pyodesys/pull/50> and sym <https://github.com/bjodah/sym/pull/16> against sympy-1.1rc1 Looks good so far. The only minor change I needed to make was to stop relying on LUdecomposition() raising an exception to check for matrix singularity (but this was already discussed in the respective PR), and instead check whether nullspace() is empty. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/982386e3-335c-4803-b3a3-10a90df0e1de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
