Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algorithm run time and implementation #29336

Open
surajkrmodi mannequin opened this issue Mar 15, 2020 · 32 comments
Open

Algorithm run time and implementation #29336

surajkrmodi mannequin opened this issue Mar 15, 2020 · 32 comments

Comments

@surajkrmodi
Copy link
Mannequin

surajkrmodi mannequin commented Mar 15, 2020

I have included an experimental package for sagemath
and package of graph diameter has been successfully installed

Component: graph theory

Keywords: Diameter

Branch/Commit: u/gh-surajkrmodi/algorithm_run_time_and_implementation @ df8b76f

Issue created by migration from https://trac.sagemath.org/ticket/29336

@surajkrmodi surajkrmodi mannequin added this to the sage-9.1 milestone Mar 15, 2020
@surajkrmodi surajkrmodi mannequin added the p: major / 3 label Mar 15, 2020
@surajkrmodi

This comment has been minimized.

@surajkrmodi
Copy link
Mannequin Author

surajkrmodi mannequin commented Mar 15, 2020

Changed keywords from none to Diameter

@surajkrmodi
Copy link
Mannequin Author

surajkrmodi mannequin commented Mar 15, 2020

@dcoudert
Copy link
Contributor

comment:3

This is not the right direction. If I understand well, you have copy/paste the code of Yuki Kawata, and do various edits in different files.

I you want to use the code of Yuki Kawata, you can propose an interface to this code and make it an optional package of Sagemath (at first an experimental package). See the developper manual.


New commits:

b607344First commit

@dcoudert
Copy link
Contributor

Commit: b607344

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 26, 2020

Changed commit from b607344 to f5d36fd

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 26, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

f5d36fd On branch t/29336/algorithm_run_time_and_implementation

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 26, 2020

Changed commit from f5d36fd to 533c7a4

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 26, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

533c7a4 deleted: sample/lol.tsv

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 26, 2020

Changed commit from 533c7a4 to 8306b28

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 26, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

8306b28 deleted: myscript.py

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 26, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

29d11ec modified: src/sage/graphs/bipartite_graph.py

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 26, 2020

Changed commit from 8306b28 to 29d11ec

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 29, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

391d37a new file: build/pkgs/graphdiameter/SPKG.txt

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 29, 2020

Changed commit from 29d11ec to 391d37a

@surajkrmodi

This comment has been minimized.

@surajkrmodi
Copy link
Mannequin Author

surajkrmodi mannequin commented Mar 29, 2020

comment:10

error i got while running sage --package
sage-run received unknown option: --package
usage: sage [options]
Try 'sage -h' for more information.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 29, 2020

Changed commit from 391d37a to 68139bc

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 29, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

68139bc modified: build/pkgs/graphdiameter/checksums.ini

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 29, 2020

Changed commit from 68139bc to 7d22f27

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 29, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

7d22f27 modified: build/pkgs/graphdiameter/spkg-install

@surajkrmodi

This comment has been minimized.

@surajkrmodi
Copy link
Mannequin Author

surajkrmodi mannequin commented Mar 29, 2020

comment:13

waiting for review and further instructions

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 30, 2020

Changed commit from 7d22f27 to df8b76f

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 30, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

df8b76f modified: build/pkgs/graphdiameter/SPKG.txt

@dcoudert
Copy link
Contributor

comment:15

I don't have the expertise to check if this is the right way to make an experimental package. I will call for help.
Meanwhile, where can I find the tarball ?

@mkoeppe
Copy link
Member

mkoeppe commented Apr 14, 2020

comment:16

Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.1, sage-9.2 Apr 14, 2020
@seblabbe
Copy link
Contributor

comment:17

Information how to make a new package is here: https://doc.sagemath.org/html/en/developer/packaging.html

Note that a new feature is to provide the upstream_url directly in the checksums file, see for instance #30342.

Because the upstream url is not provided, I change the status to needs work.

@seblabbe
Copy link
Contributor

comment:18

Also it seems the branch is doing a chmod change to the file src/sage/graphs/centrality.pyx which is weird.

@mkoeppe mkoeppe modified the milestones: sage-9.2, sage-9.3 Sep 5, 2020
@mkoeppe
Copy link
Member

mkoeppe commented Feb 13, 2021

comment:20

Setting new milestone based on a cursory review of ticket status, priority, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.3, sage-9.4 Feb 13, 2021
@dcoudert
Copy link
Contributor

comment:21

May be it's time to move this ticket to wontfix.

@mkoeppe
Copy link
Member

mkoeppe commented Jul 19, 2021

comment:22

Setting a new milestone for this ticket based on a cursory review.

@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Jul 19, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 18, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 Apr 2, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Sep 19, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants