Re: [sage-release] Sage 8.7.beta1 released

2019-02-05 Thread 'Justin C. Walker' via sage-release
Thanks, John!

That’s what I needed.

> On Feb 5, 2019, at 17:17 , John H Palmieri  wrote:
> 
> 
> 
> On Tuesday, February 5, 2019 at 4:53:02 PM UTC-8, Justin C. Walker wrote:
> 
> 
> > On Jan 26, 2019, at 16:18 , Volker Braun  wrote: 
> > 
> > As always, you can get the latest beta version from the "develop" git 
> > branch. Alternatively, the self-contained source tarball is at 
> > http://www.sagemath.org/download-latest.html 
> 
> Built w/o problems on two macOS platforms: 
> 
> 10.11.6 (mid-2015 MBP, Quad-core i7): all tests (‘ptestlong’) passed! 
> 
> 10.13.6 (2017 iMac Pro, Xeon W): all tests (‘ptestlong’) passed! 
> 
> I have forgotten how to access the source for an earlier release (beta, rc, 
> or final) via ‘git’.  Can someone point me in the right direction? 
> 
> When I use "git tag --list", it displays a long list of version numbers, like 
> "8.6.beta0". Then I can do "git checkout 8.6.beta0".
> 
>  
> 
> Thanks! 
> 
> Justin 
> 
> -- 
> Justin C. Walker, Curmudgeon at Large 
> Institute for the Absorption of Federal Funds 
> --- 
> While creating wives, God promised men 
> that good and obedient wives would be 
> found in all corners of the world. 
> Then He made the earth round. 
> -- 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-release+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-release@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income

When LuteFisk is outlawed,
Only outlaws will have LuteFisk




-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8.7.beta1 released

2019-02-05 Thread John H Palmieri


On Tuesday, February 5, 2019 at 4:53:02 PM UTC-8, Justin C. Walker wrote:
>
>
>
> > On Jan 26, 2019, at 16:18 , Volker Braun  > wrote: 
> > 
> > As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 
>
> Built w/o problems on two macOS platforms: 
>
> 10.11.6 (mid-2015 MBP, Quad-core i7): all tests (‘ptestlong’) passed! 
>
> 10.13.6 (2017 iMac Pro, Xeon W): all tests (‘ptestlong’) passed! 
>
> I have forgotten how to access the source for an earlier release (beta, 
> rc, or final) via ‘git’.  Can someone point me in the right direction? 
>

When I use "git tag --list", it displays a long list of version numbers, 
like "8.6.beta0". Then I can do "git checkout 8.6.beta0".

 

>
> Thanks! 
>
> Justin 
>
> -- 
> Justin C. Walker, Curmudgeon at Large 
> Institute for the Absorption of Federal Funds 
> --- 
> While creating wives, God promised men 
> that good and obedient wives would be 
> found in all corners of the world. 
> Then He made the earth round. 
> -- 
>
>
>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8.7.beta2 relased

2019-02-05 Thread 'Justin C. Walker' via sage-release



> On Feb 3, 2019, at 04:00 , Volker Braun  wrote:
> 
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html

Built w/o problems on three macOS platforms:

10.11.6 (mid-2015 MBP, Quad-core i7): testing (‘ptestlong’) had one failure:
   sage -t --long --warn-long 99.1 src/sage/rings/integer.pyx  # 1 doctest 
failed

10.13.6 (2017 iMac Pro, 18-core Xeon W): testing (‘ptestlong’) had two failures:
   sage -t --long --warn-long 66.8 src/sage/modular/abvar/torsion_subgroup.py  
# 1 doctest failed
   sage -t --long --warn-long 66.8 src/sage/libs/singular/polynomial.pyx  # 1 
doctest failed

10.14.2 (2017 MBP, Quad-core i7): all tests passed!

Justin

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
--
Democracy is two wolves and a lamb
   voting on what to have for lunch.
Liberty is a well-armed lamb contesting
   the vote.



-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8.7.beta1 released

2019-02-05 Thread 'Justin C. Walker' via sage-release



> On Jan 26, 2019, at 16:18 , Volker Braun  wrote:
> 
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html

Built w/o problems on two macOS platforms:

10.11.6 (mid-2015 MBP, Quad-core i7): all tests (‘ptestlong’) passed!

10.13.6 (2017 iMac Pro, Xeon W): all tests (‘ptestlong’) passed!

I have forgotten how to access the source for an earlier release (beta, rc, or 
final) via ‘git’.  Can someone point me in the right direction?

Thanks!

Justin

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
---
While creating wives, God promised men
that good and obedient wives would be
found in all corners of the world.
Then He made the earth round.
--








-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 8.7.beta2 relased

2019-02-05 Thread Eric Gourgoulhon
On Ubuntu 18.04 running on Xeon E5-2623 + 16 GB RAM:

- python2: 
  - incremental build from 8.7.beta1 OK
  - all tests from ptestlong passed
 
- python3: 
  - incremental build from 8.7.beta1 OK
  - all tests from ptest-python3 passed

- for both: confirmed that the Jupyter notebook works again in this release 
(thanks to #27110 ).

Eric.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.