You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(15) |
Sep
(21) |
Oct
(15) |
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(7) |
Feb
(6) |
Mar
(2) |
Apr
(5) |
May
(6) |
Jun
(3) |
Jul
(4) |
Aug
(4) |
Sep
(3) |
Oct
(14) |
Nov
(16) |
Dec
(10) |
2004 |
Jan
(5) |
Feb
(10) |
Mar
(4) |
Apr
(8) |
May
(1) |
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(10) |
Oct
(3) |
Nov
(4) |
Dec
|
2005 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(15) |
May
(12) |
Jun
(1) |
Jul
(4) |
Aug
(3) |
Sep
(6) |
Oct
(7) |
Nov
(21) |
Dec
(11) |
2006 |
Jan
(16) |
Feb
(12) |
Mar
(4) |
Apr
(6) |
May
(5) |
Jun
(9) |
Jul
|
Aug
(5) |
Sep
(1) |
Oct
(10) |
Nov
(4) |
Dec
(3) |
2007 |
Jan
(6) |
Feb
(4) |
Mar
(6) |
Apr
(11) |
May
(1) |
Jun
(21) |
Jul
|
Aug
(6) |
Sep
(2) |
Oct
(4) |
Nov
|
Dec
|
2008 |
Jan
(14) |
Feb
(1) |
Mar
(5) |
Apr
(22) |
May
(4) |
Jun
(1) |
Jul
(7) |
Aug
(5) |
Sep
(7) |
Oct
(3) |
Nov
|
Dec
(1) |
2009 |
Jan
(14) |
Feb
(1) |
Mar
(9) |
Apr
(5) |
May
(6) |
Jun
(7) |
Jul
(8) |
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
2010 |
Jan
(2) |
Feb
|
Mar
(6) |
Apr
(6) |
May
(34) |
Jun
|
Jul
(8) |
Aug
(3) |
Sep
|
Oct
(5) |
Nov
(3) |
Dec
(1) |
2011 |
Jan
|
Feb
(4) |
Mar
(3) |
Apr
|
May
|
Jun
(5) |
Jul
(9) |
Aug
(5) |
Sep
(9) |
Oct
(3) |
Nov
(10) |
Dec
(1) |
2012 |
Jan
(1) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(9) |
2014 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
(1) |
2
|
3
|
4
(2) |
5
(1) |
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
From: Alan G I. <ai...@am...> - 2008-05-05 02:32:11
|
On Sun, 4 May 2008, (CDT) Mark Alford apparently wrote: > gnuplot-py version 1.8 is now available on sourceforge Thanks! Alan Isaac |
From: Michael H. <mh...@al...> - 2008-05-04 20:34:49
|
Mark Alford wrote: > With a lot of hand-holding from Michael Haggerty, I have > converted the current SVN code in to a sourceforge > release. gnuplot-py version 1.8 is now available on sourceforge. Great! Thanks a lot, Mark! Michael |
From: Mark A. <al...@wu...> - 2008-05-04 20:28:17
|
With a lot of hand-holding from Michael Haggerty, I have converted the current SVN code in to a sourceforge release. gnuplot-py version 1.8 is now available on sourceforge. Mark |
From: Michael H. <mh...@al...> - 2008-05-01 06:03:06
|
[I'm sending a CC of this email to the gnuplot-py-users mailing list, so that other people can keep track of what is going on. Quick summary: Mark Alford is working on making a 1.8 release of Gnuplot.py.] Mark Alford wrote: > Questions: > > 0) In step 1 of RELEASES.txt, when I increment the __version__ > string in __init__.py, I assume that I should NOT have a "+" on > the end at this stage. That will come later, in step 10, right? Correct. > 1) I tried installing happydoc from sourceforge. > The INSTALL.txt says to type "python ./setup.py install" > but the happydoc source directory does not have any file called > "setup.py" !! I haven't used happydoc in years. I have no idea whether it is still maintained etc. But I don't think there is anything happydoc-specific in Gnuplot.py. IIRC, happydoc just parses the Python files looking for class definitions and docstrings, and generates the documentation from that. There might be other documentation packages that can do a similar job. I notice that Ubuntu gutsy includes a "python-happydoc" package that is installed on my computer. Maybe your Linux distribution has such a thing? > 2) How do I check my version of gnuplot-py in to sourceforge using > subversion? Do I cd to the directory where I have my version of > gnuplot-py and then type > svn commit -m "created official version 1.8" Yes, but this only works if the directory was originally obtained from sourceforge using SVN. Probably it also has to be obtained under your own userid (as opposed to "guest"). Something like svn co --username=alford \ https://gnuplot-py.svn.sourceforge.net/svnroot/gnuplot-py/trunk \ gnuplot-py-trunk cd gnuplot-py-trunk # edit files svn commit -m 'message' > 3) In RELEASES.txt, why do steps 4,5,6 come after commiting the > code in step 2? They only affect my local copy. > How will those changes be communicated to the > sourceforge release that people will then download? The point of these steps is to generate a tarball and zip archive containing the Gnuplot.py module. Most people prefer to install from a tarball rather than checking the code out of Subversion (this is pretty much the whole point of making a release!) The source code from which the tarball was created is marked in Subversion by the tag created in step 3, but of course the tarball and the generated documentation should not be checked into Subversion because they can be regenerated at will. The products of step 5 are uploaded to sourceforge in step 7. > 4) Should I do step 6? Your comment there seems to be saying not > to do it! Yes, I think step 6 should be omitted. You can delete it from the docs if you like. (Installing for end users is documented in README.txt anyway.) By the way, feel free to add yourself to CREDITS.txt. Michael |