SymPy 1.0 release candidate 1 ready for testing

150 views
Skip to first unread message

Aaron Meurer

unread,
Feb 26, 2016, 1:09:14 PM2/26/16
to sy...@googlegroups.com
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.

Aaron Meurer

Ondřej Čertík

unread,
Feb 29, 2016, 7:30:07 PM2/29/16
to sympy
Hi Aaron,
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.

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 sympy+un...@googlegroups.com.
> To post to this group, send email to sy...@googlegroups.com.
> 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.

Ondřej Čertík

unread,
Feb 29, 2016, 8:45:46 PM2/29/16
to sympy
Otherwise it finished ok. But at the end, it wrote:

beginner.series [PASS]
beginner.substitution [PASS]
intermediate.coupled_cluster [PASS]
intermediate.differential_equations [PASS]
intermediate.infinite_1d_box [PASS]
intermediate.partial_differential_eqs [PASS]
intermediate.trees [PASS]
intermediate.vandermonde [PASS]
advanced.curvilinear_coordinates^[[B^[[B
[PASS]
advanced.dense_coding_example [PASS]
advanced.fem [PASS]
advanced.gibbs_phenomenon [PASS]
advanced.grover_example [PASS]
advanced.hydrogen [PASS]
advanced.pidigits [PASS]
advanced.qft [PASS]
advanced.relativity [PASS]
--------------------------------------------------------------------------------
ALL EXAMPLES PASSED
python: can't open file 'bin/test': [Errno 2] No such file or directory


The last line seems to be some kind of a bug.

Ondrej

Aaron Meurer

unread,
Mar 1, 2016, 11:55:32 AM3/1/16
to sy...@googlegroups.com
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 sympy+un...@googlegroups.com.
>> To post to this group, send email to sy...@googlegroups.com.
>> 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 sympy+un...@googlegroups.com.
> To post to this group, send email to sy...@googlegroups.com.
> 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.

Aaron Meurer

unread,
Mar 3, 2016, 3:20:39 PM3/3/16
to sy...@googlegroups.com
I can't reproduce this one. How did you run the examples?

Aaron Meurer

>
> Ondrej
>
>>
>> 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 sympy+un...@googlegroups.com.
>>> To post to this group, send email to sy...@googlegroups.com.
>>> 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 sympy+un...@googlegroups.com.
> To post to this group, send email to sy...@googlegroups.com.
> 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/CADDwiVBMkr9kXw4Fk74tOW5zZzthB7raCaFPRbxD4gECUCPWqw%40mail.gmail.com.

Ondřej Čertík

unread,
Mar 3, 2016, 4:08:23 PM3/3/16
to sympy
I ran:

./setup.py test

Ondrej

>
> Aaron Meurer
>
>>
>> Ondrej
>>
>>>
>>> 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 sympy+un...@googlegroups.com.
>>>> To post to this group, send email to sy...@googlegroups.com.
>>>> 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 sympy+un...@googlegroups.com.
>> To post to this group, send email to sy...@googlegroups.com.
>> 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/CADDwiVBMkr9kXw4Fk74tOW5zZzthB7raCaFPRbxD4gECUCPWqw%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 sympy+un...@googlegroups.com.
> To post to this group, send email to sy...@googlegroups.com.
> 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%3D6JL2%3D4z6uCHX4itE01J-m80vgxP%3DNDEeR7UL0n%3DH-3vCg%40mail.gmail.com.

Aaron Meurer

unread,
Mar 3, 2016, 6:42:06 PM3/3/16
to sy...@googlegroups.com
I see. I think this is coming from the code that runs the sage tests.
I pushed a fix.

Aaron Meurer
> To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CADDwiVBXbE97-7RghF53FdnO%3DortUVVW1bS4ESZOipAfgYBf-g%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages