Skip to content
Jim Pivarski edited this page Mar 15, 2015 · 1 revision
  1. summary Revision history: what was changed/added in each release

Latest source

[http://svgfig.googlecode.com/svn/trunk/ Source tree]

After releasing SVGFig, we noticed that the structure could be improved, and the benefits that could be gained outweighed the loss of backward compatibility for scripts. However, I know that it is very important to be able to re-run old scripts, so we split the source tree into two branches, [http://code.google.com/p/svgfig/source/browse/trunk/svgfig/ svgfig] for new developments and [http://code.google.com/p/svgfig/source/browse/trunk/svgfig-1.x svgfig-1.x] for bug-fixes to the old structure.

I've just prepared the a new 2.x release, called [http://svgfig.googlecode.com/files/svgfig-2.0.0alpha2.tgz 2.0.0alpha2] to make it absolutely clear that it is neither complete nor guaranteed to be bug-free (but better than alpha1). However, if you're curious and/or adventurous, [Version2Announcement take a look] and let me know what you think. If you have opinions about how it should look or work in the end, now would be an excellent time to join the development team, all you need is a [https://www.google.com/accounts/NewAccount Google/GMail account] (and [mailto:[email protected] send me an e-mail]).

The existing wiki documentation refers to 1.x behavior, which is different than the planned behavior for 2.x. New wiki pages will be made for 2.x (starting with "V2" and having label "Version2", rather than "Version1").

If you find issues in 1.x that you think might be bugs, please inform me through the [http://code.google.com/p/svgfig/issues/list Issues tab].

Fixed Releases

[http://code.google.com/p/svgfig/downloads/list Click here] for a searchable list of all downloads.

svgfig-1.1.6

[http://svgfig.googlecode.com/files/svgfig-1.1.6.tgz svgfig-1.1.6.tgz] [http://svgfig.googlecode.com/files/svgfig-1.1.6.zip svgfig-1.1.6.zip]

  • Fixed two typos and a division-by-zero.

svgfig-1.1.5

[http://svgfig.googlecode.com/files/svgfig-1.1.5.tgz svgfig-1.1.5.tgz] [http://svgfig.googlecode.com/files/svgfig-1.1.5.zip svgfig-1.1.5.zip]

svgfig-1.1.4

[http://svgfig.googlecode.com/files/svgfig-1.1.4.tgz svgfig-1.1.4.tgz] [http://svgfig.googlecode.com/files/svgfig-1.1.4.zip svgfig-1.1.4.zip]

  • Fixed [Defload load] so that it works on Windows
  • Prepended globals with underscores so they are not loaded by `import *`
  • General code clean-up

svgfig-1.1.3

[http://svgfig.googlecode.com/files/svgfig-1.1.3.tgz svgfig-1.1.3.tgz]

  • more minor bugs that turned up as Jim Belk learned the system
  • now SVG attributes can be lists and dictionaries: `svg["style"]["stroke-linewidth"] = 1` etc

svgfig-1.1.2

[http://svgfig.googlecode.com/files/svgfig-1.1.2.tgz svgfig-1.1.2.tgz]

  • minor bugs that I discovered and fixed as I wrote the first two examples in the [ExampleGallery Example Gallery]
  • these will probably keep coming as I make more examples...

svgfig-1.1.1

[http://svgfig.googlecode.com/files/svgfig-1.1.1.tgz svgfig-1.1.1.tgz]

  • minor bugs that I discovered and fixed as I wrote the [Introduction Introduction].

svgfig-1.1.0

[http://svgfig.googlecode.com/files/svgfig-1.1.0.tgz svgfig-1.1.0.tgz]

  • added arrows to [ClassLine Line] and [ClassLineGlobal LineGlobal]
  • added Python documentation strings to everything (copied from [Reference Reference]).

svgfig-1.0.0

[http://svgfig.googlecode.com/files/svgfig-1.0.0.tgz svgfig-1.0.0.tgz]

  • first release
Clone this wiki locally