On Mon, Feb 29, 2016 at 7:30 PM, Ondřej Čertík <[email protected]> wrote: > Hi Aaron, > > On Fri, Feb 26, 2016 at 11:08 AM, Aaron Meurer <[email protected]> wrote: >> The SymPy 1.0 release candidate 1 is ready for testing. Please >> download and test it, and report any issues here, or at >> https://github.com/sympy/sympy/pull/10632. >> >> The release can be downloaded at >> https://github.com/sympy/sympy/releases/tag/sympy-1.0.rc1. >> >> The release notes for this release are at >> https://github.com/sympy/sympy/wiki/Release-Notes-for-1.0. There are >> many major changes for this release, so please take a look. If you >> notice anything missing from the release notes please edit the wiki >> page and add it. > > I tested it and got the following warnings when running tests: > > sympy/plotting/tests/test_plot.py[3] > .sympy/plotting/experimental_lambdify.py:230: UserWarning: The > evaluation of the expression is problematic. We are trying a failback > method that may still work. Please report this as a bug. > warnings.warn('The evaluation of the expression is' > .. [OK] > sympy/plotting/tests/test_plot_implicit.py[2] > .sympy/plotting/plot_implicit.py:83: UserWarning: Adaptive meshing > could not be applied to the expression. Using uniform meshing. > warnings.warn("Adaptive meshing could not be applied to the" > > > The first one looks like a bug. If it is not, then I think the warning > should be suppressed.
These are probably tests that are supposed to test these fallbacks, which have warnings attached to them. I guess we should double check that and remove the warning in the test if that really is the case. The examples things does like like a bug. I'll look into that. Aaron Meurer > > Ondrej > >> >> Aaron Meurer >> >> -- >> 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/CAKgW%3D6%2BZLseGYcw2AvA0y9ng4tLHPHdSpOoLF1XdKgqdPRW3Pg%40mail.gmail.com. >> For more options, visit https://groups.google.com/d/optout. > > -- > 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/CADDwiVAwqavFgyb3gDxVS1W6Fhd0OHP%3Dgjatbec6fuuS123yYA%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- 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/CAKgW%3D6Jkj5s20FZcZVvUDSE5f6HLHzaq%2BHo7xbVhUZY%3DjRU_CA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
