--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To post to this group, send email to sage-...@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/922ea2c1-1525-7060-4bbb-06a268f64f5b%40laposte.net.
For more options, visit https://groups.google.com/d/optout.
Le 19/07/2019 à 15:53, John Cremona a écrit :
> The code to create the database is in Sage itself.
> See https://github.com/sagemath/sage/blob/master/src/sage/databases/cremona.py.
Oh, dear... I'll see if I can't turn it into a much shorter piece of code...
> I recommend that you hold off for a short while since I am about to
> update the database to include all conductors up to 500000 (now it is
> 400000). This is thanks to Andrew Sutherland + Simon Foundation +
> Google CP, which ran 80,000 simultaneous jobs on 600,000 cores last
> night. So right now I am drowning in data but it will all be sorted
> before long.
Oh! That sounds like an amazing project!
I can still try to prepare the package with the old data, and only
upload to Debian when the new data is there.
Thanks!
JP
Does it look good?
JP
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/6a8ed2dc-7166-fe90-5f1e-f0956fab9386%40laposte.net.
Thanks,
JP
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/63694530-e253-7c92-f0f5-2d2838d2e666%40laposte.net.
Did you consider FDL, by the way?
>
>>
>>
>> Thanks,
>>
>> JP
>>
>> --
>> You received this message because you are subscribed to the Google Groups "sage-devel" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/63694530-e253-7c92-f0f5-2d2838d2e666%40laposte.net.
>
> --
> You received this message because you are subscribed to the Google Groups "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAD0p0K6nSnYHm7qTNKqnmfuX-4dy16BSj981o0M4ki9SL-p%2Btw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq2J3v_fsZ-E5nYuV6M6YbRA2aAy%2BEyimJTXMZHZQUwDbQ%40mail.gmail.com.
> So I will soon post a new spkg at trac #28372. Other than that, what is
> the plan? I would like to add JP's python script to the ecdata/scripts
> directory for future use anyway. I have wondered exactly why Sage's
> codebase contained this code for creating a specific new optional spkg.
> Of course in the same file (src/databases/cremona) is code for creating
> the mini version of the database, but that is something which never
> needs to be updated.
I'm all for using a simple standalone Python script instead of depending
on all of sagemath...
Cheers,
JP