Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Dima Pasechnik
On 22 March 2024 23:01:47 GMT, Matthias Koeppe wrote: >On Friday, March 22, 2024 at 3:31:07 PM UTC-7 Dima Pasechnik wrote: > >They are not really "tested" - just as much of the rest of Jupiter stuff is >not tested in our CI. > >(installability - yes, > > >The installability of it is exactly

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Matthias Koeppe
On Friday, March 22, 2024 at 3:31:07 PM UTC-7 Dima Pasechnik wrote: They are not really "tested" - just as much of the rest of Jupiter stuff is not tested in our CI. (installability - yes, The installability of it is exactly what was broken in Sage 10.2. We test automatically so that we do

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Dima Pasechnik
I don't think that one would look for e.g. a Jupyter interface to Pari-GP in the catalog of sage spkgs. The natural place is Pari-GP website. They are not really "tested" - just as much of the rest of Jupiter stuff is not tested in our CI. (installability - yes, in a strange non-standard enviro

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Matthias Koeppe
On Friday, March 22, 2024 at 12:02:30 PM UTC-7 Nils Bruin wrote: It looks to me like a project that can easily not be offered as an spkg, with minimal effect, but I might be overlooking something. What you might be overlooking is that - our catalog of SPKGs is a useful curation that serves ou

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Dima Pasechnik
On 22 March 2024 19:02:30 GMT, Nils Bruin wrote: >On Friday 22 March 2024 at 11:22:12 UTC-7 Matthias Koeppe wrote: > >10 days ago, the previous maintainer, Vincent Delecroix, announced that he >steps down from maintaining it. >https://groups.google.com/g/sage-devel/c/fy1ei6bLtmc >I did some e

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Nils Bruin
On Friday 22 March 2024 at 11:22:12 UTC-7 Matthias Koeppe wrote: 10 days ago, the previous maintainer, Vincent Delecroix, announced that he steps down from maintaining it. https://groups.google.com/g/sage-devel/c/fy1ei6bLtmc I did some emergency maintenance and on that occasion I added the "Mai

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Matthias Koeppe
10 days ago, the previous maintainer, Vincent Delecroix, announced that he steps down from maintaining it. https://groups.google.com/g/sage-devel/c/fy1ei6bLtmc I did some emergency maintenance and on that occasion I added the "Maintainers" field in the metadata. Nobody specifically committed to

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Marc Culler
By looking at the pari-jupyter page on PYPI I learned that it was written by Jeroen Demeyer and is maintained by the SageMath Developers. So I guess I don't understand what the relation is between SageMath and pari-jupyter. Will pari-jupyter be competing with the kernel that Bill Allombert is

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Dima Pasechnik
On Fri, Mar 22, 2024 at 5:13 PM Matthias Koeppe wrote: > Let me just point out that the idea that "grant has ended, so we can kill > its deliverables" is fundamentally flawed, and certainly is not and cannot > be the position of our project. > > Infrastructure grants are exactly set up for their

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Marc Culler
I wasn't advocating anything like that. Certainly I don't think that pari-jupyter should be "killed". I am assuming that pari-jupyter is or will be a package that can be installed with pip. And I am also assuming that it has no direct interaction with Sage. Are those assumptions wrong? If

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Matthias Koeppe
Let me just point out that the idea that "grant has ended, so we can kill its deliverables" is fundamentally flawed, and certainly is not and cannot be the position of our project. Infrastructure grants are exactly set up for their longer-term and broader impacts. Matthias On Friday, March 2

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Dima Pasechnik
On Fri, Mar 22, 2024 at 3:01 PM Marc Culler wrote: > If one has Sage installed with the pari-jupyter package installed in Sage > and one wants to run pari-jupyter, what does one do? Is it equivalent to > just installing pari-jupyter with pip and starting it up in the normal way? > I have pari+l

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Marc Culler
If one has Sage installed with the pari-jupyter package installed in Sage and one wants to run pari-jupyter, what does one do? Is it equivalent to just installing pari-jupyter with pip and starting it up in the normal way? Does pari-jupyter use any components of Sage? If the answers are "yes

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-22 Thread Dima Pasechnik
I don't see any reason for pari-jupyter being a sage package. It has nothing in common with sagelib, it's a standalone jupyter kernel for Pari-GP. It has ended up in sage in OpenDreamKit times, to make granting agency happy. On Thu, Mar 21, 2024 at 8:42 AM Edgar Costa wrote: > Bill Allombert ha

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-21 Thread Matthias Koeppe
Thanks a lot for the pointers, Edgar! I should point out that I am only doing emergency maintenance of this package; I do not use it myself. The new release is upstreaming the fix in https://github.com/sagemath/sage/pull/37478. pari-jupyter has been broken (uninstallable) since Sage 10.2. On Th

Re: [sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-21 Thread Edgar Costa
Bill Allombert has been working on a kernel via xeus: https://pari.math.u-bordeaux.fr/git/xeus-gp.git/ Which addresses many of the issues with the current one. While we for its first stable release, I recommend mine: https://github.com/edgarcosta/gp_kernel/ where I have addressed many of the issues

[sage-devel] pari-jupyter 1.4.3 release candidate

2024-03-20 Thread Matthias Koeppe
- https://pypi.org/project/pari-jupyter/1.4.3rc1/ - I've added simple CODE_OF_CONDUCT and CONTRIBUTING files that just point to the main sagemath repository - using WIP sage-project-cookiecutter to simplify maintenance https://github.com/sagemath/sage/pull/37541 -- You received this message bec