TheChymera / matrix2latex

Python/MATLAB matrix to LaTeX table converter, originally by Øystein Bjørndal
https://code.google.com/p/matrix2latex/
GNU General Public License v3.0
18 stars 8 forks source link

Provide versioned downloads #9

Closed TheChymera closed 9 years ago

TheChymera commented 9 years ago

Hi, I am packagig this package for Gentoo ^^

In addition to the -9999 (live) version, I would also like to provide some versioned versions. I already have the version with the source at https://matrix2latex.googlecode.com/files/matrix2latexPython2011-12-15.tar.gz listed under 0.1 - but based on the date I guess that is already ancient?

@obtitus do you have some links to newer static versions (and perhaps a versioning scheme, which would allow me to circumvent date versioning)?

obtitus commented 9 years ago

Hmm, I have a utility script for packaging the project into .tar.gz files which is not commited (It was used for uploading to code.google). What versioning scheme would you like to use? We can call this release 1.0.0 if you want?

I also found another diff which was not commited, cleaning up...

On 06 Oct 2015, at 17:16, Horea Christian notifications@github.com wrote:

Hi, I am packagig this package for Gentoo ^^

In addition to the -9999 (live) version, I would also like to provide some versioned versions. already have the version with the source at https://matrix2latex.googlecode.com/files/matrix2latexPython2011-12-15.tar.gz listed under 0.1 - but based on the date I guess that is already ancient?

@obtitus do you have some links to newer static versions (and perhaps a versioning scheme, which would allow me to circumvent date versioning)?

— Reply to this email directly or view it on GitHub.

TheChymera commented 9 years ago

Ok, let's call this 1.0.0 and let's also have a previous release (like, not long before we moved to github) called 0.9.9 ok?

TheChymera commented 9 years ago

As for the general versioning scheme I would propose:

obtitus commented 9 years ago

Sounds like a plan. Version 1 should now be available here: https://github.com/TheChymera/matrix2latex/blob/master/archive/matrix2latexPython-1.0.0.tar.gz?raw=true

Feel free to modify the archiver.py script if you want to generate a 0.9.9 (replace the "HEAD" string).

I hope I have not left out any relevant files from these archives, let me know.