1
1
Migrating to the new matplotlib codebase
2
2
========================================
3
3
4
- Michael Droettboom has spent the last several month working on the
4
+ Michael Droettboom has spent the last several months working on the
5
5
"transforms branch" of matplotlib, in which he rewrote from the ground
6
- up the transformation infrastructure in matplotlib, whih many found
6
+ up the transformation infrastructure in matplotlib, which many found
7
7
unintuitive and hard to extend. In addition to a cleaner code base,
8
8
the refactoring allows you to define your own trasformations and
9
9
projections (eg map projections) within matplotlib. He has merged his
@@ -13,10 +13,10 @@ future matplotlib releases.
13
13
If you are a svn user, we encourage you to continue using the trunk as
14
14
before, but with the understanding that you are now truly on the
15
15
bleeding edge. Michael has made sure all the examples still pass with
16
- the new code base, so for the vast majority of you, I except to see
16
+ the new code base, so for the vast majority of you, I expect to see
17
17
few problems. But we need to get as many people as possible using the
18
18
new code base so we can find and fix the remaining problems. We have
19
- take the svn cde used in the last stable release in the 0.91 series,
19
+ take the svn code used in the last stable release in the 0.91 series,
20
20
and made it a maintenance branch so we can still fix bugs and support
21
21
people who are not ready to migrate to the new transformation
22
22
infrastructure but nonetheless need acccess to svn bug fixes.
0 commit comments