SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-basemap-data-1.0.7-22.510.noarch.rpm :

* Tue Oct 13 2015 opensuseAATTdstoecker.de- reactivate data default datadir patch
* Mon Feb 11 2013 wkAATTire.pw.edu.pl- updated to 1.0.6
* Sun Nov 04 2012 wkAATTire.pw.edu.pl- updated to 1.0.5
* Tue Jun 26 2012 ocefpafAATTgmail.com- updated to release 2076; version 1.0.4
* fix bluemarble and warpimage methods to account for change in orientation of arrays returned to matplotlib\'s pil_to_array (issue 51)
* fix glitch with drawing meridians and filling coastline polygons with omerc projection that includes pole.
* fix bug that caused Europe coastlines to disappear from some maps (evident from nytolondon.py example).
* fix splitting of parallels in conic projections that cross the dateline (issue 40).
* Wed May 30 2012 ocefpafAATTgmail.com- updated to release 2052; version 1.0.3
* 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.
* 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.
* add \'round\' keyword to Basemap.__init__ for pole-centered projections to make them round (clipped at boundinglat) instead of square.
* 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\'.
* Fri Nov 25 2011 ocefpafAATTgmail.com- updated to release 1840
* fix constant in Robinson projection (update PJ_robin.c from proj4 svn).
* Mon Nov 14 2011 ocefpafAATTgmail.com- updated to release 1838
* fix typo in setup.py (replace \"!= [\'sdist\',\'clean\']\" with \"not in [\'sdist\',\'clean\']\").
* Sat Nov 05 2011 ocefpafAATTgmail.com- updated to release 1832
* update include geos from 3.2.0 to 3.3.1 so it compiles with gcc 4.6.
* Sat Oct 29 2011 ocefpafAATTgmail.com- updated to release 1828
* added colorbar method that uses axes_grid toolkit to create colorbar axes.
* Sat Oct 22 2011 ocefpafAATTgmail.com- updated to release 1822
* replace hasattr(arr,\'mask\') with numpy.ma.isMA(arr).
 
ICM