Available for download at 
https://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits/basemap-1.0.3/

Thanks to Christoph Gohlke for making windows installers.

Highlights:
   - new 'round' keyword for polar-centric plots (see polarmaps.py example).
   - the coastline filling bug has now finally been (mostly) fixed 
(there are still probably
     some corner cases that trigger it).
   - coastline and political boundary databases updated.
   - examples now work in python 3
   - added hexbin and streamplot methods.
   - added kav7 (Kavrayskiy VII) and eck4 (Eckert IV) projections.
     - UTM zones can now be plotted (see utmtest.py example).
     - many bug fixes.


full Changelog:

version 1.0.3 (git tag v1.0.3rel)
--------------------------------
* fix some more python 3 compatibility issues (all examples now
   work with python 3.2).
* added alpha keyword to fillcontinents (to set transparency).
* update geos from 3.3.1 to 3.3.3.
* upgrade proj4 source to version 4.8.0, pyproj to version 1.9.2.
* add k_0 keyword for projection = 'tmerc' so UTM zones can be
   created. Also can be used with 'lcc','omerc' and 'stere'.
   Added "utmtest.py" example.
* add streamplot method, along with streamplot_demo.py example.
* add boundarylats, boundarylons Basemap attributes (arrays
   describing map boundaries - useful for illustrating map projection
   region on another map). Example illustrating usage
   (make_inset.py) added.
* update coastlines, rivers, political boundaries to GSHHS
   2.2.0/GMT 4.5.7. The fillcontinents bug (filling the outside
   instead of the inside of a coastline polygon) is now much
   harder to trigger.
* add 'round' keyword keyword to Basemap.__init__ for pole-centered
   projections to make them round (clipped at boundinglat) instead
   of square.
* added hexbin method, along with hexbin_demo.py example.
* drawmapboundary now uses axes bgcolor as default fill_color. If
   no color fill wanted, set fill_color='none' (a string).
* clip coastlines for nplaea,npaeqd,splaea,spaeqd in stereographic
   coordinates to avoid S. America disappearing in some south polar
   plots.
* fix broken daynight terminator function.
* added kav7 (Kavrayskiy VII) and eck4 (Eckert IV) projections
   (https://github.com/matplotlib/basemap/issues/9).
* update pyproj source from pyproj.googlecode.com. Includes
   new more robust and accurate pure python code for geodesic computations
   from geographiclib.
* bug fixes for celestial projections, and non-standard sphere
   radii (https://github.com/matplotlib/basemap/pull/6).
* fix bug in drawparallels that results in 'KeyError' when drawing
   parallels very close together (0.1 degrees).
* fix constant in Robinson projection (update PJ_robin.c
   from proj4 svn).
* fix typo in setup.py (replace "!= ['sdist','clean']" with
   "not in ['sdist','clean']").
* make sure drawmeridians can handle wrap-around (so that
   if projection is defined in -180 to 0 and user asks for
   meridians from 180 to 360 to be drawn, it should work).
   Only affects projections 'mill','gall','merc' and 'cyl'.

Regards,

Jeff

-- 
Jeffrey S. Whitaker         Phone  : (303)497-6313
Meteorologist               FAX    : (303)497-6449
NOAA/OAR/PSD  R/PSD1        Email  : [email protected]
325 Broadway                Office : Skaggs Research Cntr 1D-113
Boulder, CO, USA 80303-3328 Web    : http://tinyurl.com/5telg


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to