@@ -5,8 +5,8 @@ Michael Droettboom has spent the last several months working on the
55"transforms branch" of matplotlib, in which he rewrote from the ground
66up the transformation infrastructure in matplotlib, which many found
77unintuitive and hard to extend. In addition to a cleaner code base,
8- the refactoring allows you to define your own trasformations and
9- projections (eg map projections) within matplotlib. He has merged his
8+ the refactoring allows you to define your own transformations and
9+ projections (e.g. map projections) within matplotlib. He has merged his
1010work into the HEAD of the svn trunk, and this will be the basis for
1111future matplotlib releases.
1212
@@ -19,15 +19,7 @@ new code base so we can find and fix the remaining problems. We have
1919take the svn code used in the last stable release in the 0.91 series,
2020and made it a maintenance branch so we can still fix bugs and support
2121people who are not ready to migrate to the new transformation
22- infrastructure but nonetheless need acccess to svn bug fixes.
23-
24- The experimental transforms refactoring changes have been merged into
25- SVN trunk. While this version is passing all examples and unit tests,
26- there may be changes that subtly break things that used to work, raise
27- nasty exceptions or kill innocent puppies. To help move matplotlib
28- forward, we encourage all users who are comfortable with the bleeding
29- edge to use the trunk with their own plots and report any bugs to the
30- mailing list.
22+ infrastructure but nonetheless need access to svn bug fixes.
3123
3224Using the new code
3325==================
@@ -61,4 +53,4 @@ extend matplotlib to support new kinds of projections. This is
6153primarily an internal improvement, and the possible user-visible
6254changes it allows are yet to come.
6355
64- These changes are detailed in the API_CHANGES document
56+ These changes are detailed in the API_CHANGES document.
0 commit comments